• Resolved Steve D.

    (@sdowney2002)


    Hey Villa Themes,

    When using this plugin on a variable product, the availability date displayed on the single product page includes a trailing <br> tag. (Generated in line 527 of /frontend/single_product.php.)

    Would you remove this bit of styling, and allow the user to apply whatever styling they need by calling the class you’ve provided, instead?

    (In my particular case, this <br> is messing up a flexbox vertical alignment.)

    BTW, this is a great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelagrey

    (@angelagrey)

    Hi,

    Thank you for reaching out to us. And thank you so much for letting us know this problem.
    We’ll add a hook into our plugin to solve this. The hook will be available in the next update. Please update our plugin to the latest version and add the snippet below:
    add_filter( 'wpro_break_point_variation_description', function () {return '';}, 90 );

    You can regard this instruction to add this snippet.

    Best regards.

    Thread Starter Steve D.

    (@sdowney2002)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggest a minor layout tweak’ is closed to new replies.