Switching Logos In Simplicity While Scrolling

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu May 16, 2013 11:09 pm
Dear Team,

in the demo you can see that the logo is switching from white to black,while you scroll down.
However,once you uploaded a logo in the backend from the templates menu this feature breaks.
I reinstalled the template but I dont get it back.

How can I revive this beautiful solution?

Thanks!
User avatar
Fresh Boarder

GK User
Fri May 17, 2013 5:50 am
Hi,
1) Check if you have current version of template
2) By now, I suggest upload/replace template logo with yours via FTP, and leave blank logo field in the template settings.

And then check,
User avatar
Platinum Boarder

GK User
Fri May 17, 2013 1:46 pm
Thank you for your help!
Actually I have redownloaded freshly before the reupload.

First I want to get the initial status with the two logos again.
If you look the demo of simplicity you can see the following: On the top on dark background it display a white logo, if you scrolldown i changes automagically. I uploaded one logo and after that it seems impossible to rollback to the initial solution. I deleted the template on the server reinstalled from the template package but it shows only a broken image as logo now.
User avatar
Fresh Boarder

GK User
Sat May 18, 2013 10:52 pm
Have you deleted any images ?
Add here URL to your website, it should help me to check what's wrong
User avatar
Platinum Boarder

GK User
Fri Mar 20, 2015 3:27 pm
I'm with this problem also. I put one image (logo) by template / features menu, but when I scroll the page, the image turn invisible because it is white like the background color. What is the trick?

http://www.pesquisadecampo.com.br/
User avatar
Senior Boarder

GK User
Mon Mar 23, 2015 5:04 pm
Because your logo is white and on white background.... only superman can see it :)
So You have 3 options:
1) Use blue background
Code: Select all
#gkMenuWrap.active {
    background:  #00637a;
}


2) Use blue background under logo only
Code: Select all
.active #gkLogo {
    background: none repeat scroll 0 0 #00637a;
    margin-top: 10px;
}


3) Use alternative logo after scroll
User avatar
Platinum Boarder


cron