Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello mollietjk glad you like my plugin.
    This should solve your issue:
    (add it to your child theme or to you custom CSS area )

    .quickview-container h2.woorelated-title {
    display: inline-block;
    width: 100%;
    }

    Let me know,
    Thanks.

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you so much for yr reply ! I’ve tried the CSS thing, it does work as a good looking layout, But could I set it not to show on Quickview? It seems a bit confused displaying Related Product on the popup.

    Thank you a lot !!! appreciated yr help!

    Plugin Author Vagelis

    (@eboxnet)

    Sure use this one

    .quickview-container ul.products-loop.row.grid.clearfix {
    display: none;
    }

    Thread Starter molliejtk

    (@molliejtk)

    Hello,

    Thank you a lot ! it does work but could we set it not to function only on the quickview since it slower loading time quite significantly to load the content and get display : none from CSS.

    Thank you a lot !

    Plugin Author Vagelis

    (@eboxnet)

    Hmm not really as this is not plugin related but theme related.
    You may could remove_action from quickview but i can’t tell as i can’t see your theme’s code.

    It would be better to contact your theme developer i guess.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Related Product appear on quickview and break layout’ is closed to new replies.