Sticky Add to cart problem broken even with some of your demo

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

  • Avatar: Rodlens Hora
    Rodlens Hora
    Participant
    February 19, 2024 at 06:46

    Sticky Add to cart problem broken specially in the mobile . and some text overlaps in desktop
    video example and login in private area

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 19, 2024 at 09:37

    Hello, @Rodlens Hora,

    Thank you for contacting us and for using XStore.

    1/ We are pleased to inform you that the issue you encountered with the sticky ‘Add to Cart’ feature on the desktop version has been successfully resolved. Our team has implemented the necessary CSS code adjustments to address the problem.

    For your reference, we have attached an image that illustrates the solution in effect.
    https://ibb.co/SXjVdYj https://ibb.co/SdYhK4f

    2/ By default the buy now button should not be shown on mobile in the sticky panel, it can appear in case you are using a cache plugin or CDN.

    We can offer you to add the code into Theme Options > Theme custom CSS > Global:
    this code can be used to add a scroll https://gyazo.com/9564b345cce274c0b8b1d94f7aec33bb

    @media only screen and (max-width: 992px) {
        .single-product .etheme-sticky-cart .et_column:nth-child(2) {
            justify-content: flex-start;
            overflow: auto;
        }
    }

    or this

    @media (max-width: 767px) {
        .etheme-sticky-cart p.price,
        .etheme-sticky-cart .quantity ~ .et-single-buy-now {
            display: none;
        }
    }

    to remove the buy now button – https://prnt.sc/962l1TXSdFjU

    Should you require any further assistance, please do not hesitate to reach out to us.

    Best regards,
    The 8Theme Team

    Avatar: Rodlens Hora
    Rodlens Hora
    Participant
    February 19, 2024 at 19:16

    Thanks

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    February 19, 2024 at 19:17

    Dear Rodlens Hora,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

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

The issue related to '‘Sticky Add to cart problem broken even with some of your demo’' has been successfully resolved, and the topic is now closed for further responses

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