• Resolved Mike

    (@avagolf)


    Hi Guys,

    This just started happening after an update to my site. The QUICK VIEW button is showing on my product catagory pages for some reason. I have checked in: Appearance -> Customize -> WooCommerce and it shows Quick View as disable for Desktop, Tablet and Mobile.

    Any idea how I can remove this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Stef

    (@serafinnyc)

    Hey @avagolf Usually something like this comes down to a caching issue. Especially on mobile devices. Ensure you cleared your servers cache as well as the cache on your mobile device.

    For me it’s not showing.

    Edit: I just checked on a smaller phone and it shows. So it’s a breakpoint somewhere in the theme’s CSS.

    You could add this CSS to your Additional CSS section inside Customizer or the stylesheet in your Child theme if you’re using one.

    .woolentor-quickview-btn-area{
    display:none !important;
    visibility:hidden !important;
    }
    • This reply was modified 6 months, 1 week ago by Stef.
    Thread Starter Mike

    (@avagolf)

    AWESOME!!! Thank you so much. Ive just added this code and that has resolved the issue. Very much appreciate your prompt and simple fix.

    You can mark this as closed now ??

    Stef

    (@serafinnyc)

    Awesome. Glad it helped you. You can actually mark this resolved by replying and checking the box. I’m only a former Woo dev. They don’t give me the tools to help in closing posts out LOL

    Thread Starter Mike

    (@avagolf)

    Haha ok noted, ill mark as resolved. Awesome job with this on @serafinnyc – I appreciate you ??

    Stef

    (@serafinnyc)

    Anytime @avagolf take care and thanks for using the forum

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quick View Shown on Mobile – Even though Disabled’ is closed to new replies.