T O P I C R E V I E W |
tonycole |
Posted - 18 Jul 2011 : 19:34:22 This is only for those having problems displaying Prinz's latest cards dated from about May onwards.
It seems to be a rare bug where not all the card is visible see http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=8169 for more details.
This fix is an updated card from April with as much of the new additions i could find with some bugs.
http://www.mediafire.com/download.php?obq1ha777o75iey
The following bugs on my system are: Switch cover not working. Preferences no background. Picture slider is slow.
Again this only for those who are having problems the new cards. |
9 L A T E S T R E P L I E S (Newest First) |
tonycole |
Posted - 20 Jul 2011 : 19:55:15 Thanks |
Prinz |
Posted - 20 Jul 2011 : 19:27:06 quote: Originally posted by tonycole
For personal use is it possible to adjust the size of trailers on the page as at the moment they fill the whole of the column
I will think about how to put a setting in the preferences. |
tonycole |
Posted - 20 Jul 2011 : 18:44:41 Hi Prinz
Tested all formats(Slideshow,normal,Limited & Simplified) of card. All working, extra images slider is still slow but that could be the XP IE8 config. I don't use that feature anyway.
The only other thing i've noticed is the additional fanart at bottom are active when card loads, need to toggle fanart link to hide them.
So everything seems to fine now, thanks.
For personal use is it possible to adjust the size of trailers on the page as at the moment they fill the whole of the column. On my custom card i have moved them too the side panel to reduce the size. Also sorry to be a pain i have my own collection of trailers could they be embedded instead of the one's online. |
Prinz |
Posted - 20 Jul 2011 : 10:25:35 Please test this one. If it works it will be the "new" normal card.
http://www.mediafire.com/?ujm626pm0bk6kqr |
tonycole |
Posted - 20 Jul 2011 : 00:12:45 Hi Prinz
I have just changed line 187 to window.setTimeout("add_covers();",1); as a test and the covers came back. I think that maybe it. everything else seems to be ok. |
tonycole |
Posted - 19 Jul 2011 : 23:23:23 That line is not on the xp fix card.
I've taken it off the new card.
Card is working now but as you wrote covers are not working. |
Prinz |
Posted - 19 Jul 2011 : 19:34:59 The only thing that is now different is the Front-/Backcover on the Card.
So that must be the problem with your system. Really strange.
Could you test to remove the Line 187:
add_covers();
in the normal version that doesn't work. Does it work then (of course there will no Front/Backcover on the Card)? |
tonycole |
Posted - 19 Jul 2011 : 17:42:16 Thanks that fixed the Preferences background color.
File updated with above fix: http://www.mediafire.com/download.php?575cp1vxalb5l32 |
Prinz |
Posted - 19 Jul 2011 : 10:41:08 I just looked in your html and there is a syntax error (a missing } in CSS)
Could you try if it still work with the } (Line 53)
.tab_div {padding:0px !important;padding-right:5px !important;padding-left:5px !important;margin:10px !important;height: expression(this.scrollHeight > 350 ? '350px' : 'auto')}
It's possible that you inadvertently deactivated the real problem this way, because you deactivated the complete rest of the CSS with this syntax error. |