• Resolved bikerbooyyy

    (@bikerbooyyy)


    Hi

    I have activated Plugin, have menu selected and responsive menu is showing on top but no response when click on it. What can be a problem?

    Menu that is selected in responsive menu is added in the theme by function.php as a shortcode:

    function TopMenu( $atts ){

    $defaults = array(
    ‘theme_location’ => ”,
    ‘menu’ => ‘stormeny’,
    ‘container’ => ‘div’,
    ‘container_class’ => ”,
    ‘container_id’ => ‘stormenytop’,
    ‘menu_class’ => ‘menu’,
    ‘menu_id’ => ”,
    ‘echo’ => false,
    ‘fallback_cb’ => ‘wp_page_menu’,
    ‘before’ => ”,
    ‘after’ => ”,
    ‘link_before’ => ”,
    ‘link_after’ => ”,
    ‘items_wrap’ => ‘<ul id=”%1$s” class=”%2$s”>%3$s’,
    ‘depth’ => 1,
    ‘walker’ => ”,
    );

    $htmlOutPut = wp_nav_menu( $defaults );

    return $htmlOutPut;

    }
    add_shortcode( ‘topmenu’, ‘TopMenu’ );

    can this be a issue, and how do I make it work??

    thanks

    https://wordpress.org/plugins/responsive-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi bikerboy,

    Please provide a URL to your site and I will check for you.

    All the best

    You could have the same problem I have. Whenever I turn on a caching plugin the link to open the menu stops working.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Tradedog,

    Potentially it could be but it’s normally related to bad javascript on a site.

    I really need a URL to check these things.

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘menu not working’ is closed to new replies.