Hey Dude,
thanks for your reply and your help. It`s strange, because I also checked it with different browser and on other computers.
The effect was gone. But localy on my machine with IE8 I still had this problem. Right now I found the solution. It`s in
custom.js between line 1107 and 1118:
preloadingDone: function()
{
skipSwitch = false;
if($.browser.msie)
{
slides.css({'backgroundColor':'#000000','backgroundImage':'none'});
}
else
{
slides.css({'backgroundImage':'none'});
}
I changed it to white, problem solved! Maybe Kriesi had add this function because of the white dots thing. Anyway the
custom.js or IE8 still have little ohter bugs. When I lunched wp-login.php this error appears:
Message: 'slideShowArray' is undefined
Line: 33
Char: 2
Code: 0
URI: http://digitalartcore.de/gtp/blog/wp-content/themes/habitat/js/custom.js?ver=3.1
I am not sure if it`s important or not to solve? Last at all my top nav problem. When you visit the site main menu "home"
for example is not displayed strong and if you click on any top nav item neither is displayed in strong or bold! I am not sure
if it`s a styling problem. Here is the code line of styles1.css:
#top .nav .current-menu-item a strong{
font-weight: bold;
}
I think WP or the theme does not get the activ state info or whatever could be something else! Maybe I should take a look
at the Menu Manager to fix it. That`s it. Thanks for your support.
Cheers Frank