• Resolved ronysur007

    (@ronysur007)


    I’ve updated the plugin to the latest version & after that it breaks the design. It seems like there is an unexpected end of div. It was looking perfect before that plugin update.

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

    (@mihail-barinov)

    Hello,

    Please try the following – open advanced-woo-search/includes/widget.php file, find lines

    if ( $title ) {
                echo $before_widget;
                echo $before_title;
                echo $title;
                echo $after_title;
    }

    and replace with

    echo $before_widget;
    
    if ( $title ) {          
                echo $before_title;
                echo $title;
                echo $after_title;
    }

    Please write me about the results.

    Regards

    I had the same problem after installing version 2.21. This edit of widget.php works for me. Thanks!

    Thread Starter ronysur007

    (@ronysur007)

    Thanks this resolved the issue.

    same to me! but the replacemnet didn’t work. I don’t use the widget, is the perfect integration with OceanWP. It was working perfectly before de update

    you can see it at https://oyambrebcn.com/. It is supposed to be hide and smaller until you press the menu botton

    thanks in advanced! great plugin!

    Plugin Author ILLID

    (@mihail-barinov)

    @labaduy

    Please try to update to version 2.22 that was released just now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Last update breaks the design’ is closed to new replies.