I see Jhon previous logo while page is loading

April 2014 WordPress Theme
GK User
Tue Sep 30, 2014 4:16 am
Hi all,

I've successfully used "Defined in the CSS code" as the option for "Theme logo type". As I needed a different logo at frontpage and at the top, next to the menu.

But there's a small problem. While loading the frontpage (http://www.wagtailgraphics.com.au/uat/) I can see the previous John logo. It disappears when the image loads.

To resolve the problem, I tried changing "Theme logo type" to "Text logo" and leaving empty both fields "Your own logo text" and "Your own logo slogan", then saved. Then switched it back to "Defined in the CSS code" and saved again. By doing this, I've noticed the text Jhon is gone from the code, but I still see the logo while loading the page.

I noticed that if I refresh the page with CTRL+F5 it doesn't show the John logo, but if I come from other page like http://www.wagtailgraphics.com.au/uat/b ... -printing/ and click Home, it does show the John logo.

Thanks in advance
User avatar
Senior Boarder

GK User
Tue Sep 30, 2014 7:28 am
Hi,

In your override.css file you have this fragment:
Code: Select all
.svg #gk-logo.cssLogo {background-image:url("../../../uploads/2014/08/logo.png");height:230px;width:398px;}

Please add also this one:
Code: Select all
#gk-logo.cssLogo {background-image:url("../../../uploads/2014/08/logo.png");height:230px;width:398px;}
User avatar
Moderator

GK User
Wed Nov 05, 2014 5:14 pm
Thanks a lot, it totally worked
User avatar
Senior Boarder


cron