Benjamin Pick
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] State APImostSpecificSubdivision.
You will find it when you update the plugin to yesterday’s version.Forum: Plugins
In reply to: [Geolocation IP Detection] Wrong city after last updateSorry, the plugins is only showing the data from other database providers, so you would need to ask them … (Maxmind / hostinfo / …)
Forum: Plugins
In reply to: [Geolocation IP Detection] NEW JS API coming soon … Feedback wantedThe JS implementation BETA has been released, see https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX on how to enable it …
Forum: Plugins
In reply to: [Geolocation IP Detection] NEW JS API coming soon … Feedback wantedPlanned Schedule: As soon as the JS is working, I will release it as BETA in the coming weeks so that only developers will use it at first. Stable maybe in some month or so.
- This reply was modified 7 years, 2 months ago by Benjamin Pick.
Forum: Plugins
In reply to: [Geolocation IP Detection] Get Country on cached pages (with AJAX?)I have started working on this:
https://github.com/yellowtree/geoip-detect/pull/59Forum: Plugins
In reply to: [Geolocation IP Detection] IP detected as 127.0.0.1Can you copy the reverse proxy debug page, please?
Forum: Plugins
In reply to: [Geolocation IP Detection] Get Country on cached pages (with AJAX?)No if you copied the code from the forum thread, it is only using API functions so updates should be fine. Yes nopriv does exactly what you are saying.
Forum: Plugins
In reply to: [Geolocation IP Detection] Add country prefix to URLAre you aiming for SEO or what is your goal?
You could change the URL via location.replace but I’m not sure if Google will understand (probably yes, most search engines use JS for their indexing nowadays).
Or add the country tag as #ru instead.However, if you call site.com/ru directly you need to make sure it actually renders the russian version (not the geo-detected version). So you will need to add worpdress rewrite urls PHP code anyway, and then a 302-Redirect would be more appropriate.
Forum: Plugins
In reply to: [Geolocation IP Detection] Get Country on cached pages (with AJAX?)Oh your next question will probably be: “when?” – That’s always hard to tell for non-paid work 🙂 But think in terms of months – subscribe the ajax thread and you’ll be notified.
Forum: Plugins
In reply to: [Geolocation IP Detection] Get Country on cached pages (with AJAX?)The mentioned work (https://github.com/yellowtree/geoip-detect/pull/46/files#diff-f03c876c5928000ca61138c1b1b52016) is way more complete than the example you quote. If you use it, change the function names though.
I just decided to implement basic support (server-side) soon, instead of aiming for all-or-nothing and thus not doing it (implementing the shortcodes via AJAX will be tricky!).
Forum: Plugins
In reply to: [Geolocation IP Detection] Deactivation / UninstallationFixed in Github and will be released with the next version. It also deletes the options set in the Database.
Forum: Plugins
In reply to: [Geolocation IP Detection] Show Phone Number Based on StateYes this is possible via conditionally showing/hiding text, either via shortcode
[geoip_detect2_show_if ...]+33 43 4444...[/geoip_detect2_show_if]or via CSS.Forum: Plugins
In reply to: [Geolocation IP Detection] Cloudflare and (reverse proxy feature)I have added the subnet feature to the beta version, can you try it, please?
https://github.com/yellowtree/wp-geoip-detect/archive/master.zip
Forum: Plugins
In reply to: [Geolocation IP Detection] Problem with 2.9.1 update and FlamingoIt’s online already …
Forum: Plugins
In reply to: [Geolocation IP Detection] Problem with 2.9.1 update and FlamingoYou were right, sorry for that … I will release a fixed version today.