contemplate
Forum Replies Created
-
Perfect that worked!!!
hmm @ajay. Was this filter ever added?
I tried adding this filter but it doesn’t change anything:
add_filter('bsearch_get_thumb_size', 'custom_bsearch_get_thumb_size', 10, 2); function custom_bsearch_get_thumb_size( $thumb_size, $args ) { $thumb_size = 'large'; return $thumb_size; }Yes Version 14.0.4 as well as the latest rtMedia update fixed it for us.
Yoast SEO 14.0.4 & the latest rtMedia update fixed my issue
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] AMAZON BULK BOOK IMPORTERI have this same issue on multiple client sites who all have Pro. Since the April 1st upgrade at Amazon AWS the Bulk Book importer no longer works with MyBookTable.
Looks like they turned off the old customer support at AuthorMedia and not sure what support looks like with Stormhill Media. I tried leaving a comment on their GitLab: https://gitlab.com/authormedia/mybooktable/-/issues/10
All done! Thanks!
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] plugin conflict with new divi updateJust tested it and was able to save a new product with no issues.
The end result of commenting out the code should look like this:
// Skip if current tab is not included, based on include_tabs attribute value. /* if ( $active_tabs && ! in_array( $name, $active_tabs, true ) ) { continue; } */- This reply was modified 6 years, 3 months ago by contemplate.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] plugin conflict with new divi updateThis hack still works for version 4.3.1.
https://wordpress.org/support/topic/plugin-conflict-with-new-divi-update/page/2/#post-12120584.. but it’s getting annoying to apply this patch everytime.
Perfect thanks!
Thanks. I finally found the issue is had to do with Cookie path settings as discussed here:
and here:
https://wordpress.org/support/topic/wc-ajaxupdate_order_review-403-error/#post-9653485
Same here. When will 7.1.2 be available?
Forum: Plugins
In reply to: [GEO my WP] “continue” targeting switch is equivalent to “break”I’m getting the same errors:
PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /wp-content/plugins/geo-my-wp/plugins/members-locator/includes/gmw-members-locator-template-functions.php on line 634
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] plugin conflict with new divi update@herbyltd it’s the tabs.php file in the Divi plugin or theme you are looking for:
Divi/includes/builder/module/woocommerce/Tabs.php
Comment out this section of code:
// Skip if current tab is not included, based on include_tabs attribute value. if ( $active_tabs && ! in_array( $name, $active_tabs, true ) ) { continue; }Then all the tabs will load for you.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] plugin conflict with new divi updateFollowing this thread as I need this fixed before launching a new client site design that depends heavily on custom product tabs. I guess for now I’ll edit the tabs.php file.
You can see the Divi changelog here:
https://divigallery.com/divi-changelog/Doesn’t looks like they’ve made the Custom Tabs support fix yet.
Yes @psykro just let me know what files to edit!
I like your ideas of filters to disable these. I have a lot of clients using Libsyn so will be disabling this on numerous sites.