Home Forums WoodMart support forum Some Questions about Woodmart Theme

Some Questions about Woodmart Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #548264

    tradeadaptkorea
    Participant

    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.
    #548540

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)