• Hi,

    I am using the Porto theme. On the shop page, if click on “Quick View” a popup will open to add the product to the cart.

    How can I get the same feature to a custom button on the Home page of my website?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I’m sorry but it’s not possible.
    You could think to use the shortcode [yith_quick_view] to print the button and customize the label for that.
    Example
    [yith_quick_view label="Your custom label"]

    I’ve currently got the quick view button showing but it is on the left hand side is there a way to more this to the centre ????

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hi there,

    Please, could you provide me a link of your website where I can check the problem?

    Maybe I can help you with a CSS rule.

    I’m looking forward your response.

    Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    you should use this CSS rule

    .eltdf-woo-pl-info-below-image ul.products > .product:hover {
        text-align: center;
    }

    in Appearance > Customize > Additional CSS

    hi the codes given is not the general for all type of themes is it? how about mine?

    https://localhost/wordpress/wordpress/

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello @nisa1301

    I hope you’re doing well ??

    I checked your link and seems a localhost. Could you put your site online and share with me the link?

    Sometimes the CSS rules cannot be same for all themes.

    I’m looking forward your response.

    Have a good day.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Quick view to custom button’ is closed to new replies.