Home Forums WoodMart support forum Split: Load More on the search page

Split: Load More on the search page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #714130

    ha21cn
    Participant

    https://ibb.co/0VsJHYv1
    I want to use this Predefined product layout for grid, but it only centers the text. How can I set it up so that the product names are arranged from left to right instead of being centered?

    #714171

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you want to change the alignment of the product title only, then please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-product-wrapper.product-wrapper h3.wd-entities-title {
        text-align: left;
    }

    OR if you want to left-align all the content, like product title, category, and price, then use the below custom CSS code:

    .wd-loop-builder-off :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
        text-align: left;
    }

    Best Regards.

    #714263

    ha21cn
    Participant

    I have another question. When I try to create a Custom Product Layout, I find that I can’t use WPBakery and can only use the WordPress built-in page editor. Why is that?

    I want to add this element to the Home Page, but I can’t.
    https://ibb.co/Y42MrD7L

    #714281

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to WPBakery> Role manager > Post types > enable the option woodmart_layout, then you will be able to edit the woodmart layout with WP Bakery.
    https://postimg.cc/NKvSZTdv

    Best Regards,

    #714387

    ha21cn
    Participant

    I’ve actually checked almost all the boxes, but it doesn’t actually have any effect.

    #714417

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

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