On my home page, how to change the item loading order?
My logo is only 56k and it always loads last, it only loads after the caroussel gallery which contains a dozen photos (1600x900) and all the contain of my page have loaded...
Shouldn't the logo and menu load first before the rest of the items on the page?
We cant change the loading order. For some technical reason the menu have to be hidden when the page are loading but This is not required in your case. Please go to wp-admin>theme options> custom css/js And add this in the custom css field
Hi,
On my home page, how to change the item loading order?
My logo is only 56k and it always loads last, it only loads after the caroussel gallery which contains a dozen photos (1600x900) and all the contain of my page have loaded...
Shouldn't the logo and menu load first before the rest of the items on the page?
Thx
Hi Nicolas,
We cant change the loading order.
For some technical reason the menu have to be hidden when the page are loading but This is not required in your case.
Please go to wp-admin>theme options> custom css/js
And add this in the custom css field
.classic-menu {
visibility: visible;
opacity: 1;
}
Thanks,
Alexandre from the Sonaar.io Crew