Home Forums WoodMart support forum bug in promo banner wigdet WPBakery

bug in promo banner wigdet WPBakery

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228933

    webarts
    Participant

    Hello… after update to the latest version of WPBakery Page Builder 6.4.0 the banner link url in promo banner not working ….

    Working only if I’m checking “open in new window”

    see the video: https://www.loom.com/share/836f89b0523844b6a3bc15c0df5b63e8

    #228936

    Artem Temos
    Keymaster

    Hello,

    Try to replace the following line in the file woodmart\inc\shortcodes\promo-banner.php

    if ( strrpos( $link, '|') ){

    with this one

    if ( strrpos( $link, '|') || strrpos( $link, 'rl:') ){

    Kind Regards

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