ecofibre
Forum Replies Created
-
Hello @ampforwp,
I have recognized that the error is caused by the “GDPR Compliance Window” which you can activate in your plugin.
It only occurs with Safari browsers (mobile devices and desktop). I deactivated javascript in Safari and could click on the link.
Furthermore I deactivated the “GDPR Compliance Window” and activated the “Cookie notice”. And it works, now you can click on every link.
You should have a look at the javascript of the “GDPR Compliance Window”.
Thank you very much for this plugin, for your support and for your efforts!
Best Regards
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Metadata on Custom Front Page wrongDespite the update the error still remains!
But the error occurs only on the frontpage. I have set a “page” as static frontpage.
Thank you!
Due to the update the “call-now button” is now working correctly again.
Best Regards
Hi @ampforwp,
can′t you see the “hamburger”-icon or is it not possible to open the menu on https://www.steinwolle-d?mmung.de/amp
I can see the “hamburger”-icon on both sides but they are not clickable with safari browser.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Metadata on Custom Front Page wrongHello @ampforwp,
I changed the settings in Design -> Date -> Modified Date Notice
But it changed nothing on the live site.I reseted the settings in Design -> Date -> Modified Date Notice
But it changed nothing on the live site.I changed and saved the settings in Design -> Date -> from Modified Date to Published Date
Unfortunately it changed nothing on the live site.
Very strange! Hope you can help me!
Thank you for your efforts!
thank you for your efforts and help. I agree with you the error is not caused by the Autoptimize plugin!
Hi @ampforwp,
thank you for your help, too! The problem still remains. I checked also another website that is running with your plugin.
Please copy the following domainadress and open it with a new browser (e.g. Safari). Don′t click on the link, please copy and paste it. https://www.steinwolle-d?mmung.de/amp
I suspect that Javascript is not loading always correctly, because I recognized also that the GDPR notice is not displayed when all links are blocked. Both websites work currently with Firefox but not with Safari.
Best Regards
Oh no, it happened again.
I just opened my website with a Safari Browser on a desktop computer and it was not possible to open the menu or to click any link.
Changes: Today I only added the unfortunately not correctly working “Call now” button. But for that issue I created a new thread.
Oh, I′m very happy that it works now.
So, I will keep the code snippet in my functions.php for some days to test it with some more mobile devices.
If the problem occurs again, I will delete the code snippet.
I keep you up to date about this matter. Ok?
thank you for your comment here! I just wonder what happened because this is the only thing I changed in the code and currently the website causes no problems in the “AMP mode”.
Best Regards
Hi @ampforwp,
thank you for your response and for checking my website. Today everything is working well. No problems with my mobile devices.
I put some extra code in my functions.php:
// Disable autoptimize on pages with the word "amp" in the URL add_filter('autoptimize_filter_noptimize','my_ao_noptimize',10,0); function my_ao_noptimize() { if (strpos($_SERVER['REQUEST_URI'],'amp')!==false) { return true; } else { return false; } }
But I′m not sure, if that was the solution. The autoptimize plugin author told me that autoptimize doesn′t change accelerated mobile pages.
Have you recognized some kind of cache problems? I will check my website in the next days on different mobile devices.
- This reply was modified 6 years, 3 months ago by ecofibre. Reason: spelling
Forum: Plugins
In reply to: [AMP] AMP is freezingThank you for your quick response. Ok, then I have to keep checking, what is causing the problem.
Have a nice weekend.
Best Regards
Forum: Fixing WordPress
In reply to: Sidebar disappears on some pages after editingIf it is a theme problem, shouldn′t it be possible to solve it by downgrading to the 4.6.3 version?
I can′t solve it.
- This reply was modified 8 years ago by ecofibre.
Hello,
deactivating the plugin hasn′t fixed the issue. So, I have to check the theme.
Thank you for your answer.
Forum: Fixing WordPress
In reply to: Sidebar disappears on some pages after editingBut downgrading the WP version didn′t help to solve this problem!
I will check the theme or test another theme.