• Hi,

    If you go to the products section an then you filter, the navigation menu breaks in mobile, and doesn’t compress. Is like it doesn’t load. Is a problem from the plugin because I’ve tried other themes and happens the same, could you help me?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter thebestraser

    (@thebestraser)

    I have isolated the plugin an nothing happens :/

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    thanks for contacting us! I hope you’re doing well. I tried to replicate your issue on the site but without success.
    Anyways, try to fix this issue by adding the following PHP snippet to the?functions.php?file of your active theme, at the end of the file. You can also find the file in?Appearance > Editor > Theme Functions (functions.php).

    if( ! function_exists( 'yith_wcan_content_selector' ) ){    function yith_wcan_content_selector( $selector ){        $selector = '.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2';
    return $selector;    }    add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );} 

    Let us know if this helps you.
    Have a great day!

    Thread Starter thebestraser

    (@thebestraser)

    Hi,

    The issue cannot be replicated because yesterday I programmed an script in Javascript to reload the page when you select a filter. However this isn’t optimized and it is really slow.

    I have installed the plugin in WordPress.com. I saw that code on another topic but when I access to functions php, I don’t have permissions to edit it.

    Do you know how to have admin permissions to edit functions php in WordPress.com?

    Thanks in advance!

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    maybe you could try to add it in a plugin like Code Snippets, but I’m not sure if this will work.

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My navigation menu breaks on mobile’ is closed to new replies.