Home Forums WoodMart support forum PREFOOTER WITH PRODUCTS

PREFOOTER WITH PRODUCTS

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #707233

    baher.sy
    Participant

    I need to create the same of this as attached.
    So please guide me how to do it, and;
    I need to know can we control that the product title limits to 2 lines only, not to go 3 and 4 lines.
    thanks.

    Attachments:
    You must be logged in to view attached files.
    #707236

    baher.sy
    Participant

    For extra information I am using Elementor, not the pro one (paid)

    When I searched for products this only showing in Elementor elements

    Attachments:
    You must be logged in to view attached files.
    #707291

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to use the theme template library and import the relevant templates you want and use it on your site: https://postimg.cc/gxwXFr2x,
    https://xtemos.com/docs-topic/templates-library/

    Best Regards,

    #707399

    baher.sy
    Participant

    Thank you!
    how about; “I need to know can we control that the product title limits to 2 lines only, not to go 3 and 4 lines.”

    Appreciate your help in advanced.

    #707454

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Theme Settings > Product Archive > Product Styles > Product title lines limit. Set the number of product title lines limit: https://ibb.co/2kztmN5

    Best Regards,

    #707457

    baher.sy
    Participant

    This is what I am referring to exactly. I thought I am doing something wrong or changing the wrong setting.
    while I choose from the relevant templates as attached. it not under the control of the “Theme Settings > Product Archive > Product Styles > Product title lines limit.” even when keep one line or two. this element does not compile with the role.

    • This reply was modified 4 months, 4 weeks ago by baher.sy.
    Attachments:
    You must be logged in to view attached files.
    #707490

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Maybe you are using a WC Product widget. Try adding the following code snippet to the Global Custom CSS area in Theme Settings to control the line limit.

    .widget_products .wd-entities-title {
    	overflow: hidden;
    	max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
    	line-height: var(--title-line-height, 1.4em);
    }

    Best Regards,

    #707500

    baher.sy
    Participant

    May I have a small question please..
    how to get those “https://woodmart.xtemos.com/products-categories/”

    #707519

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    These are product categories. You can use the product categories widget to create something like this.

    Try to use the theme template library and import the relevant product categories templates you want and use it on your site: https://postimg.cc/bsjF3ptS

    Best Regards,

    #707679

    baher.sy
    Participant

    Thank you, one more question
    how to make these like amazon
    The categories, text only and make carousel that never wrap
    So user can keep swipe to view the rest of the lest.
    it using menu I would really appreciated.

    Attachments:
    You must be logged in to view attached files.
    #707750

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the menu items on your site like Amazon, in the order you want them to appear. Once done, share the page URL with me, and I will provide the exact CSS code to make it a horizontal scrollable carousel so users can swipe to view the rest.

    Best Regards,

    #707761

    baher.sy
    Participant

    Hello thank you for your help.
    the menu ID is 148
    and link is below for the homepage of the website
    unless you want me to add the menu to the page?! please confirm

    #707767

    baher.sy
    Participant

    many ways to add the menu, for example the header or elementor block of from the menu widget..

    #707824

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I’ve checked your site, and the menu items on mobile are already displayed with horizontal scrolling like the reference site you send.

    Best Regards,

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