Home / Forums / WoodMart support forum / PREFOOTER WITH PRODUCTS
Home › Forums › WoodMart support forum › PREFOOTER WITH PRODUCTS
PREFOOTER WITH PRODUCTS
- This topic has 13 replies, 2 voices, and was last updated 4 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 4, 2026 at 3:26 pm #707233
baher.syParticipantI 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.February 4, 2026 at 3:34 pm #707236
baher.syParticipantFor 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.February 5, 2026 at 8:53 am #707291Hello,
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,
February 5, 2026 at 6:48 pm #707399
baher.syParticipantThank 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.
February 6, 2026 at 10:45 am #707454Hello,
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,
February 6, 2026 at 11:01 am #707457
baher.syParticipantThis 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.February 6, 2026 at 2:12 pm #707490Hello,
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,
February 6, 2026 at 2:27 pm #707500
baher.syParticipantMay I have a small question please..
how to get those “https://woodmart.xtemos.com/products-categories/”February 6, 2026 at 2:53 pm #707519Hello,
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,
February 7, 2026 at 7:35 pm #707679
baher.syParticipantThank 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.February 9, 2026 at 9:33 am #707750Hello,
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,
February 9, 2026 at 10:32 am #707761
baher.syParticipantHello 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 confirmFebruary 9, 2026 at 10:43 am #707767
baher.syParticipantmany ways to add the menu, for example the header or elementor block of from the menu widget..
February 9, 2026 at 3:23 pm #707824Hello,
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,
-
This reply was modified 4 months, 4 weeks ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register