Benjamin Pick
@benjaminpick on WordPress.org
- Member Since: July 1st, 2013
- Location: Siegen, Germany
- Website: yellowtree.de
- Job Title: Web Developer
- Employer: YellowTree
Contribution History
Benjamin Pick’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
- Translation Contributor Translation Contributor
-
Posted a reply to How to set debug info?, on the site WordPress.org Forums:
[geoip_detect2_show_if country="Ukraine"] TEXT [/geoip_detect2_show_if] Ukraine, UKRAINE, ukraine - all work because the lower/upper case does…3 days ago
-
Posted a reply to How to set debug info?, on the site WordPress.org Forums:
isoCode is always 2-letter, i think. You can check it in the Lookup function of…3 days ago
-
Posted a reply to improve contact from 7 countries list, on the site WordPress.org Forums:
Windows: Oh no, it seems that Flag Emojis are not supported by Windows. https://stackoverflow.com/questions/54519758/flag-emojis-not-rendering/54520964 This…1 week ago
-
Posted a reply to improve contact from 7 countries list, on the site WordPress.org Forums:
Flag bigger: no, sorry. Flag in Windows - this depends on the font used, because…1 week ago
-
Posted a reply to improve contact from 7 countries list, on the site WordPress.org Forums:
I have added this select box extension in the next version of the plugin, here…2 weeks ago
-
Posted a reply to improve contact from 7 countries list, on the site WordPress.org Forums:
This is hard to do properly (as in - style nicely), as this requires select2…2 weeks ago
-
Posted a reply to Contact Form 7 Shortcodes?, on the site WordPress.org Forums:
This is how you include it in the E-Mail text: https://github.com/yellowtree/geoip-detect/wiki/API:-Shortcodes-for-Contact-Form-7#insert-the-geoinfos-of-the-user-into-the-email-text2 weeks ago
-
Posted a reply to Delivery limitation, on the site WordPress.org Forums:
Distance is difficult, but feasable: https://github.com/yellowtree/geoip-detect/wiki/API-Usage-Examples#calculate-distance-from-a-known-location However, city areas ... I'm not sure if the…3 weeks ago
-
Posted a reply to How to use it with Ninja form, on the site WordPress.org Forums:
Ninja forms is a paid plugin - so I wouldn't even be able to test…3 weeks ago
-
Posted a reply to Excellent geolocation plugin, on the site WordPress.org Forums:
Code Samples - I agree. You are always welcome to add some ;-) I am…3 weeks ago
-
Posted a reply to Getting same IP address in all emails after updating to version 3.0, on the site WordPress.org Forums:
I'm not aware that I have changed something in that area of my plugin lastly.…4 weeks ago
-
Posted a reply to Database update, on the site WordPress.org Forums:
Oh no, my test system used UTC as Timezone, that's why I didn't see this…4 weeks ago
-
Posted a reply to Detected Client IP vs Real Client IP not matching, on the site WordPress.org Forums:
Did you also tick "The server is behind a reverse proxy " ?4 weeks ago
-
Posted a reply to Shortcodes “else”, on the site WordPress.org Forums:
[geoip_detect2_show_if country="DE,FR,GB"] Products list [/geoip_detect2_show_if] works. Also, you can match the custom property: [geoip_detect2_show_if property="country.isInEuropeanUnion"…4 weeks ago
-
Posted a reply to How to hide multi country?, on the site WordPress.org Forums:
Sorry, at my server it's working. (Actually I had the problem that my local IP…4 weeks ago
-
Posted a reply to How to hide multi country?, on the site WordPress.org Forums:
You're right, normally this should work ... I will investigate ...4 weeks ago
-
Posted a reply to Showing the flag of the current visitor’s IP, on the site WordPress.org Forums:
Also, here is my documentation on which attributes are currenlty supported: https://github.com/yellowtree/geoip-detect/wiki/API:-Shortcodes#add-a-flag-of-the-visitors-country4 weeks ago
-
Posted a reply to Showing the flag of the current visitor’s IP, on the site WordPress.org Forums:
Sorry yes the plugin stopped working with the new version of SVG Flags. I have…4 weeks ago
-
Posted a reply to Cache, on the site WordPress.org Forums:
I still don't know what exactly does not work - do you use the country…7 months ago
-
Committed [2184325] to Plugins Trac:
Tagging version 2.12.17 months ago
-
Committed [2184324] to Plugins Trac:
Release 2.12.17 months ago
-
Posted a reply to Integrate with conditions in Oxygen builder, on the site WordPress.org Forums:
The aim of the plugin is to facilitate the work of the plugin/theme developers -…7 months ago
-
Posted a reply to WPEngine and plugin issues, on the site WordPress.org Forums:
If the values are correct there, then it is a page caching issue. You could…7 months ago
-
Posted a reply to WPEngine and plugin issues, on the site WordPress.org Forums:
Look at the Reverse proxy debug site (settings > reverse proxy) and copy the informations…7 months ago
-
Posted a reply to Integrate with conditions in Oxygen builder, on the site WordPress.org Forums:
Interesting idea - however Oxygen is a paid plugin so not many users will profit…7 months ago
-
Posted a reply to Does this work with html?, on the site WordPress.org Forums:
This is a wordpress plugin so shortcodes etc. only work with wordpress. However, if you…7 months ago
-
Posted a reply to WP Rocket Cache Plugin Not Working, on the site WordPress.org Forums:
If you can code JS, use the AJAX mode ... https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX Otherwise you will need…8 months ago
-
Posted a reply to Use with WPML, on the site WordPress.org Forums:
You mean, automatically selecting the site language depending on the detected country? You could adapt…8 months ago
-
Posted a reply to Entire Page Forwarder, on the site WordPress.org Forums:
This is possible e.g. when you adapt this PHP code: https://github.com/yellowtree/geoip-detect/wiki/API-Usage-Examples#redirect-depending-on-country If you use a…8 months ago
-
Posted a reply to Cache, on the site WordPress.org Forums:
Please show me a screenshot of your current options, otherwise it's too much guesswork from…8 months ago
-
Posted a reply to Cache, on the site WordPress.org Forums:
The plugin has an Web API-Cache (for Maxmind Precision, Hostinfo and Ipstack) - is this…8 months ago
-
Posted a reply to Wrong city after last update, on the site WordPress.org Forums:
You can do it here: https://support.maxmind.com/geoip-data-correction-request/9 months ago
-
Posted a reply to Simulate visit from another country, on the site WordPress.org Forums:
As this might be useful to others as well, I have added an extended example…9 months ago
-
Posted a reply to Simulate visit from another country, on the site WordPress.org Forums:
add_filter('geoip_detect2_record_data', 'test_data', 12, 2); function test_data($data, $ip) { var_dump($data); }9 months ago
-
Posted a reply to AJAX, JS, & Cached Pages, on the site WordPress.org Forums:
This will require custom coding, yes - mainly because I have no idea how a…9 months ago
-
Posted a reply to City in Meta Description and Site Title, on the site WordPress.org Forums:
This will probably not work for Google. You will need to talk to a SEO-agency…9 months ago
-
Posted a reply to State API, on the site WordPress.org Forums:
mostSpecificSubdivision. You will find it when you update the plugin to yesterday's version.9 months ago
-
Posted a reply to Wrong city after last update, on the site WordPress.org Forums:
Sorry, the plugins is only showing the data from other database providers, so you would…9 months ago
-
Committed [2154700] to Plugins Trac:
Tagging version 2.12.09 months ago
-
Committed [2154699] to Plugins Trac:
Release 2.12.09 months ago
-
Posted a reply to NEW JS API coming soon … Feedback wanted, on the site WordPress.org Forums:
The JS implementation BETA has been released, see https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX on how to enable it ...1 year ago
-
Committed [2067410] to Plugins Trac:
Tagging version 2.11.01 year ago
-
Committed [2067409] to Plugins Trac:
Release 2.11.01 year ago
-
Posted a reply to NEW JS API coming soon … Feedback wanted, on the site WordPress.org Forums:
Planned Schedule: As soon as the JS is working, I will release it as BETA…1 year ago
-
Created a topic, NEW JS API coming soon … Feedback wanted, on the site WordPress.org Forums:
I have started work on the ajax mode of the plugin, so…1 year ago
-
Posted a reply to Get Country on cached pages (with AJAX?), on the site WordPress.org Forums:
I have started working on this: https://github.com/yellowtree/geoip-detect/pull/591 year ago
-
Posted a reply to IP detected as 127.0.0.1, on the site WordPress.org Forums:
Can you copy the reverse proxy debug page, please?1 year ago
-
Posted a reply to Get Country on cached pages (with AJAX?), on the site WordPress.org Forums:
No if you copied the code from the forum thread, it is only using API…1 year ago
-
Posted a reply to Add country prefix to URL, on the site WordPress.org Forums:
Are you aiming for SEO or what is your goal? You could change the URL…1 year ago
-
Posted a reply to Get Country on cached pages (with AJAX?), on the site WordPress.org Forums:
Oh your next question will probably be: "when?" - That's always hard to tell for…1 year ago
Developer
-
Geolocation IP Detection
Active Installs: 20,000+
Plugins
-
404page - your smart custom 404 error page
-
Activity Log
-
Admin Menu Editor
-
Advanced Custom Fields
-
All in One SEO Pack
-
Autoptimize
-
BackUpWordPress
-
Bulk Page Stub Creator
-
Classic Editor
-
Clear Cache for Me
-
Compress JPEG & PNG images
-
Contact Form 7
-
Debug "unexpected output" During Plugin Activation
-
Debug Bar
-
Debug Bar Actions and Filters Addon
-
Disable Comments
-
Disable XML RPC Fully
-
Duplicate Post
-
Enable Media Replace
-
Enhanced Media Library
-
Geolocation IP Detection
-
Go Live Update Urls
-
GS Only PDF Preview
-
Honeypot for Contact Form 7
-
iThemes Security (formerly Better WP Security)
-
Language Fallback
-
Really Simple CAPTCHA
-
Redirection
-
Relevanssi - A Better Search
-
Simple Custom Post Order
-
Simple Image Sizes
-
User Role Editor
-
WP SMTP
-
WP Super Cache
-
WP YouTube Lyte
-
WP-LESS
-
WP-Matomo (WP-Piwik)