chinwag
Forum Replies Created
-
3.1 Elementor and 4.1.1 worked for me… Thank you.
Same error and when I deactivate “Yoast Duplicate Post”, Elementor works as expected and saves the edits.
Forum: Fixing WordPress
In reply to: Moving News WP Subfolder to Whole Site WP Driven@adicoscai many thanks for the reply and it worked first time!
Thank you and stay safe.
Forum: Plugins
In reply to: [Geolocation IP Detection] An error occured on Cron Execution background taskGreat news. Thank you for your help.
Forum: Plugins
In reply to: [Geolocation IP Detection] Geo plugin always thinks I’m from the US?Exclude form WP Latest Cache and the shortcodes work as expected.
Thank so much for your help.
I see, my documentation was incorrect. Does this shortcode work for you?
Yes, these shortcodes worked as I downloaded the plugin source code to verify what was going on within the plugin ??
<div style="display:none"> [geoip_detect2_text_input city property:city] [geoip_detect2_text_input mostSpecificSubdivision property:mostSpecificSubdivision] [geoip_detect2_text_input country property:country] </div>
Then you have to make sure that the page where the form is located is not cached by that plugin. AJAX mode does not work yet with the shortcodes.
– Excluded from Cache and it worked perfectly, even though the WP Latest Cache was setup the same time as the other plugins, i.e. CF7 and GeoIP, but very happy to find a solution ??
Thank you so much for your help.
Good morning,
– “Automatic download & update of Maxmind GeoIP Lite City” was installed and configured, all worked as expected.
– The shortcodes appear in the “email text” of the sent email, but the shortcodes do not appear in CF7 Form when rendered in the browser, i.e. no populated input fields:
<div style="display:none"> <span class="wpcf7-form-control-wrap city"><input type="text" name="city" class="wpcf7-form-control wpcf7-geoip_detect2_text_input" aria-invalid="false" /> </span> <span class="wpcf7-form-control-wrap mostSpecificSubdivision"><input type="text" name="mostSpecificSubdivision" class="wpcf7-form-control wpcf7-geoip_detect2_text_input" aria-invalid="false" /> </span> <span class="wpcf7-form-control-wrap country"><input type="text" name="country" class="wpcf7-form-control wpcf7-geoip_detect2_text_input" aria-invalid="false" value="Germany" /> </span> </div>
“Germany” is where our servers are located. CFDB stores the value of “Germany” so is working correctly.
– Using the “WP Fastest Cache” plugin.
Please ask if you require any further information.
Best wishes and thank you.
Since an update to CF7 the Shortcodes do not work in the “Form”, but work in the “Email Text”.
I have found out that if I am logged into the Admin Panel the shortcodes in the Form work correctly, but logged out they do not.Any help please, thank you.
Forum: Plugins
In reply to: [Contact Form 7] Geolocation IP Detection in CF7 Form stopped working?Hello, so why work in the email text and not the CF7 Form for the Shortcodes. What has changed form the previous version of CF7 please.
Strange that if I am logged in into WP Dashboard all works correctly ??Forum: Plugins
In reply to: [Contact Form 7] Geolocation IP Detection in CF7 Form stopped working?Thanks, but do you have any input please.
Forum: Plugins
In reply to: [Geolocation IP Detection] Geo plugin always thinks I’m from the US?Mine install thinks everybody is from Germany, but thats because our servers are located in Germany ??
Stopped working on June 6th for some obscure reason.Forum: Plugins
In reply to: [Geolocation IP Detection] Contact Form 7 Shortcodes?[geoip_detect2_text_input city property:city lang:en] [geoip_detect2_text_input mostSpecificSubdivision property:mostSpecificSubdivision lang:en] [geoip_detect2_text_input country property:country lang:en]
Forum: Plugins
In reply to: [Geolocation IP Detection] Contact Form 7 Shortcodes?CF7 Form Shortcode (NOT EMAIL BODY):
[geoip_detect2_text_input property:city]HTML Page Output:
<span class=”wpcf7-form-control-wrap “><input type=”text” name=”geoip-text-input” class=”wpcf7-form-control wpcf7-geoip_detect2_text_input” aria-invalid=”false”> </span>The Select with Country list works, but I cannot get the “City” to display in the form.
Forum: Plugins
In reply to: [Geolocation IP Detection] Contact Form 7 Shortcodes?Thank you for your prompt response and easy solution.
If I want to pass a combined string of ‘Country’ + ‘Region’ + ‘City’ via the Contact Form 7 submission to store the string value in the CFDB. How can I do that please?
Forum: Plugins
In reply to: [Multi Step Form] Input does support “placeholder” text?Thank you for your reply.
It doesn’t really work for me as I’m trying to flatten the whole layout for mobile devices. Therefore, Placeholders make more sense rather than Labels when displaying Input boxes.
Thanks again, your plugins are awesome!