Home Forums WoodMart support forum Product Price

Product Price

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

    subscription.mbsys
    Participant

    how can i have the product price in same line please see the SS below

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

    Hello,

    I saw the screenshot you attached. Please provide the URL of the page to check it myself and help you out accordingly.

    Best Regards.

    #225196

    subscription.mbsys
    Participant

    Please check the new on mukundo section in home page. you can see the issue in variable product card.

    #225199

    subscription.mbsys
    Participant

    Also how can a user edit or delete his/her review in product detail page?

    #225392

    Hello,

    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.

    #225495

    subscription.mbsys
    Participant

    Can you provide me the custom CSS to add text overflow (…) to product title in product card ?

    #225513

    subscription.mbsys
    Participant

    i tried to keep the text overflow hidden after two line
    but its not working

    #225521

    Hello,

    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.

    #225625

    subscription.mbsys
    Participant

    hi 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. eg

    div.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.
    #225648

    Hello,

    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.

    #225816

    subscription.mbsys
    Participant

    i 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 ?

    #225817

    subscription.mbsys
    Participant

    is there any way to define height ?

    #225913

    subscription.mbsys
    Participant

    .product-grid-item .product-title a {
    line-height: 1em;
    max-height: 2em;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    Is this possible ??

    #225955

    Hello,

    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.

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