Towards the end of the page loading there is a small jitter because of this css —
.html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch {
border-top: none;
}
Latest everything with Chrome win 7, boxed layout.
Hey freeHat!
Can you please give us a link to the website? A screenshot of the issue will help.
Best regards,
Ismael
Hi,
I’m in dev mode with maintenance mode turned on. I know from experience you guys don’t want to deal with that, I can understand why. But I was able to figure out the real issue as I was wrong about the CSS code being the cause.
I tracked it down to avia.js and the code below — the jitter behavior goes away this code is removed.
hide_menu = function()
{
container.removeClass(‘show_mobile_menu’);
container.css({‘height’:”auto”, ‘overflow’:’hidden’});
return false;
},
It would be nice if you had boxed-layout mode available on your demo site so as to be able to immediately know if the bug is in your code or due to modifications made by the user.
Cheers
Hey!
You can test the boxed layout here: http://kriesi.at/themes/enfold/?skin=Boxed%20Orange or here: http://kriesi.at/themes/enfold/?skin=Boxed%20Wood – personally I didn’t notice this jitter with Chrome or Firefox on Win8.1.
Regards,
Peter