pandorino
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Twitter Feed Widget Plugin] Ver 0.8 stopped working@tugeye Same thing happens with my website.
I have a CDN and the plugin works fine on the website version that is not on CDN. The CDN version presents this issue.So for my case, it seems the problem is the CDN. Maybe this can help for future issues.
- This reply was modified 7 years, 5 months ago by pandorino. Reason: forgot to check for notifications
Forum: Plugins
In reply to: [AMP] Remove any custom JavaScript code from your pageCheck out this link: https://www.ampproject.org/docs/guides/validate.html
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured ImagesHere a solution Add Featured Image To Accelerated Mobile Pages in WordPress
Better you have a Child Theme to do this.
Forum: Plugins
In reply to: [AMP] Remove any custom JavaScript code from your pageSeems like I solved (still waiting Google to display the AMP pages in the search results, anyway from console there are no error but one message that says:”Powered by AMP ? HTML”)
My solution was to go in W3 Total Cache > Minify > Advanced > Never minify the following pages and type /amp/ in the text area.
NOTICE: My permalinks are set as “Post Name” so they look like a folder sequence https://mywebsite.com/sample-post/
The AMP plugin by default just add the text /amp/ to the post link, so now every link ending by /amp/ are not minified by W3 Total Cache.
Not a big deal as an AMP page is supposed to be quite small anyway.Hope this will help.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesHi guys, I had a similar problem, W3 Total Cache was adding a <script> tag with the path for a minified JS and this was invalidating my APM blog posts.
I solved (still waiting Google to display the AMP pages in the search results, anyway from console there are no error but one message that says:”Powered by AMP ? HTML”)
My solution was to go in W3 Total Cache > Minify > Advanced > Never minify the following pages and type /amp/ in the text area.
NOTICE: My permalinks are set as “Post Name” so they look like a folder sequence https://mywebsite.com/sample-post/
The AMP plugin by default just add the text /amp/ to the post link, so now every link ending by /amp/ are not minified by W3 Total Cache.
Not a big deal as an AMP page is supposed to be quite small anyway.Hope this will help.
Forum: Plugins
In reply to: [AMP] Remove any custom JavaScript code from your pageEdit
Seems my problem is related to some minified files.
<script async="" type="text/javascript" src="https://www.mywebsite.com/wp-content/cache/minify/000000/3c457/default.include-footer.df9a0d.js"></script>
I use W3 Total Cache plugin for minification.
Forum: Plugins
In reply to: [AMP] application/ld json urlPlease don’t say just “Found”, explain what was your solution for everyone with the same issue!
Forum: Plugins
In reply to: [AMP] Remove any custom JavaScript code from your pageSame here, Google seems to suggest to remove all the <script> tags but I can’t, my theme works with some of them.
Any idea?
Thanks in advance