Benjamin Pick
@benjamin4 on WordPress.org and Slack
- Member Since: March 21st, 2012
- Website: github.com/benjaminpick
Contribution History
Benjamin Pick’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to conflict with WooCommerce maxmind database file source, on the site WordPress.org Forums:
It is just a warning, not an error. Try out if the lookup works (e.g.… -
Posted a reply to Shortcode Showing Nothing, on the site WordPress.org Forums:
1. Try this shortcode: [geoip_detect2_user_info] Is the IP correct? 2. Try calling the site in… -
Posted a reply to Shortcode Showing Nothing, on the site WordPress.org Forums:
Ok then the shortcode works, but probably it does not detect "CA" correctly. Can you… -
Posted a reply to Shortcode Showing Nothing, on the site WordPress.org Forums:
Are there JS execution errors (check in the development console)? - If yes, please copy… -
Posted a reply to Shortcode Showing Nothing, on the site WordPress.org Forums:
You need to add the option "Resolve shortcodes via AJAX" -
Posted a reply to ESI settings + Shortcode for Geolocation plugin usage in cached page, on the site WordPress.org Forums:
Are you using AJAX mode? I'm not sure what Esi does but AJAX mode is… -
Posted a reply to Load JS in Head to avoid flash of hidden content?, on the site WordPress.org Forums:
Yes you could create the body classes server-side, by removing ajax-mode and making content caching… -
Posted a reply to Load JS in Head to avoid flash of hidden content?, on the site WordPress.org Forums:
Hm, good question. The problem is that regardless how much we optimize it, there can… -
Committed [2736370] to Plugins SVN:
increase wp -
Posted a reply to Changing language and saving it in cookie, on the site WordPress.org Forums:
I suggest instead of setting such a cookie, you can use the override function: https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX#storing-data-that-overrides-detected-data… -
Posted a reply to Maxmind database not found, on the site WordPress.org Forums:
Probably that is the precision trial for free. Which error do you see when you… -
Posted a reply to Maxmind database not found, on the site WordPress.org Forums:
Full *file* paths also work, e.g. /var/html/wordpress/wp-content/... - depending on your hosting environment. However, it… -
Posted a reply to Redirect before page load, on the site WordPress.org Forums:
You can use 'init' or 'plugins_loaded' instead of the 'template_redirect' filter to let this be… -
Posted a reply to Redirect before page load, on the site WordPress.org Forums:
Yes this is possible, you need to adapt this example to your needs: https://github.com/yellowtree/geoip-detect/wiki/API-Usage-Examples#redirect-depending-on-country -
Posted a reply to Documentation of Consent, on the site WordPress.org Forums:
Email delivery: That is true. However storing the DOI is not so much for proof… -
Posted a reply to Shortcode shows no Data, on the site WordPress.org Forums:
You cannot have [geoip_detect2_show_if] inside another [geoip_detect2_show_if]. So probably more the second solutions, two shortcodes… -
Posted a reply to Shortcode shows no Data, on the site WordPress.org Forums:
I would recommend adding a shortcode "if client is not from the USA": [geoip_detect2_show_if property="country.isoCode"… -
Created a topic, Documentation of Consent, on the site WordPress.org Forums:
Hi, thank you for your work to implement Double Opt-I… -
Posted a reply to Shortcode shows no Data, on the site WordPress.org Forums:
No the display:none is on purpose, it is removed by the JS script when the… -
Created a topic, Sendinblue – Update contact if exists, on the site WordPress.org Forums:
In the sendinblue integration, sometimes existing news… -
Created a topic, Double Opt-In Message is not sent, on the site WordPress.org Forums:
Hi, I am trying out the Sendinblue integration with DO… -
Created a topic, Suggestion, on the site WordPress.org Forums:
I was confused because I installed this plugin, but no… -
Posted a reply to Shortcode shows no Data, on the site WordPress.org Forums:
Hi, yes this should work. I'm seeing there a space in Is this space also… -
Posted a reply to Shortcode showing nothing, on the site WordPress.org Forums:
If possible, enable WP_DEBUG and check if you see PHP notices. -
Posted a reply to Shortcode showing nothing, on the site WordPress.org Forums:
I need more details: Which PHP version are you using? Which Shortcode? Are you using… -
Posted a reply to Fatal error after switching to PHP 8, on the site WordPress.org Forums:
I have fixed the issue: https://github.com/xibodevelopment/backupwordpress/pull/1211 For my own purposes, I have created a fork… -
Created a topic, [BackUpWordPress] Does not work with PHP 8.0, on the site WordPress.org Forums:
I liked it – but after being bought by Updraft, … -
Posted a reply to Warning after switching to PHP 8, on the site WordPress.org Forums:
I have created a pull request for this : https://github.com/xibodevelopment/backupwordpress/pull/1211 -
Posted a reply to Is it possible to add ipinfo.io to the data source list?, on the site WordPress.org Forums:
Hi, I will consider adding it at some point. However, beware that it says in… -
Posted a reply to Shortcodes & PHP Not displaying correct data, but test is fine?, on the site WordPress.org Forums:
To answer your question - it is currently not possible to use different versions of… -
Posted a reply to Shortcodes & PHP Not displaying correct data, but test is fine?, on the site WordPress.org Forums:
Backend and Frontend are using the same code, so my guess is that either page… -
Created a topic, PHP Notice, on the site WordPress.org Forums:
For your info, I am seeing a PHP notice in my logs: U… -
Committed [2654235] to Plugins SVN:
update readme -
Committed [2654230] to Plugins SVN:
Remove unused files -
Committed [2654229] to Plugins SVN:
Tagging version 5.0.0 -
Committed [2654228] to Plugins SVN:
Release 5.0.0 -
Posted a reply to How to use it with Elementor?, on the site WordPress.org Forums:
I don't know Elementor but if the shortcodes are not working (are they not parsed?),… -
Posted a reply to Incorrect data, on the site WordPress.org Forums:
Yes that might be a plugin trying to set memory_limit to -1. -
Posted a reply to Fatal Error after plugin update, on the site WordPress.org Forums:
That's weird, I never saw that one before. Could it be that you have another… -
Posted a reply to Incorrect data, on the site WordPress.org Forums:
https://www.php.net/manual/en/ini.core.php#ini.memory-limit When memory-limit is set to -1, that is a special value: it means that… -
Created a topic, PHP 8.0 Notice, on the site WordPress.org Forums:
When using PHP 8.0, I am seeing the following deprecat… -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Ok great! Thanks for your patience! -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Yes wordpress saves the plugin options even when you disable the plugin. You can change… -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Oh, the Github Updater plugin changed - I will need to remove that method then.… -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Hi, I have made a change, can you please try the newest beta ? https://github.com/yellowtree/geoip-detect/wiki/Beta-Testing… -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Is the Maxmind automatic update source working for you? -
Posted a reply to PHP warning, on the site WordPress.org Forums:
This is a weird notice that I haven't seen before, let me know if you… -
Posted a reply to PHP warning, on the site WordPress.org Forums:
Thanks - this was fixed already: https://wordpress.org/support/topic/getting-external-ip-throws-a-php-notice/ So it will go away when I release… -
Posted a reply to Null IP detection, on the site WordPress.org Forums:
[geoip_detect2_show_if country=””] Some Content [/geoip_detect2_show_if] should work in the current beta (4.3.0-beta3), can you have… -
Posted a reply to Getting external IP throws a PHP Notice, on the site WordPress.org Forums:
Thanks, you are right - they stopped the API on Nov, 10 : https://whatismyipaddress.com/api I…
Developer
-
Contact Form 7 Select Box Editor Button
Active Installs: 900+
Deutsch (German) Plugins Translation Editor - #de_DE
-
Geolocation IP Detection
Active Installs: 20,000+