Bobs Bee
Forum Replies Created
-
Hi Alin,
My site is set to Private, will that make a difference to the functionality of Generating Critical CSS?
I’m afraid I can’t submit a support ticket as I’m using Jetpack Free, so there is no contact form.
Regards,
Looks like I now have the same issue as everyone else..
If there’s no resolution, we’ll have to uninstall and find an alternative.
‘Couldn’t verify my page’ which is my homepage.
Hello Shameem,
Thank you for your reply. I ended up with a resolution to this issue only this morning on my return to the office so I did not get chance to try your suggestions, but highly recommend anyone else with the same issue trying them too.
For my resolution, some rearranging of the HTML worked. Wrapping some of the content in <div> tags instead of <p> tags, appears to resolve the issue.
For example where I had my original snippet:<p class="documentHeader"><a>Available Documents</a></p> <p class="documentDisplay"><a href="#" class="documentTextBlock">Tech Spec Sheet</a><a href="#" class="documentDownloadBlock" download="">Download</a></p> <p class="documentDisplay"><a href="#" class="documentTextBlock">Safety Sheet</a><a href="#" class="documentDownloadBlock" download="">Download</a></p>
This was amended to:
<div class="documentHeader"><a href="#">Available Documents</a></div> <div class="documentDisplay"><a href="#" class="documentTextBlock">Tech Spec Sheet</a><a href="#" class="documentDownloadBlock" download="">Download</a></div> <div class="documentDisplay"><a href="#" class="documentTextBlock">Safety Sheet</a><a href="#" class="documentDownloadBlock" download="">Download</a></div>
and this worked. Shout-out to Kaushik from the Woo Team. ??
??