code222
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Block contains unexpected or invalid content. inline style issueAs I said, this problem suddenly appeared on all pages.
So I can’t manually change all the image settings. I’d like to understand why this error suddenly appeared on all pages, and if there was a way to resolve it in bulk using a script or something else.
I found the cause of this bug. Basically, if the category slugs are numbers, when I enable a filter option like “price range” in a subcategory, the page reloads and you’re redirected to the parent category.
For example: You’re in a subcategory: mydomain.com/category/1/20/ Where 1 is the parent category slug, while 2 is the subcategory slug.
If you enable a filter like “price range” in this subcategory, the page reloads and redirects to mydomain.com/category/1/ instead of mydomain.com/category/1/20/
This happens whether AJAX is enabled or not. It must be a bug in your plugin. Can you fix it or provide me with custom code to fix it?
I tried this on a new WordPress installation without a plugin and created categories with numeric slugs, and this problem occurs. Can you replicate it?
- This reply was modified 1 month, 3 weeks ago by code222.
I did what you suggested, removed the categories from the filter and used the native Woo widget.
But I’m having a problem: when I’m in a subcategory, when you select a price in your plugin’s price range filter, instead of staying in the same category, I’m redirected to the parent category.
Why is this happening?
Yes, I know. I can use the WooCommerce category widget, but in my case, in addition to the categories, I also have a price and brand filter, so using the original WooCommerce widget for the categories isn’t enough.
Is there a filter or hook to make your filter show all categories and the other taxonomies as well?
the dev version 7.2.2.3 ha fixed this issue or we need to install this plugin anyway ?
I’ve already tested with all PHP versions, and the only one that works is 7.4. There are no errors in the WooCommerce logs other than the one mentioned in the initial request.
here the status report: https://pastebin.com/idxkPFv1
password: your nickname (@)
in Status > Logs no recent fatal error logs or PHP errors
Perfect!
thank you
I would recommend a UI setting for this type of configuration, as it is a frequent and important setting, for future versions.
The problem isn’t that the product category page isn’t cached;
if I visit the page in browser, the cache is created correctly. The problem is that the cache isn’t generated during the preload phase using the “revalidate cache: all” tool.
So, each time, to cache all the product category pages (archive), the pages must be manually visited by real users.
By enabling all the debug options and analyzing the file: wp-content/cache/seraphinite-accelerator/logs/log.XXX You can see that the category links aren’t being parsed at all; there’s no reference to these links.
It therefore seems that your plugin isn’t preloading the cache for archive pages, such as categories, tags, and product categories, but only for custom post types, and therefore individual pages.
I also tested it on a new WordPress installation on another hosting, and the same problem persists.
How to enable caching for taxonomy archives ?
Hi, I sent you the details at support@s-sols.com
Combining scripts only slightly improved the slowness. The js file that manages the hamburger menu isn’t dedicated but uses the general flatsome.js file where all the scripts are.
I tried adding it to the “Critical Special” section, but I noticed it created a jQuery-related error because it also requires jQuery. So I also added jQuery to “Critical Special,” but I still get jS errors.
A preset should be created for this theme.
Thanks for the prompt reply.
- This reply was modified 6 months, 1 week ago by code222.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] ORDER_NOT_APPROVED errorHi have the same issue, It seems like a plugin issue, it only started to appear in the last few weeks
Forum: Plugins
In reply to: [Seraphinite Accelerator] load cache for url with url parameter (utm_source)ok but with arguments caching, when visit the page:
namedomain.com/name-of-page/?utm_source=Google+Shopping&utm_medium=cpc&utm_campaign=XXXX
its create a new cache of this page or use/return the cache of namedomain.com/name-of-page/ page ?
Any update ?
after 1 month no one have solved this issue, any update ?