-
-
Using the Tower theme and have it setup pretty close to the default demo of Tower. It’s flashing on load of any page, then flashes to white and loads properly.
Our site:
https://mckinneyestateplanning.com/
Any suggestions of how to best fix this?
-
Hello,
I see that your site loads over HTTPS. You have an insecured script (https://html5shim.googlecode.com/svn/trunk/html5.js) ,whose request has been blocked, because the content must be served over HTTPS. That’s the error i get after loading you site.
However, if an HTTPS page includes HTTP content, the HTTP portion can be read or modified by attackers, even though the main page is served over HTTPS. When an HTTPS page has HTTP content, the content is called “mixed”. The Mixed Content Blocker blocks certain HTTP requests on HTTPS pages.
You should contact your host provider and secure that script.
Let us know.
Best regards! -
Okay, thanks! I’ll let you know what they say / if we get it resolved. Thanks!
-
We had our host provider secure that script. We’re still seeing that flash load and then reload though… What else should we do to fix it?
-
Hello,
Your site does not load in time all necessary style files. This can be caused by slow connection with server or some of the plugins installed is effecting theme scripts.
Please contact your host provider first. Do you have any caching plugin installed?
Let us know.Best regards!
-
Hello!
We figured out that it was being caused by moving the <script> text from the header to the footer, as per every SEO recommendation. Can you recommend a way to move the javascript from the header to the footer and still have the site load properly? Every SEO check tells us to move javascript below the fold, and most recommended moving it from the header to the footer. In our case, that’s what caused it not to load properly.
This is the script we had originally moved from the header to the footer:
<p>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <?php //Generated css from options include('includes/register/register_styles.php'); // Loaded all others styles and scripts. ?> <?php // Loaded all others styles and scripts. wp_head(); ?> <script><?php echo $cl_redata['tracking_code'] ?></script>
</p>
-
Thanks Mihaila.
Last question: Our site’s loading time slowed down a lot, just pass five seconds, when we switched to the Tower theme. It is not our host provider as we were running fast with our previous theme on the same host. Do you have any recommendations to help it speed up? This is the main reason it was recommended to us to move the script text to the footer initially. I understand why you suggest not doing it, so do you have suggestions on how to make loading time faster then?
https://mckinneyestateplanning.com
Thanks!
-
Added information to the post above: This is coming from a recommendation from Google’s page speed test, so in speeding up our site, how do we fix js in above the fold content without moving it?
-
You must be logged in to reply to this topic.