Home Forums WoodMart support forum way for "QuickView" icon to be visible on mobile

way for "QuickView" icon to be visible on mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #297867

    asifsuhaib
    Participant

    Hey there…

    Is there a way that you could help me by adding quick view icon on home & shop page(thumbnail view)? There are no thumbnail styles which show “QuickView” icon…

    https://ibb.co/bJMXcTw

    Thanks in Advance, Hoping this could be fixed…

    #297928

    Hello,

    You need to enable the Quick view in the Theme Settings > Shop > Quick view https://gyazo.com/4f6a050019adf6196f5016c07a07ae34

    Chose Standard buttons design in the Theme

    Please deactivate all the plugins not related to the theme, switch the parent theme, and check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #297930

    asifsuhaib
    Participant

    Elise Thanks for Replying,

    Do you have any kind of grudge over me or something?

    I’Ve Clearly Mentioned that “QuickView” ICON is not visible, but you are redirecting me to completely different issue here mate. Please Check The Screenshot AGAIN, There is Wishlist Icon & Add to cart icon visible on Shop Page in MOBILE VIEW

    https://ibb.co/bJMXcTw

    I HAVE QUICKVIEW ENABLED IN SETTINGS AND ABLE TO USE IT WITHOUT ANY ISSUES, The Issue is only with MOBILE DEVICES….

    #298187

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    body .wd-buttons .wd-quick-view-icon, .wd-buttons .wd-compare-btn {
        display:inline-block;
    }
    }

    Best Regards

    #298197

    asifsuhaib
    Participant

    It’s Solved Now.

    One last thing. Could you please share the css to disable all four icons, Add to cart, Wishlist & compare individually?

    Thanks after this you can mark this thread as solved

    #298240

    Hello,

    What do you mean? Do you mean removing them?

    Best Regards

    #298244

    asifsuhaib
    Participant

    Yes , removing them individually

    #298484

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:


    @media
    (max-width: 1024px){
    body .wd-buttons{
    display:none;}
    }

    Best Regards

    #298613

    asifsuhaib
    Participant

    Thanks

    #298665

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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