Hi,
We just build a website/blog. The thing we are experiencing is that when you scroll down and open one of the blogposts. Then use the browser back button to go back to the post overview the page seems empty.
The loading effect is causing this is think. How can we completely disable this/ fix this issue.
Thanks.
Hey bonsaimedia,
Can you please make a screencast of the issue?
Best regards,
Victoria
Hi,
You can upload screenshots or casts to Dropbox or Google Drive for example, then link to them here.
Best regards,
Rikard
Hi,
Thank you for the update.
You can disable the preloader in the Enfold > Theme Options panel. Just look for the Page Preloading option right below the favicon field and turn if off.
Best regards,
Ismael
Hi,
Thank you for the update.
We can’t really reproduce the issue on our end but if you want, you can use the following css code to disable the animation of the masonry items.
.av-masonry-entry {
opacity: 1;
visibility: visible;
}
Please toggle the Enfold > Performance > File Compression settings after adding the code.
Best regards,
Ismael