Mohammed Razzaq
Forum Replies Created
-
Hi @boyansharic,
I was working on the ticket which was reported by you, and I can say that it is working fine for me for both latest version and beta. Can you tell me which version of the plugin you are using? And are you using any caching on your website?
It would be really helpful if you can contact us at [email protected] so we can find the issue which is occurring at your end and will resolve it for you.
Hi @forfile20,
Can you contact us through ampforwp.com/support? our team will help you to resolve this issue of yours.
Hi @jedi82,
We have resolved this issue and it will be added in our next updates.
Please be patient with us.Hi @wordp4ln,
I think it is due to mailpoet widget, as I said above AMP has some restrictions regarding the Forms. So you have to be sure that forms which you are adding should be according to AMP rules.
So I would suggest you to check if the form is AMP valid or not.
Hi @utnalove,
No, I am sorry if I was not clear. This is not the correct way.
amp_post_template_head
is the hook andamp_post_template_metadata
is a filter. So you have to code it accordingly.I would suggest you check how hooks and filters work in WordPress for better understanding.
Hi @physalis,
I have created a Github ticket for this and resolved it, it will be added in out future updates.
ref: https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/2627If you want you can look into the code changes and make the same changes or contact our team at [email protected] and our team will help you with it.
Hi @romain-d,
We have already added this feature and it will be released in the upcoming updates.
If you don’t want to wait, then you can download the beta version from here: https://github.com/ahmedkaludi/accelerated-mobile-pages/archive/0.9.98.zip
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Post com Instagram incorpora??oHi @ronniemartyns,
How are you adding the code? Can you share an example code?
Hi @jasonblaze72,
Then you don’t have to worry about that, in a few days Google will recrawl them and will remove them from the error list, if not then let us know we are here to help you.
How are you using the
amp_post_template_head
andamp_post_template_metadata
?Hi @wordp4ln,
You are trying to add some form due to which you are facing the validation issues.
Please check where and how you are adding the form and make sure it is compatible with AMP.
AMP has some restrictions on Forms, so you can’t directly add them, you have to add the AMP compatible Forms.
Please check this for more info: https://ampbyexample.com/components/amp-form/Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Disable a specific div in amp postsHi @rakshitsukanta,
There are 2 options,
1. you can show the forms but I am not sure upto what extent it can work and what validation issues it can throw. To enable form and some of its components you can use a filter calledamp_blacklisted_tags
.2. You can hide those forms in AMP, I don’t exactly know where those forms are, can you tell me so that I can check there classes or ids to hide them?
You can also do this. Just check the form id or class name and Go to AMP options Panel-> Design-> Global-> Custom CSS and add thedisplay:none
for that class or id.Let me know if you need any more help on this.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Change font size – Design SwiftHi @benle1111,
Maybe you are targetting some other class? Different designs have different classes, check them out target the correct class or id
Hi @hd00842,
Can you share the URL of where you are facing the issue?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Show multiple Post Types in homepageHi @dtszero,
Do you want to show the loop for multiple Custom Post Types?