AbdulAzeem
Forum Replies Created
-
Hi @bin10313,
The issue is really strange and sorry to hear that you are facing an issue with our AMP version.
Maybe it’s a technical bug at your end, Can you please contact us directly on [email protected]
We’ll personally make sure that your issues get resolved immediately and please mentioned that you came from the forum and please attached the forum thread.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] How Can I Do Subdomain AMPHi @obahiscom,
can you please re-save the permalink? and check whether the issue is resolved or not.
Hi,
The issue is really strange.
Can anyone share the exact URL where you’re getting the issue? And also please contact us directly on [email protected], so that our team will debug the issue on your end & get resolved immediately.
Please mentioned that you came from the forum and please attached the forum thread.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Move amp-style to another siteHi @dirkliesenfeld,
How did you import the styles into the amp plugin? let us know so that we can understand your use-case scenario and find out the perfect solution for you.
I’ve tested the URL which you shared and it’s validated perfectly without any errors. As you can see in the below screenshot. And here is the URL which I’ve tested > https://search.google.com/test/amp?id=_c5BVw3CDIKtW-JzfCPLQQ.
Screenshot:
https://monosnap.com/file/1mYDDy9nkOujPV5z5VbqanJLzNBm5QCan you please let me know where did you see that error?
Hi @quintdaily,
Sorry to hear that you are facing an issue with our AMP version.
I’ve just tried to replicate this issue on my local server on a clean WordPress installation, and I can not replicate it.
So maybe it’s a technical bug at your end, Can you please contact us directly on [email protected]
We’ll personally make sure that your issues get resolved immediately and please mentioned that you came from the forum and please attached the forum thread.
Hi @chefjester,
I’m trying to visit the URL which you shared, I’m getting a message as “site can’t be reached”. Can you please check.
Screenshot:
https://take.ms/JduJwForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-animation found but not usedHi @kaseym,
Can you please share your website URL? So that we can check and debug the issue.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Imagens com problemaHi @denisonduarte,
Thanks for using our plugin for a long time.
Did you contact us via [email protected]? Seems we didn’t find your email. Can you please re-send your query to [email protected]. So that we can debug & resolve the issue on your end. And mentioned that you came from the forum and please attached the forum thread.
Hope it helps.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Validation errorHi @rommieg,
Can you please contact us directly on [email protected] so that we can personally debug and resolve the issue at your end and we will fix the issue within the span of time.
please mentioned that you came from the forum and please attached the forum thread.
Hope it helps.
Hi @vikki237,
Can you please contact us directly on [email protected] so that we can personally check the issue at your end and we will fix the issue within the span of time.
please mentioned that you came from the forum and please attached the forum thread.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] It seems so should not beHi @ikiterder,
Are you getting any validation error for this issue? I’ve checked on my end, it seems
""
is not converting to" "
. Can you please contact us directly on [email protected] so that we can personally debug the issue at your end and we will fix the issue within the span of time.please mentioned that you came from the forum and please attached the forum thread.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Insert code to allHi @kghugo2000,
I’m attaching the code to insert the HTML after the content. Please add this code to your theme > functions.php file. Here is the code:
add_action('pre_amp_render_post','ampforwp_insert_html_content'); function ampforwp_insert_html_content(){ add_filter( 'the_content', 'ampforwp_insert_html_code' ); } function ampforwp_insert_html_code($content){ $iframe = '<iframe data-v-b66e9a5a="" src="https://button.like.co/in/embed/howtostudycantonese/button?referrer=https%3A%2F%2Fwww.howtostudycantonese.com%2Fu8l9-particle%EF%BC%88%E5%98%85%EF%BC%89%2F&type=wp" frameborder="0" class="lc-margin-top-64 lc-margin-bottom-32 lc-mobile"></iframe>'; $content = $content . $iframe; return $content; }
Hope it helps, if you have any queries feel free to ask.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Alt missingForum: Plugins
In reply to: [AMP WooCommerce] Nothing has changedHi @diegpl,
We’re planning to release 1.0 major update with more new features and we’ll make it better capable to handle everything you need for your AMP online store. This will be a big update of AMP WooCommerce and it will be a stable one.