The sticky Add to cart is showing overlapping things

This topic has 6 replies, 2 voices, and was last updated 10 months, 3 weeks ago ago by Rose Tyler

  • Avatar: webpat
    webpat
    Participant
    June 12, 2023 at 17:51

    Can you please see my website all product pages showing the Stick Add to cart at below with the content overlapped

    plz tell how to fix it

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2023 at 09:08

    Hello, Webpat,

    Thank you for contacting us and for using XStore.

    Do you mean the problem on mobile view?
    This problem is caused by cache plugin. Try to add the next code in child-theme/functions.php

    add_filter('etheme_sticky_add_to_cart_buy_now_hide_mobile', function($value) {
        return wp_is_mobile() ? true : $value;
    });

    We hope this answer is helpful.

    Kind Regards,
    8theme team

    Avatar: webpat
    webpat
    Participant
    June 13, 2023 at 11:41

    I have no active cache plugin installed…. how this problem came

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2023 at 11:58

    Hello, Webpat,

    Thank you for your response.

    Please try the mentioned code.
    If this doesn’t help, provide us with temporary wp-admin and FTP access.

    Kind Regards,
    8theme team

    Avatar: webpat
    webpat
    Participant
    June 13, 2023 at 13:48

    The problem is in desktop view also

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2023 at 13:59

    Hello, Webpat,

    Thank you for your response.

    In this case, please provide a video and screenshots of the problem.

    Kind Regards,
    8theme team

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

You must be logged in to reply to this topic.Log in/Sign up

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