eyedia,
It sounds like you correctly followed the steps outlined in the embedded video on the main plugin page.
Can you please try creating a new page named “Test Page” or something similar, inserting the lines of code below, checking the Insert Code checkbox, then publishing the page? Then when you visit that page on the front end of your website, if you get a pop-up box that says “FCP code is being loaded properly,” that means the code is successfully being loaded into the <head> section of your page.
<script>
window.onload = function () { alert(‘FCP code is being loaded properly’); };
</script>
Please let me know if that works out. Thanks!
Correction: the test code snippet should have been the following:
<script type=”text/javascript”>
alert(‘FCP code is being loaded properly’);
</script>
Thread Starter
eyedia
(@eyedia)
Thank you! I’m just seeing these now. I did get it to work, I think it may have been a plugin issue? I disabled them all, nothing happened, then later somehow it seamed to work? Strange, but it works! Thank you again.