Home / Forums / WoodMart support forum / Price filter bug
Home › Forums › WoodMart support forum › Price filter bug
Price filter bug
- This topic has 13 replies, 2 voices, and was last updated 2 weeks, 6 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 22, 2026 at 11:04 am #722129
adam.poorParticipantHello, please i have problem with price filter after woodmart update. Price filter is not working for me.
WoodMart 8.5.4 + WoodMart Core latest update
Issue:
Product price filtering causes HTTP 500 error.Examples:
* /kategoria-produktu/filamenty/?max_price=44 -> HTTP 500
* /kategoria-produktu/filamenty/?min_price=1 -> HTTP 500
* /kategoria-produktu/filamenty/?orderby=price -> worksTests performed:
* Switched to Storefront theme -> works correctly
* Disabled AJAX Shop -> no change
* Regenerated WooCommerce lookup tables -> no change
* Disabled custom snippets -> no change
* Disabled custom import plugins -> no changeThis issue started after the latest WoodMart / WoodMart Core update.
June 22, 2026 at 12:25 pm #722139Hello,
Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then, activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I can check and give you a possible solution.
Best Regards
June 22, 2026 at 3:04 pm #722160
adam.poorParticipantHi, I tried disabling plugins that can do something with the price but nothing helped, I also disabled all snippets and nothing. But when I disable theme and switch to another one, it works without problems, there was an update yesterday and it started doing it since then
June 22, 2026 at 3:44 pm #722170Hello,
Thank you for the additional information.
Since the issue persists even after disabling plugins, and it only occurs when WoodMart is active, we need to investigate it further.
Could you please keep the issue reproducible and provide your WP-Admin login details in the Private Content field? We will check the issue directly on your site and give you a possible solution.
Best Regards.
June 22, 2026 at 3:46 pm #722171
adam.poorParticipantHello i can do it but how can i send it only to you? Because i dont see here some message button only to you
June 22, 2026 at 3:55 pm #722172
adam.poorParticipanthere it is
June 23, 2026 at 8:53 am #722222Hello,
Please try removing the WooCommerce Product Filters widgets from the sidebar and replace them with the classic Price Filter widgets and check how it works.
https://postimg.cc/zL6FQnvVBest Regards
June 24, 2026 at 2:58 pm #722355
adam.poorParticipantHello, thank you with classic filter it is working. Please can i have one question for you. How can i crop galery image in the theme? In one theme that i used before there i could set galery image px that but here i can not find it. I send you photo what i mean. Thank you
Attachments:
You must be logged in to view attached files.June 24, 2026 at 3:11 pm #722359Hello,
Sorry to say, the login details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution. Also share the product page URL where the gallery height is not the same so i will further check on your site and give you a possible solution.
Best Regards
June 24, 2026 at 3:15 pm #722361
adam.poorParticipantHello, i am sending you new login information. And sending a link to some product to see how it looks. Thank you for help
June 25, 2026 at 9:14 am #722405Hello,
Try using the below Custom CSS code and paste it to Dashboard > Theme Settings > Custom CSS. You can adjust the 150px value to your preferred thumbnail height.
.wd-gallery-thumb .wd-carousel-item img { height: 150px; }Best Regards.
June 25, 2026 at 9:26 am #722408
adam.poorParticipantHello, this code is only changing thumbnail photo, but when i open that gallery photo it is huge. Isnt there some settings to make max width of galery photo or somethink like that?
June 25, 2026 at 9:59 am #722414
adam.poorParticipantSo i made it with this css code thank you.
.wd-gallery-images .woocommerce-product-gallery__image img {
max-height: 300px !important;
width: auto !important;
max-width: 100% !important;
object-fit: contain !important;
}June 25, 2026 at 12:34 pm #722447Hello,
Thanks for the update — glad to hear you have resolved the issue.
We’ll mark this topic as solved. If you need any further help or notice anything else, feel free to open a new thread.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
https://www.trustpilot.com/review/xtemos.comHave a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Price filter bug’ is closed to new replies.
- You must be logged in to create new topics. Login / Register