jpowersdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Data DeletionHi @amitgrover79,
That is an unfortunate scenario, and I’m not sure why GoDaddy is deleting plugins from your website. When you delete the plugin, it performs actions to clean up the data it left behind. As a result, the custom tab data is removed from the site.
If you manually add an entry to the wp_postmeta table for a specific tab, it should work. Just make sure that 1) it is referencing the correct post id, and 2) it is named
yikes_woo_products_tabs. Of course, you should also make sure that the serialized data is valid data. You can use a tool like unserialize.com to check the validity.Let me know if that helps,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Tabs not showing in Entrada ThemeHi @marceloxlo,
Unfortunately, we cannot guarantee compatibility with all themes. Some of them add their own way to interface with WooCommerce, and that causes problems with plugins that do it the usual way.
Does the plugin work for you when you have one of the core themes installed?
Jon
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] bugHi @panthera261,
The tabs are stored in the wp_postmeta table, as meta on a given product. If you deactivate and reactivate the plugin, nothing will be deleted. However, if you delete the plugin completely it will remove any existing tab data from your site.
Let me know if that helps,
JonTaking a look at your site, I do see the “Key Ingredients” tab on both the English and Arabic versions of the site. Were you able to get it working?
Jon
Hi @ellab3,
That sounds like a required merge field has not been included on your form. What merge field is throwing that error? If you look in Mailchimp, you should see something like this
{ "field": "MMERGE5", "message": "Please enter a value" }.I’m unsure as to why this only happens for returning customers, but that’s what I would look at first.
Let me know what you find,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Form submission errorHi @purlavenue,
The form on that page looks to be coming from “Visual Form Builder”. Did you end up changing plugins?
Jon
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] DOM errorsHi @carmpocalypse,
If you put the same form on a page twice, you will see a duplicate ID on that page. The ID of the wrapping container comes from the ID of the form itself.
If you want to have multiple forms with the same information on a page, I’d recommend making separate forms (referencing the same list) to avoid this issue.
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Check Boxes not appearing when creating formHi @surfer105,
To the best of my knowledge, checkbox fields are only used for Interest Groups. You can control how Groups are displayed by going to Manage Contacts > Groups in Mailchimp.
If you are talking about regular Fields and not Groups, could you send a screenshot of your form fields in Mailchimp (Settings > Audience Fields and Merge Tags)? You can use a service like https://imgbb.com/ to upload the screenshot.
Thanks,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Preventing YARPP settings from savingHi @mnelson4 & @jeffparker,
We’ve just released version 6.8.4 to address these concerns. Please let us know if you find any further compatibility issues with our plugin.
Thanks again for reaching out!
Thanks,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Using with other formsHi @blazmate,
That is correct. By default, the only field we grab is the email address. We provide filters for attaching other fields before sending to Mailchimp, but there isn’t currently a non-code solution for doing that with CF7.
Let me know if that helps,
JonHi @neoli,
Has the list of products changed since your successful import last week? Did you receive any errors when the import failed? You can also check the WordPress debug log, there may be some additional information there.
Let me know what you find,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] AnalyticsHi @alygraphy,
Impressions and Submissions are updated whenever a form is displayed/submitted. Conversion rate is calculated from those two numbers. Impressions are only tracked for non-admin users.
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Groups in Contact Form 7Hi @kindnessville,
The code itself is valid PHP, so it shouldn’t cause any critical errors as long as you copied everything exactly. That being said, I would recommend testing this locally or on a staging environment first. Are you able to access the debug log to see what was wrong?
When adding the group ID, it will be a string, so you need to make sure you wrap it in quotation marks. For example, “3d58f0df09” instead of 3d58f0df09.
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Width of formHi @quintawine,
If you could make the popup active, we can probably help you set the appropriate styles. You could always put it on a new page so it doesn’t show to everyone.
Thanks,
Jon