Issue with Woodmart Filters.
-
Hello,
I have issue after Update to new Version of Woodmart Theme.
1. Filter Section on Top is not working anymore.
https://prnt.sc/tnr2ip
2. Product Categories are not show in Hierachy on first 2 pages after that they are shown.
https://prnt.sc/tnr3hn
https://prnt.sc/tnr4nf
Thanks
Hello,
Both options are working correctly for us. Try to clear your browser cache and check again.
Thank you in advance
Hello,
Yes I checked it was a Issue with Cache.
But still have Issue here on the Swatches on the Filter side.
Please check this. Already cleared cache but it is not working.
On Homepage some Swatches like Grün is not shown
https://prnt.sc/tnu2a6
On Shop Page as well
https://prnt.sc/tnu2yj
But when search it is shown
https://prnt.sc/tnu0zj
Or when click on Item it shows up
https://prnt.sc/tnu45n
Be sure that you have set some color for this attribute term in Dashboard -> Products -> Attributes -> Configure terms.
It is set and also shown on some Page and on some it is not that is the issue not that the Swatch is set or not !
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_swatches_on_grid_right_order', '__return_false' );
Regards
Das haben wir schon in unseren child theme drin!
We have that already in our child theme.
I removed it now from the theme, now it works fine.
Sorry, do you mean that it works fine now? Do you have any extra questions related to this topic?