INFINITUM FORM
Forum Replies Created
-
Forum: Plugins
In reply to: [Geo Controller] Not displaying city/address?Hello,
We respond on your email, made new update, notify you via same email and not get feedback.
Please replay to we know if new relese made any changes and fix problems.
Thanks!
Forum: Plugins
In reply to: [Geo Controller] Not displaying city/address?Please, try to reinstall plugin.
We check on 72 our websites where use our plugin and can’t find a problem. If after reinstallation problem still exists please, contact us directly via our website http://www.creativform.com to we can give you full free support and see where is a problem. We will help you to solve this and made new version.
Thanks!
Forum: Plugins
In reply to: [Geo Controller] Not displaying city/address?Hi can you tell us when that happen? What is your last used version, do you update plugin? Is previous version ok?
Also please tell us is that happen on existing or some new website. Is shared hosting or dedicated server? Do you use proxy or Cloud Flare?
All of this data is immportant for us.
Thanks!
Forum: Plugins
In reply to: [Geo Controller] How to bypass CloudflareWe made new update,
You can now update plugin and try.
Let us know if there is any issue.
Thanks!
Forum: Plugins
In reply to: [Geo Controller] How to bypass CloudflareHello, this is great info and we never think about this issue before.
Wait few hours and we will realize new update what will fix this issue. With CloudFlare you will get more accurate IP.
Thanks for this question.
Forum: Plugins
In reply to: [Geo Controller] How to target to a region?I’m sorry that from the beginning the plugin did not satisfy your needs.
You are welcome to use another plugin that suits you.
Soon we will incorporate new options and features to our plugin.
Forum: Plugins
In reply to: [Geo Controller] How to target to a region?Hi, Thanks for using CF GeoPlugin.
Yes you can. Here is the examples:
- “Enter Your Number To See Available Cars In Toronto“
- “Click Here To Get Approved In Ontario“
- “Exclusive Offer Available in New York“
-That’s how you can target message to people using DKI technics.
Now your problem:
I don’t see a way to emit a message based upon being/not being in a certain region. Nor by IP address (192.168.*.*?)
-For now CF GeoPlugin is like a child, do basic things like dynamic keyword insertation, but if you are developer and you have PHP knowledge, you can use
do_shortcode()function inside your PHP scripts and insert CF GeoPlugin shortcodes into your algorithm. You can do many interesting stufs there. Also inside javascript and jQuery you can do something like this for Contact Form 7 plugin – like example:[text* text-63 id:City] [text* text-64 id:State] <script> ;(function($){ // use CF GeoPlugin Shortcode inside JS var city = "[cf_geo return=city]"; var state = "[cf_geo return=state]"; // after page loaded place data inside forms $(document).ready(function(){ $("#City").val(city); $("#State").val(state); }); }(jQuery)); </script>Soon we planning to made inside CF GeoPlugin options for you inside wp-admin to place banners, messages or pages based on geolocation by city, state, country timezone, etc, but that is for the next version.