tbob21
Forum Replies Created
-
It used to work perfectly. Did you remove this feature on purpose?
Noticed a similar issue with PVT – Product Variation Table for WooCommerce. Will likely have to switch to a different plugin since it stopped working.
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] triggered a fatal errorReplaced with 2.40.0 and all is fine. Disabled auto update.
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] 10 bug in new updateThe switch to spidejs introduced a bunch of issues. Can’t update past 1.13.52 because of this.
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] 1.4.8 discounts not working properlyIt may only be an issue for product variations. We are also using PVT Product Variation Table for WooCommerce to display the data. Nothing else has changed recently this combination has been running for several years without issue – simply reverting the plugin version solved the issue.
Seems to work fine on 6.5.4.
Yes, it auto updated and broke several sites. They were running the latest 6.4 patch as they have to manually be updated to 6.5.
The issue in my case is only with Woocommerce pages. After commenting that line out the issue is gone.
It’s using Gutenberg and CPT for content.
There are several other plugins but nothing that should affect taxonomy
2.2.2 broke it. Commenting out the line fixed it again.
Forum: Plugins
In reply to: [Store Locator Plus®] Fatal Error PHP 8.1I see 5.14 is released. It still does not work with PHP 8.1. Only 8.0 and below.
Forum: Plugins
In reply to: [Store Locator Plus®] Fatal Error PHP 8.1Version 5.13.8 of SLP. Why are you testing with PHP 8.0.1? That is about 8 months old at this point and has several vulnerabilities (https://www.cvedetails.com/vulnerability-list/vendor_id-74/product_id-128/year-2022/PHP-PHP.html). The current PHP 8.0 version is 8.0.22.
Forum: Plugins
In reply to: [Easy Photography Portfolio] Plugin no longer worksI had this issue as well. I just changed the permalink to another option then back to the option I had before, now all seems to be working as expected.
Forum: Plugins
In reply to: [Easy Photography Portfolio] Plugin not working?It seems like it’s not really compatible with the latest Gutenberg, for me it was missing the Categories on the side. I’ve just disabled Gutenberg for the Portfolio plugin only by adding the following to the photography-portfolio.php file:
/** * This file should work without errors on PHP 5.2.17 * Use this instead of __DIR__ */ add_filter( 'use_block_editor_for_post', '__return_false' ); $__DIR = dirname( __FILE__ );Forum: Plugins
In reply to: [Automatic Hx Menu] (BUG) Custom HTML AnchorIf a custom HTML anchor is set then it will override your plugin and the plugin will not function properly, it should really use the HTML Anchor if set in the post/page.
Forum: Plugins
In reply to: [Insert Pages] Latest version no longer workingChanging Insert Method to from Legacy to Normal seems to fix the issue in the latest version.
I didn’t realize there were now plugin options.