Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] PHP Notice when viewing AMP pagesCan you confirm that you’re using v0.3?
Forum: Plugins
In reply to: [AMP] Adsense SupportAds support will require some custom integration. Because of the many different ways ads are implemented across sites, it’d be very difficult for the plugin to make all of those ways work.
The goal is to make it really easy for other plugins to integrate so hopefully that will happen as AMP is more widely adopted (it’s still very new). Ideas welcome on how we could make this better though!
Forum: Reviews
In reply to: [AMP] This isn't ampA “post” is technically a “web page” 😉 We’re just taking an iterative approach to building the plugin so Pages support will come soon (https://github.com/Automattic/amp-wp/pull/188). Thanks for trying out the plugin!
Forum: Plugins
In reply to: [AMP] AMP Showing Blank PageGlad it works now!
Forum: Plugins
In reply to: [AMP] 500 Error Page When Trying To View an AMP pageDo you have any errors in your error log?
Forum: Plugins
In reply to: [AMP] AMP Showing Blank PageSomething on your site (maybe another plugin?) is adding extra content and breaking the output of the main AMP script (and also breaking the page):
<script src="https://cdn.ampproject.org/v0.js' async onload='myinit()" async></script>Forum: Reviews
In reply to: [AMP] Made no difference at allPlease see this note about Pagespeed results from one of leads of the AMP project: https://github.com/ampproject/amphtml/issues/1221#issuecomment-166665166
Forum: Plugins
In reply to: [AMP] How to update plugin from 0.2 to 0.3You should be able to update from the WordPress Dashboard under
Plugins.Forum: Plugins
In reply to: [AMP] AMP Showing Blank PageThe plugin is not meant to redirect mobile visitors; it just generates AMP content. Please see “Note #2” here: https://github.com/Automattic/amp-wp/blob/master/readme.md#overview
Forum: Reviews
In reply to: [AMP] good jobYeah, there have been some issues with the font(s) recently and we will likely replace them soon.
Forum: Reviews
In reply to: [AMP] Good WorkCan you share what the error is?
Forum: Plugins
In reply to: [AMP] Not working please help!The following changes should fix the image and font size issues:
https://github.com/Automattic/amp-wp/pull/213
https://github.com/Automattic/amp-wp/pull/215These will likely be released as part of 0.4 in a week or two.
Forum: Plugins
In reply to: [AMP] Not working please help!Thanks, the image issue is related. We’ll work on a fix for it.
Forum: Plugins
In reply to: [AMP] AMP Showing Blank PageHave you updated to 0.3? Do you see any errors in your PHP error log?
Forum: Plugins
In reply to: [AMP] Plugin Not Working, Redirecting to non AMP URLThat happens if the post_type your testing doesn’t support amp such as Pages.