Hi Guys,
I have a few questions regarding AMP.
1. The TagDiv AMP seems very basic maybe I am missing something? Is there any settings / options anywhere?
2. How do I add our logo to the AMP for mobile? Also we want a menu of some sort? It seems that we have a high bounce rate due to using AMP, users / readers just come off as they struggle to navigate.
3. Would I benefit from deleting TagDiv AMP plugin and installing something else that offers more in-depth options / settings?
Please advise.
Hi,
Unfortunately for the moment out TagDiv AMP is very basic, all the settings have our plugin you can see theme here -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
If you are not satisfied on our tagDiv AMP plugin you always can use other plugin for AMP
Thank you for your understanding!
Hello Calin,
Thanks for the reply, I have tried other AMP plguins however, I find they are too heavy and change the look of the site.
TagDIV AMP plugin is perfect, all I would like to do is ass my sites logo to AMPed pages, is there some sort of code you could help me with?
Thanks,
Regards,
Dan
Hello Calin,
The URL of my website is: https://gadgetgang.com/
We would just like the logo to be centered in the header.
Thank you very much for the help!
Regards,
Dan
Hi,
First you’ll need to set a mobile logo in Newspaper>Theme panel>Headers>Logo for mobile
-> https://www.screencast.com/t/ng7ndiJpek
-> https://www.screencast.com/t/H8RToieCnd
After that you’ll need to set a custom css in amp files
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}
The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
the path is wp-content>plugins>td-amp>templates>styles.php
results-> https://www.screencast.com/t/ypZ7UyOkP
Thank you for your understanding!