Amar Ilindra
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] How to Stop Indexing Redirect Links in Search Engines@johnny5 Thanks, I’ll be waiting for this feature in next update
Forum: Plugins
In reply to: [WP-Appbox] Adding tables above and makes AMP invalidHi
After updating your plugin, I noticed the same issue. I made my hands dirty and found the problem with your code.
I understood it is not an issue with my AMP plugin. The actual issue is in function ‘wpAppbox_addButtonsWYSIWYG’ at line 866 of wp-appbox.php file.
You are directly adding the <script> into the source code. It is a bad practice.
You need to use ‘admin_head’ action to add any scripts to header in admin area pages.
For now, I removed this filter to fix the problem.
add_filter( ‘mce_buttons’, ‘wpAppbox_addButtonsWYSIWYG’, 0 );The same problem is in ‘wpAppbox_addCombinedButton’ function and luckily this function is commented/never called.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg editor not workingSame problem. Editor goes blank with the white page.
So, it is on the roadmap. Great.
When can we expect the update?Temporary fix until developer fix the problem
Add this CSS rule to “Advanced CSS” option in “Design” tab
.wp-block-image.aligncenter amp-img {
margin: 0 auto;
}Your screenshot clearly shows you are just using classic editor inside Gutengerg editor. Technically your image is still added using classic editor.
This is how an image added in Gutengerg looks like
https://monosnap.com/file/Ws4oj3mdXGEBMT75PXPsF0irT7CqcW@ampforwp
Someone from your team emailed me asking “If I’m still facing the issue”, I replied “YES” and I didn’t get any response again.Version 0.9.97.5 fixed the “Allow comments” issue but it is still showing the wrong author.
Hi @ampforwp
I have seen comments on other thread where users are facing the same issue.
I already contacted your team 2 days back and no update till now from your team.@scr00chy issue still exists in v0.9.97.4
Same issue here.
“Allow comments is unchecked” and author of the post is assigned to Administrator.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Images are not showing in AMP pagesHi @britsinph
I’m using only one AMP plugin and all my plugins are activated already.
Even in the latest version 0.9.95 I’m facing the issue.Waiting for developer’s reply.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Specify Language as URL ParameterHi
I’m not looking for separate URL’s, I need them in URL parameters.
Anyways, I developed a custom function in my theme and it translates the page by running a javascript function in your plugin depending on the URL parameters.
Thanks for developing the plugin.
Hi @ampforwp
I’m showing consent only for EU users but analytics is not working for all users. I tested it from India and my visit is not tracked.
Hi @ampforwp
This is strange. I’m getting mixed answers from your team.
In the email you mentioned – “The analytic tracking does not depend upon the Accept and Reject option. It should work fine.”But here you are saying “Yes, this is because of the GDPR is not tracking the users until they don’t give consent for the same.”
Which one is correct?