It might be a plugin interfering, but you can also try:
Open ../section-templates/section-masonry-2.php, find:
style="display: none;"
and
$('#sm-<?php echo absint( $wnum ); ?>-large').show();
remove them.
Let’s try this first for masonry #2. Make sure you don’t have any caching plugins activated when you look at it in real time.
Thread Starter
myhero
(@myhero)
Thanks will give it a go today
I think it has something to do with Cloudflare’s Rocket script:
http://stackoverflow.com/questions/9681032/why-is-wordpress-placing-text-rocketscript-instead-of-text-javascript-when-u
From what I could understand you need open ../section-templates/section-masonry-2.php and change:
<script type='text/javascript'>
to:
<script data-cfasync='false' type='text/javascript'>
Thread Starter
myhero
(@myhero)
Thanks, I didnt see an improvement of the first recommended change (mostly on Chrome).
I’ve applied the above suggested change now.
I am running out of solutions here 🙂 It’s a plugin conflict, you’ll need to disable all your plugins and activate them one by one until you spot the one causing the issues (make sure you activate the caching plugins last).
Also, it can have something to do with a Cloudflare option.
This article may help: https://blog.cloudflare.com/cloudflare-tips-troubleshooting-common-proble/ check the Rocket Loader subtitle.
I am sorry to say but if it’s a cloudflare issue, I am unable to help you with it. You’ll need to hire someone to fix this for you.
Thread Starter
myhero
(@myhero)
Thank you. I’ve disabled Rocket Launcher, which is in BETA.
Will play around with settings. Marking as resolved.
Thanks for you help!