Lucian Florian
Forum Replies Created
-
HI Eric,
That worked! Thank you so much!Hi Eric,
Thank you for getting back to me. No there was not Yoast plugin, in fact, I tested with all plugins disabled and I’ve got the same error. I’ve also tested directly with the Parent theme so it seems to be some conflict with Divi. Everything is up to date.Furthermore, I’ve tried the code you sent me and it didn’t solve the issue.
Forum: Reviews
In reply to: [Black Studio TinyMCE Widget] Deletes codeDone. Keep up the good work:)
Forum: Reviews
In reply to: [Black Studio TinyMCE Widget] Deletes codeHey Marco,
I agree my review was rushed. I don’t see a way to update it?I think you are right! I’ve tested on 2 sites using ssl hostgator and wpengine that’s using Let’s Encrypt certificate and both have the same issue. When I tested without SSL it worked.
Was it a new installation of Ninja forms? Weird it’s supposed to happen when you upgrade from the 2.X. I tried it on a another site and it seemed to work there.
Yes the support took a look at the site and couldn’t solve it. I even took the site on staging deleted all plugins except Ninja Forms and used a standard theme. Same issue. After I looked in the database I noticed Ninja forms stores some data that doesn’t get deleted even if you select Force Uninstall in the settings.
The solution was to switch to Gravity forms.
We’re having exactly the same problem:
https://www.dropbox.com/s/92gjfaz8i4ry6k0/Screenshot%202016-10-12%2011.56.44.png?dl=0I noticed that it works fine if you have never had an older version of the plugin and you did a fresh install. If you updated from 2.X it throws these errors now.
Forum: Plugins
In reply to: [Event Tracking for Gravity Forms] Event not registering as goalThank you! this makes a lot of sense! I verified the goal and it seems to work now.
5 star plugin btw.Forum: Plugins
In reply to: [Event Tracking for Gravity Forms] Event not registering as goalRonald,
here’s the screenshot:
https://www.dropbox.com/s/ocmmdqtoh7o7bsm/Screenshot%202016-03-25%2014.50.08.png?dl=0Forum: Plugins
In reply to: [WP Address Schema] Doesn't save the stateIn case anyone else is looking for a fix I found a simple solution.
In plugins/inc/metaboxes/wp-address-schema-posttype-address.php just change this line:
<input type="text" id="county" name="county" value="<?php echo @get_post_meta($post->ID, 'county', true); ?>" />
to:<input type="text" id="country" name="country" value="<?php echo @get_post_meta($post->ID, 'county', true); ?>" />
Or here’s a link to the plugin fix download: https://www.fldtrace.com/wp-address-schema-state-field-fix
Forum: Plugins
In reply to: [WP Store Locator] Opening Hours & description not showingGo to: Where do you want to show the “More info” details?
In the drop-down: Select in the Info Window
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra fields are gone?Hi guys,
I tested and I can confirm that it works well. After I create the fields in Mailchimp it shows correctly in the plugin form settings.
One issue is that the Preferred Version (HTML/text) is not showing. I’m aware I can create a custom field radio button but that one is not tied to the Mailchimp system.
Is this possible or is it something on the road map?
– Lucian
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra fields are gone?Thanks Tracy this is very helpful. I’ll try everything tomorrow and I’ll post an update.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra fields are gone?Very cool and thank you. I will give it a test.
One I discovered is that when you change the API key (from my account to client account) the list don’t get updated in the back-end unless you delete the plugin.