• Resolved taraswonderworld

    (@taraswonderworld)


    Hello,
    I have problems with the filters…when I use the filter a double main menu appears…. and the colour selected overlaps on top of the search box. Can you help me fix that please…
    This is my WordPress access:
    {removed}
    As well on the mobile version the filters appears on the bottom after the products so I think will be nice on the top…. thanks

    • This topic was modified 2 years, 9 months ago by Yui.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Andrea Grillo

    (@agengineering)

    Hello,

    please, do not post the access credentials here because it’s a very bad practice.
    Remove it please, thanks.

    About your issue, try to use this code in functions.php of your theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '.main-container';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    } 
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @taraswonderworld These are very public forums and 3 hours ago the whole Internet logged into your site.

    Change those credentials now.

    Thread Starter taraswonderworld

    (@taraswonderworld)

    Thank you for remove this…

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I closed this topic, don’t hesitate contact us whenever you need.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Filters’ is closed to new replies.