Home Forums WoodMart support forum Filters on custom page & menu paddings

Filters on custom page & menu paddings

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #77364

    ex501
    Participant

    Hello guys,
    I have two questions:
    1. Is it possible to have filters on custom page that are filtering products from shortcode below (without redirecting to shop page)

    2. I am trying to add some padding between main menu items but it seems that I need a bit of help with that. I also want menu letters to be capitalized instead of uppercase.

    Thank you in advance

    #77374

    Hello,

    You can insert the filters wherever you want, however, the results would lead to category page or shop.

    More details here: https://xtemos.com/docs/woodmart/faq-guides/create-filters-form/

    Add this code to the Theme Settings > Custom CSS:

    .woodmart-navigation .item-level-0>a {
        padding-left: 10px;
        padding-right: 10px;
        text-transform: capitalize; 
    }

    Best Regards

    #77473

    ex501
    Participant

    Thanks for answer.
    By the way Wishlist is not working. I have two products added on Wishlist but when I go to page it’s empty.

    #77475

    Hello,

    More likely this is due site cache. Check your cache configurations.

    Best Regards

    #77513

    ex501
    Participant

    Did you try to add some product to wishlist from the link below?
    I cleaned browser and server cache it’s not working…

    #77520

    Hello,

    Make sure your Wishlist page has the appropriate shortcode.

    Best Regards

    #77571

    ex501
    Participant

    That was the issue! Thank you!

    #77612

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Filters on custom page & menu paddings’ is closed to new replies.