Ajax product tab add to cart not displaying and..

This topic has 3 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Alpha111

  • Avatar: Alpha111
    Alpha111
    Participant
    June 9, 2024 at 13:30

    ajax product tab add to cart not displaying and i want to limit title to 2 lines

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    June 9, 2024 at 15:49

    Hi @Alpha111,

    The add-to-cart buttons will show when you hover on the product item because you select the style of button is :

    https://prnt.sc/QXmDWh77GRkf

    To make the add-to-cart buttons always show, please select another style of button:

    https://prnt.sc/xremIuy8xjCg

    To limit the product title 2 lines, please add the following CSS codes:

    
    .et-tabs-content h2.product-title a {
        overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 2; /* number of lines to show */
               line-clamp: 2; 
       -webkit-box-orient: vertical;
    }
    

    Hope it helps!

    Avatar: Alpha111
    Alpha111
    Participant
    June 9, 2024 at 15:52

    its working thanks

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘ajax product tab add to cart not displaying and..’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.