Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Style attributes displayed as plain textThis should be fixed in v0.2.
Forum: Plugins
In reply to: [AMP] Pull image heightv0.2 improves this a bit and we have https://github.com/Automattic/amp-wp/issues/14 tracking some additional changes to avoid the validation issues.
Forum: Plugins
In reply to: [AMP] /amp/ not working with static front pageThe plugin does not support Pages currently.
Forum: Plugins
In reply to: [AMP] CSS to target Amp specific pagesWith v0.2, you can replace the default styles with your own: https://github.com/Automattic/amp-wp/blob/master/readme.md#custom-css
In v0.3, we’ll add a way to just inject a few styles: https://github.com/Automattic/amp-wp/issues/146
Forum: Plugins
In reply to: [AMP] How translate the template amp-index.php?v0.2 now properly loads the textdomain (although, we don’t really have many strings :))
Forum: Plugins
In reply to: [AMP] Images not responsivev0.2 now retains the srcset attribute and has better handling of responsive images via
sizes.Forum: Plugins
In reply to: [AMP] Upgraded to v0.2, now all AMP pages blankLooks like something (maybe another plugin?) is incorrectly injecting a
deferattribute which is breaking the tag and making the main AMP script not load correctly. This is making the page not render correctly. Here’s what the script tag looks like:<script src="https://cdn.ampproject.org/v0.js' defer='defer" async></script>Notice the added
deferattribute with incorrect single quotes.Forum: Plugins
In reply to: [AMP] Images Broken and Layout ProblemsIt’s because the plugin could not figure out the proper width and height for the image, which is something that the AMP plugin doesn’t like. We’re tracking a potential fix for that here: https://github.com/Automattic/amp-wp/issues/14
Forum: Plugins
In reply to: [AMP] problem with share and like module of jetpackThanks, we’ll track the issue and fix here: https://github.com/Automattic/amp-wp/issues/144
Forum: Plugins
In reply to: [AMP] Thank you. Great FixThanks for the feedback! 🙂
Forum: Plugins
In reply to: [AMP] Some Images Larger & Filter Locationsv0.2 fixes many of the issues related to image sizing.
Forum: Plugins
In reply to: [AMP] Telling Google Search About AMP Pages From The Non-AMP PagesThe plugin already includes the necessary
linktags.Forum: Plugins
In reply to: [AMP] AMP works on posts but not pagesRight now, the plugin only supports posts. We may look at adding support for Pages in the future.
Forum: Plugins
In reply to: [Lazy Load] Is RICG / WP 4.4. responsive images supported?Oh, whoops, I confused this with another plugin. We should probably add in support for responsive images, if it’s not already 🙂
Forum: Plugins
In reply to: [Lazy Load] Is RICG / WP 4.4. responsive images supported?Yep, the next version will support
srcsetand proper responsive sizing.