Menu Loading Issue

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 30, 2013 6:25 pm
Reply with quote
Report this post
The pages on my site that take a bit longer to load, display a green area for a split second before the page actually loads. I've captured a screen shot during the page load to show it. I've changed the header color to green, so i know that's where the green is coming from - but is their any way to make the header load at the end so that this doesn't happen? The website is: http://ibdsf.dlevy.net/.
Screen-Shot-2013-10-30-at-10.17.jpg

Thanks,

David
User avatar
Expert Boarder

GK User
Wed Oct 30, 2013 6:38 pm
Reply with quote
Report this post
I cant repeat this problem. Could yo point on what browser have you tested the page?
User avatar
Moderator

GK User
Wed Oct 30, 2013 7:09 pm
Reply with quote
Report this post
I've tested the issue on both Safari and Firefox. The issue only happens during the loading of pages that are a bit slower to load. If you go to the website, hover over the "About Us" tab, and click "Our Team" you might see it.

I think the issue is happening because the green header section loads before the white menu section. Is there any way to change the order of the way the page loads?

Thanks,

David
User avatar
Expert Boarder

GK User
Thu Oct 31, 2013 3:55 pm
Reply with quote
Report this post
Oh, now I see :)
Please edit: /templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
#gkHeader {
background: #fff;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 31, 2013 4:54 pm
Reply with quote
Report this post
Thank you for the suggestion, however that changes the header to white. I'd like it to stay green. Please let me know if there is any other solution.

Thanks,

David
User avatar
Expert Boarder

GK User
Sat Nov 02, 2013 11:29 am
Reply with quote
Report this post
Sadly - no - because header is just under the menu element which is white and sometimes load a little longer. But I'm not quite sure, why would you like to remain header green - is it because of this "cutting" green line that splits header from the rest of the page? It can be added back with use of css border style.
User avatar
Moderator

GK User
Mon Nov 04, 2013 5:22 pm
Reply with quote
Report this post
Yes, exactly. I really like the green green line that splits the header from the rest of the page. Would you be able to instruct me on how to add such a border to the CSS?

Thanks!
User avatar
Expert Boarder

GK User
Tue Nov 05, 2013 5:15 pm
Reply with quote
Report this post
Code: Select all
#gkMenuWrap {border-bottom: 5px solid #76C134;}


This way you will bring back the green cutout.
User avatar
Moderator


cron