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 Critical Errors when Activating/Deleting Plugin, on the site WordPress.org Forums:
Can you post the PHP error you are seeing, please? Probably, it is related to… -
Committed [2891858] to Plugins SVN:
stable tag -
Committed [2891848] to Plugins SVN:
Tagging version 5.2.2 -
Committed [2891847] to Plugins SVN:
Release 5.2.2 -
Committed [2891836] to Plugins SVN:
composer dump -
Committed [2891835] to Plugins SVN:
Tagging version 5.2.1 -
Committed [2891834] to Plugins SVN:
Release 5.2.1 -
Committed [2891822] to Plugins SVN:
Increases Tested up to -
Posted a reply to I need help!!!, on the site WordPress.org Forums:
My suggestion is you create 2 register buttons, then show one and hide the other… -
Posted a reply to PHP 8.1 and geoip-detect 5.1.1, on the site WordPress.org Forums:
Thank you, I have changed my deploy script, this will be fixed in the next… -
Posted a reply to Critical Errors when Activating/Deleting Plugin, on the site WordPress.org Forums:
Perfect! -
Posted a reply to Critical Errors when Activating/Deleting Plugin, on the site WordPress.org Forums:
Which PHP version are you using? Please try uploading 5.1.1 manually, this should fix the… -
Posted a reply to Warnings with CURL_HTTP_VERSION, on the site WordPress.org Forums:
This should be fixed in 5.1.1 now. -
Committed [2805966] to Plugins SVN:
Tagging version 5.1.1 -
Committed [2805965] to Plugins SVN:
Release 5.1.1 -
Posted a reply to Can your plugin trace the sender location based on their IP Address?, on the site WordPress.org Forums:
Tracing - do you want to show the text, use it to pre-fill their country?… -
Posted a reply to Hide/show a page according to city, on the site WordPress.org Forums:
This is available in Version 5.1.1-beta1 See https://github.com/yellowtree/geoip-detect/wiki/Beta-Testing -
Posted a reply to An error occured on Cron Execution background task, on the site WordPress.org Forums:
Sounds weird. Does this occur once or regularly? -
Posted a reply to Selector Country no Salve Button, on the site WordPress.org Forums:
Save button - the shortcode only creates the select input field. You can use it… -
Posted a reply to conflict with complianz plugin, on the site WordPress.org Forums:
See https://wordpress.org/support/topic/error-with-complianz-privacy-suite-premium-plugin/ -
Posted a reply to PHP compatibility issue, on the site WordPress.org Forums:
The plugin is working with 8.1 . I am currently supporting PHP 7.2 so these… -
Committed [2805626] to Plugins SVN:
Tagging new version 5.1.0 -
Committed [2805622] to Plugins SVN:
Release 5.1.0 -
Posted a reply to Hide/show a page according to city, on the site WordPress.org Forums:
Oh I am not sure if the city can be used in CSS, I could… -
Posted a reply to Hide/show a page according to city, on the site WordPress.org Forums:
Yes this is possible to do in CSS. In the menu, you can give the… -
Posted a reply to Error with Complianz Privacy Suite premium Plugin, on the site WordPress.org Forums:
The reason is that that plugin is using a different version of the Maxmind libraries… -
Posted a reply to Working with Caching, on the site WordPress.org Forums:
If these three options are possible or not depends on the caching system, not on… -
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…
Developer
-
Contact Form 7 Select Box Editor Button
Active Installs: 500+
Deutsch (German) Plugins Translation Editor - #de_DE
-
Geolocation IP Detection
Active Installs: 20,000+