So I’ll have no access to this forum after the expiry date or I’ll just not be able to create new topics?
Thank you!
I followed the instructions in the article I copy/pasted the below code before </body> tag. I replaced placeholder js URLs with real ones that google pointed out. Should I put the URL between inverted commas or without them? or just separate them with a comma? (Shown in the 3rd line)
<script type=”text/javascript”>
function parseJSAtOnload() {
var links = [“javascript1.js”, “javascript2.js”, “javascript3.js”],
headElement = document.getElementsByTagName(“head”)[0],
linkElement, i;
for (i = 0; i < links.length; i++) {
linkElement = document.createElement(“script”);
linkElement.src = links[i];
headElement.appendChild(linkElement);
}
}
if (window.addEventListener)
window.addEventListener(“load”, parseJSAtOnload, false);
else if (window.attachEvent)
window.attachEvent(“onload”, parseJSAtOnload);
else window.onload = parseJSAtOnload;
</script>
and please let me know if this code would conflict with tagDiv Speed Booster plugin or not.
I followed all these steps. Please tell me how to resolve “Eliminate render-blocking resources” i have installed tagDiv Speed Booster” but Google page insight is still giving this error. Here’s the page link. http://www.wentdiary.com/top-17-things-to-do-in-oklahoma-city/
Also can u run the mobile friendly test plz?
I would like to change radius of contact form 7 button.
-
This reply was modified 7 years by
Sohaib.
Thanks a lot 🙂
Alright, Thanks!
Thanks for responding, Calin. The main issue is resolved. I had to make some changes in robots.txt file. Though Search Console is still reporting some issues, “resources could not be loaded” most of these resources are js, images and cache files.
I would like to mention that I cannot deactivate cache plugin because without it my website gets really slow.
I want to style my Contact Form 7 button
Why does share text not appear on AMP?
-
This reply was modified 7 years by
Sohaib.
Thanks!
Also add “facebook messenger” in the social shares
Thanks for your help. Btw how do I change the “share text”?
Ohh.
I know. But can I use the theme on another website without entering my themeforest code? Like without activating it?
How do I add “facebook messenger” and “copy URL” in the sharing options?
I am using mobile theme plugin. I have enabled AMP only in the mobile theme settings
But Sidebar content DOES appear at the bottom of simple mobile pages. It is only hidden on AMP.
-
This reply was modified 7 years by
Sohaib.
Can I use tagDiv Social Sharing function for AMP pages only? If yes, then how do I do that?
Thanks. Resolved!
I have configured the yoast plugin properly. Twitter’s card validator gives the error message “ERROR: Fetching the page failed because it’s denied by robots.txt.“
One of my team members contacted with Plugin developer too. They said there is no issue with the plugin and it is perfectly compatible with AMP pages. Which is. I have tested it myself by deactivating tagDiv Mobile Theme Plugin. Please see the discussion link that my partner did with the developer. https://wordpress.org/support/topic/social-buttons-invisible-on-amp-pages/
I would really appropriate if you could provide me with some sort of code or solution that would resolve this issue.
-
This reply was modified 7 years by
Sohaib.
But there has to be some sort of solution. I am having this issue with every social share plugin on AMP pages with tagdiv mobile theme plugin activated. But they work fine when I disable tagDiv Mobile Theme plugin. There has to be some sort of code or solution to this problem. I’m having this issue on AMP pages only.
It’s done. Thanks a million.
Thanks so much for your help, Simoin. You just did the magic.
The title color has been changed and the hover effect has been enabled as well. There is only one more addition I would like you to make. I want to make the titles semi-bold. Please provide a css code for that too.
Thanks