Marco Buttarini
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Doesn’t install on iPhonessame problem, did you fixed it?
Actually I cannot share publically website url, but the effect is that inside schema I have the wrong url (of another language) until I don’t reset indexable tables. After that it work correctly, but after few hours it break again.
Is there a way to disable or bypass indexable functions?Problem is fixed temporary with yoast test plugin, but appear randomly again and I actually need to reset indexable daily
I have a similar problem, a conflict with polylang that I can resolve only clearing indexables tables. Is there a way or a filter to bypas it?
Forum: Plugins
In reply to: [oEmbed Plus] Facebook App Review rejects my oEmbed URLSame problem to me, I fail in oembed read approvation..
@misterpixel is not fixed. linkedin is still taking the first image of post instead of the featured declared on og:image
I have the same problem described here.
og:image not showing on linkedin:
https://www.linkedin.com/post-inspector/inspect/https:%2F%2Fwww.lifegate.it%2Fimpatto-pesticidi-su-api-raddoppiato
I suppose could be because is missing name “image” in the meta property, but not sureForum: Plugins
In reply to: [WP Recipe Maker] Rating not working for not logged usersI have found the problem: is in the get_user_ip() method, that in my server is not working.
Following thread written in comments:
* Source: http://stackoverflow.com/questions/6717926/function-to-get-user-ip-addressI have added this, before return:
if ( isset( $_SERVER[‘REMOTE_ADDR’] ) ) { return $_SERVER[‘REMOTE_ADDR’]; }
and now it work
Can you check if is something you can add in core?same problem to me. Downgraded to 2.2.1 to fix it
Same problem to me, but I have not installed table-of-contents-plus
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Can you revoke cookie access?Done, in last release there’s a shortcode to use to revoke cookie acceptance!
Forum: Reviews
In reply to: [Ginger - EU Cookie Law] Perhaps not compatible to GDPRThe GDPR require to keep the reference of user acceptance.
How can I get it without storing ip addresses?
BTW in last release this log could be disabled.Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Make capability filterableThanks for your support Edwin, we have released your request to wp repo.
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] AnalyticsHi everybody,I’m one of the developers of ginger.
I’m sorry for any issue, but actually we are involved in other projects and we cannot work on fixes on this plugin. That’s why we released it completely free.
BUT there is a repo on github:
https://github.com/webgrafia/ginger where you can make pull requestes if you find a solution or you develop a new feature. I assure you that we will check your requestes and push it on wordpress repository if they are clear and well writtenThanks everybody
Tnx Mustafa, it works