Home › Forums › WoodMart support forum › Product Price
Product Price
- This topic has 13 replies, 2 voices, and was last updated 4 years, 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 10, 2020 at 11:22 am #225155
subscription.mbsysParticipanthow can i have the product price in same line please see the SS below
Attachments:
You must be logged in to view attached files.September 10, 2020 at 12:54 pm #225185
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. Please provide the URL of the page to check it myself and help you out accordingly.
Best Regards.
September 10, 2020 at 1:06 pm #225196
subscription.mbsysParticipantPlease check the new on mukundo section in home page. you can see the issue in variable product card.
September 10, 2020 at 1:11 pm #225199
subscription.mbsysParticipantAlso how can a user edit or delete his/her review in product detail page?
September 11, 2020 at 7:17 am #225392
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website. The issue is that you have set the columns to 6 for the carousel and the prices are unable to fix within the width of the item. Please try reducing the columns number for the carousel then check back.
2) Sorry but the customer is not able to edit/delete a review.
Regard’s.
Xtemos Studio.September 11, 2020 at 12:01 pm #225495
subscription.mbsysParticipantCan you provide me the custom CSS to add text overflow (…) to product title in product card ?
September 11, 2020 at 12:29 pm #225513
subscription.mbsysParticipanti tried to keep the text overflow hidden after two line
but its not workingSeptember 11, 2020 at 12:49 pm #225521
Aizaz Imtiaz AwanKeymasterHello,
There is an option in theme settings that you can limit the product titles. Please try limiting the title from Theme Settings >> Shop >> Product Styles.
Screenshot for Clarification: https://ibb.co/6s0C7L9
You can set the limit according to your needs.
Best Regards.
September 12, 2020 at 1:33 am #225625
subscription.mbsysParticipanthi there, i know we can limit the text but i want … (ellipsis)in the end of second line. if you are not getting then see the screenshot where the title is limited to Two lines and …(ellipsis) is shown.
it denotes the user that he/she can see full title in product detail page. i know there is no option in the theme support for this but you can help me by showing the css class for product title. or provide me the custom css. egdiv.b {
white-space: nowrap;
width: 50px; (i want this of two lines)
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid #000000;
}Attachments:
You must be logged in to view attached files.September 12, 2020 at 7:49 am #225648
Aizaz Imtiaz AwanKeymasterHello,
Sorry but the CSS you are asking for only possible for one line. If you want the dots for the text after one line then you can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .product-title a { white-space: nowrap !important; overflow: hidden; text-overflow: ellipsis; }
But it is not possible to add the dots after the second line. It requires customizations and this is beyond our limitations and support policy.
Regard’s.
Xtemos Studio.September 13, 2020 at 11:04 am #225816
subscription.mbsysParticipanti had already tried it with one line. actually i wanted the ellipsis for second line. why it is not possible to display … in second line ?
September 13, 2020 at 11:09 am #225817
subscription.mbsysParticipantis there any way to define height ?
September 14, 2020 at 4:06 am #225913
subscription.mbsysParticipant.product-grid-item .product-title a {
line-height: 1em;
max-height: 2em;
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
}Is this possible ??
September 14, 2020 at 7:24 am #225955
Aizaz Imtiaz AwanKeymasterHello,
As I mentioned in my previous reply it is not possible to add the dots to the second line by using simple custom CSS.
Sorry, we could not help you with this. It requires customizations and this is beyond our limitations and support policy.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register