jpowersdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Custom product tabs not showingCould you provde a link to one of your product pages so that I can take a look? There are other reason why tabs might not show up, but if the markup isn’t on the page, your theme probably doesn’t support customizing the list of tabs.
Jon
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Edit font color on tab contentHi @lshenefield,
The CSS discussed in that thread is going to be specific to that user’s theme. Our plugin doesn’t provide any styles or other visual modifications to your site – that’s entirely managed in your site’s theme.
In this case I don’t see any special identifiers on this content, so perhaps a selector such as
.wc-tab ul li awould work. That’s very general, however. You can replace.wc-tabwith#tab-companion-productsif you only want to target links in that one tab. Alternatively, you can add a class to one of the elements you are trying to target, and then target that.Let me know if that helps,
JonForum: Plugins
In reply to: [WP REST API Controller] GeotargetingSorry, but that is not a feature of our plugin. You would need to write custom routes to support that type of request.
Thanks,
JonHi @jfbprivate,
The forms you create in our plugin reference the lists in MailChimp, but they are not a 1 to 1 reflection of the data found in your MailChimp account. If you update lists in MailChimp, it may take time for your changes to reflect on your WordPress site. You can clear the API cache to try to speed up the process, as outline here: https://yikesplugins.com/knowledge-base/api-cache-settings/
Certain changes will require you to create a new form. This is more or less inevitable when changes to certain identifying information are made, such as the name of the list.
I’d recommend browsing our knowledge base or the plugin’s code if you’re looking for a deeper understanding of how our plugin interacts with MailChimp.
Let me know if that helps,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Tabs contents are under each otherHi @magdizajn78,
This looks like an issue with your theme’s JS. I’m not really sure why, but it looks like the JS is enabling the tab you click on without disabling the previous tab, which results in the description tab always being shown. Our plugin doesn’t add any JS, so you should reach out to your theme developer or take a look at the JS bundled with your theme.
Let me know if that helps,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Import & Export productsHey @rickwall,
Fantastic, glad it worked for you! I know it can be demoralizing to consider manually updating scores of products.
Let us know if you need any help in the future!
Best,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Tabs not savingForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Tabs not savingHi @simpleserve,
Our plugin is tested on and works with the latest versions of PHP, WP, and Woo. Are you seeing any errors in the browser console when you go to modify the products?
The tabs are stored as post meta. It is possible that something else is either modifying or interfering with the ability to save that post meta. The reason I mention the browser console is that the edit product page often has plugins modifying things using javascript.
Let me know what you find,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Import & Export productsHi @rickwall,
The custom tabs are stored on the product as postmeta, so any solution taking that into account should work. The built-in woocommerce CSV importer has an option to include post meta, and works well with out plugin.
If you already imported the products using another method, you can probably use the woocommerce csv tool and run it as an “update” and it will match the SKU of the existing products and just update the missing information. I can’t guarantee that though (not sure how webtoffee works), so I’d recommend taking a backup before trying it.
Let me know if that helps,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Critical ErrorHi @mailisra1,
The error message is saying that PHP was unable to open the file located at
wp-content/plugins/yikes-inc-easy-mailchimp-extender/includes/error_log/class-yikes-inc-easy-mailchimp-error-logging.php. That file provides the error logging utility functions for our plugin.The inability to
requirea file is usually due to one of two things: the file is missing, or your server’s file permissions are incorrect. Can you check your server to see if that file exists? You can do this through SFTP, for example.The correct file permissions are discussed in this thread: https://stackoverflow.com/questions/18352682/correct-file-permissions-for-wordpress. Directories should be 755, files should be 644. The wordpress directory should be owned by the webserver user (i.e., www-data if you are running apache). If you aren’t comfortable running terminal commands on your server, please reach out to your host. They should be able to check this for you.
Let me know if that helps,
JonForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem with multi-languageHi @nhokfu,
That’s going to be up to your multilang plugin and how it handles meta fields. If the same meta applies to all versions of a given product, there won’t be a way for our plugin to differentiate between the different versions of that product. Ultimately, they have to be stored as different products in the database for it to work.
Jon
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] custom tab content show in main tabHi @himanshu440,
If that is the case, then the issue lies with your theme. I would again recommend reaching out to your theme developer. There’s not much that I can do, as the problem is not related to our plugin.
Best of luck,
JonForum: Plugins
In reply to: [Easy Forms for Mailchimp] Easy form to pop up on websiteHi @jinayatali,
We have a popup add-on that does exactly that – https://yikesplugins.com/plugin/pop-ups-easy-forms-mailchimp/.
Alternatively, you’d need to write some CSS and Javascript in your theme to manage the showing of the form as a popup after a delay.
Let me know if that helps,
Jon