deargeek
Forum Replies Created
-
@safronik will there be a patch going out or will we have to do this on all our (many, many) sites?
Forum: Plugins
In reply to: [Multisite Enhancements] Menu layout broken in WP 5.3Forum: Plugins
In reply to: [Multisite Enhancements] Menu layout broken in WP 5.3I think it’s the noindex / external domain icons – in your example @bueltge you don’t have any. Try setting one of your sites to noindex.
Forum: Plugins
In reply to: [Toolbox for Beaver Builder] Max length not working for Meta DescriptionBrilliant – nice one ??
It’s not that it made the wrong decision, I just don’t think that decision should be made.
For example, I can understand wanting to block http links in a comment. But it could be really important to allow it in a contact.
What we need is an option “Allow http links in contact form” and “Allow contacts in forms”
Forum: Plugins
In reply to: [Scriptless Social Sharing] Can’t change any settingsI was having the same problem, Robin.
That code change fixed it for me – awesome as always.
When are you going to add a “buy me a coffee link”? ??
Forum: Fixing WordPress
In reply to: Wrong language appearing in Facebook EmbedsI have had the same problem, except with the language being Dutch.
I then found it only happened when I embedded a link on a site hosted on the servers I use in Amsterdam.
Exactly the same site cloned to a server in the UK and the language was English.
The fix suggested at https://stackoverflow.com/questions/41550989/wordpress-loading-wrong-language-for-facebook-sdk works…
add_filter( 'the_content', 'facebook_sdk_replace' ); function facebook_sdk_replace( $content ) { if ( is_single() ) { $content = str_replace("/nl_NL/", "/en_US/", $content); } return $content; }
Forum: Plugins
In reply to: [Scriptless Social Sharing] Shortcode / PHPRobin, the shortcode is perfect – the fact that you’ve added the ability to change the heading and select the buttons is way more than I expected and really useful.
Brilliant, thank you. I’ve sent a donation, it’s not a lot but it should get you a few drinks on me this weekend!
Forum: Plugins
In reply to: [Scriptless Social Sharing] Shortcode / PHPThanks, Robin ??
Forum: Plugins
In reply to: [MapPress Maps for WordPress] A Google Maps API key is required…Latest update appears to disable the map even if an API key isn’t required, which is frustrating for existing sites.
Quick fix appears to be putting a 0 in the field, but it would be much better to just have the warning.
I had this on one of my sites – the PHP version was too old. Changing to a more up-to-date version of PHP fixed it.
Jeez – it’s just a warning people. You can ignore it (or you can google “DMARC” and understand why this change is so important).
So far, so good!
I’ll keep an eye on it.
In the meantime – enjoy fatherhood!
Done ??
Just adding a “me too” so I get notifications of any follow-ups.
Pro Developer v2.5.11 – clicking Save in the Configuration tab forces a refresh, but it soon stops updating again.