dariocalamai
Forum Replies Created
-
Hi JS,
thanks for your replay.I use Cloudflare but if I disable this service the problem still happens.
I write a little troubleshooting error in my previous post:
If I clear all cache and visit /page1 from desktop I can see Twitter, FB and G+ buttons. Now if i surf same page on mobile I will see same buttons!
In this case when I surf on same page from a mobile platform (after surf it from desktop) i see only Twitter and FB buttons, and NOT Google+. It is correct because I set G+ only for Desktop.
Instead of “mobile page” (W,T and FB buttons) remains same buttons on desktop.I tried to do other tests and I found out that if I active the hidden debug messages all works fine! So, I can never see debug messages when I have the problem.
So I prepared a fresh installation of WP (not under Cloudflare) and I installed NextGEN FB plugin only. You can try (I used WP 4.4.2–it_IT and NGFB 8.29.2-1 installed from WP backend):
by default Whatsapp is set to Mobile Only Platform but you can see from Desktop also if you visit the default Hello World post on mobile first!
Now you have to activate Hidden Debug Messages and… Voilà! It works fine! From Mobile you can see Whatsapp and you canno’t from Desktop. Seems happens if you set a button (for example G+) visible only from Desktop. If Debug Messages are activate you could see it only from Desktop Platform.
If you disable Debug Messages the problem returns ??I hope these new info could hekp you to understand my problem
Forum: Plugins
In reply to: [Cloudflare] Causes problems with AMP pluginsame problem here!
I solved “manually” adding my URL into header and buffer regexps# diff cloudflare.php cloudflare.php.orig 550,551c550,551 < $re = "/(<(script|link|base|img|form)([^>]*)(href|src|action)=[\"'])https?:\\/\\/www.ilovevaldinon.it/i”; < $subst = "$1//www.ilovevaldinon.it"; --- > $re = "/(<(script|link|base|img|form)([^>]*)(href|src|action)=[\"'])https?:\\/\\//i"; > $subst = "$1//"; 581,582c581,582 < $re = "/https?:\\/\\/www.ilovevaldinon.it/i"; < $subst = "//www.ilovevaldinon.it"; --- > $re = "/https?:\\/\\//i"; > $subst = "//";
URLs external to my domain must not be changed.