Manually adding the code to the footer.php worked out better. And I think it is a CSS issue – thanks!
Hey guys, did you manage to get this to work? I’ve been troubleshooting this for days and haven’t been able to get it to work. I’ve even contacted Amazon and they can’t figure out what’s going on either.
I’ve tried (one at a time, obviously):
- Adding the code in the footer, before the ending body tag
- Adding the code to the Javascript box in the admin panel
- Adding the code to the the HTML box in the admin panel
- Clearing the cache
- Using incognito
- Using VPNs from different countries
- Trying with/without link cloaking plugins
The only thing I haven’t been able to test is having it physically within the <footer></footer> tags. See below for what I mean – at the moment, the script isn’t technically within the “footer” although it’s before the </body> tag:
<footer>
Save
<div class="tdw-more-info-text">Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.</div>
<div class="tdw-resize"></div>
</footer>
From a technical point of view, I don’t see how it would really make a difference, but it’s the only thing that I can think of.
That fixed it. Thanks!
Thanks Chris, your tips have given me some progress. I’ve found that my website is requesting the following file:
http://192.168.0.214/wp_011_blog_fitness/wp-content/uploads/2017/04/27.jpg
Inspector is showing me the following errors:
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT 27.jpg
Failed to load resource: the server responded with a status of 404 () text.js
Failed to load resource: the server responded with a status of 404 () mode-less.js
I’m almost positive that the “27.jpg” is something that is being referenced as I used the “fitness” demo to set up the theme in the first place. I don’t think this demo exists any more (but I could be wrong).
This “27.jpg” is also messing up my site security:
Mixed Content: The page at 'https://nomadtoolkit.com/' was loaded over HTTPS, but requested an insecure image 'http://192.168.0.214/wp_011_blog_fitness/wp-content/uploads/2017/04/27.jpg'. This content should also be served over HTTPS.
Any ideas on how to fix this?
Hi Simion,
Yes, I’m aware that the website loads fast – this is not what I’m talking about. The issue is that something is that something is continuing to load in the background after all visible elements have fully loaded.
For example, if you load the website in Chrome, the tab (at the top of the screen) will show spinning wheel to indicate that something is still loading. While this is visible, mobile menus do not work, nor do sticky sidebars.
Does that make sense?
Thanks,
Chris
Hey Bogdan, thanks for the link but that’s where I started. I’ve figured it out. But the loading issue is still there – do you know why this might be happening? This was an issue even before I installed the plugins.
Update: now it seems to be working, but only after about 10-20 seconds. The page “loads” for this period of time, and the sticky widgets show only after it completes loading. I’ve tested for this delay on several different internet connections and they all take equally long.
What is it that’s taking so long to load?