Okay
  Public Ticket #2980758
Product Pop Up
Closed

Comments

  •  10
    Manuel started the conversation

    How can I enable this function and when a visitor clicks on a product or, it's image, shows the pop up Quick View.

  •  1,877
    Judith replied

    Hi Manuel,

    Thanks for keeping in touch.

    Please resend the video link as I am receiving an error trying to open it.

    Thanks.

  •  10
  •  1,877
  •  10
    Manuel replied

    Is it possible to enable the Quick View on the mobile version ?

  •  1,877
    Judith replied

    Hi Manuel,

    We can show it on Mobile using a CSS snippet however the QuickView Box won't resize for mobile devices: 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 999px) {    .products li.product .nectar_quick_view {        display: inline-block!important;    }
    }    

    Thanks