Some Questions about Woodmart Theme
-
Hello!
1. I would like to ask you how I can remove or edit these brand banner parts. I can’t remove them from the product detail page, privacy policy, and other pages.(A file is attached for your reference)
2. How can I change the order of the product in the Shop page.(How can I change the default way of displaying products)
3. Check the pop-up function if it works well or not. I set a pop-up to appear 4~5 times but it doesn’t show up when I press the close button.
Thank you and I like Woodmart theme!
Attachments:
You must be
logged in to view attached files.
Hello,
1. Those Brands are defined via Prefooter area in Theme Settings -> Footer: https://prnt.sc/nyPHsOYeI0F7, so edit that HTML block to adjust the “Brands”.
2. Check this article for help: https://woolentor.com/doc/how-to-reorder-products-in-woocommerce/
3. Please add the below code to the functions.php file in your child theme and recheck the issue.
add_filter(
'woodmart_promo_version_cookie_expires',
function() {
return 0.5; // Days.
}
);
Kind Regards