Viewing 6 replies - 1 through 6 (of 6 total)
  • @rsandilands did you ever figure out the issue?

    Can’t get the option menu to actually ‘go’ to a link. Pardon the dust: https://dev.nicoleagreen.com/sample-page

    Any help would be amazingly wonderful at this point.

    Plugin Author sevenspark

    (@sevenspark)

    Hi Nicole,

    It’s working for me on your site. Perhaps you had a javascript error before?

    Thanks sevensparks. You were spot on!

    Hi,
    I have a similar problem… the menu activates where I set it .. but when I select a page, nothing happens (it does NOT go to the selected page). .. I have set up regular WordPress menus … on the case above, you suggested possible javascript errors. How do I test for that?
    My website is webdesignrebel.com
    Thanks for your help,
    Aditi

    If I remember correctly, I did not have the main wordpress head and foot functions being called.

    <?php
     ...
        /* Always have wp_head() just before the closing </head>
         * tag of your theme, or you will break many plugins, which
         * generally use this hook to add elements to <head> such
         * as styles, scripts, and meta tags.
         */
        wp_head();
     ?>
     </head>
    <?php
       /* Always have wp_footer() just before the closing </body>
        * tag of your theme, or you will break many plugins, which
        * generally use this hook to reference JavaScript files.
        */
        wp_footer();
    ?>
    Plugin Author sevenspark

    (@sevenspark)

    Hi Aditi,

    Looks like you’ve got it sorted out – it’s working for me on your site now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Responsive Select Menu] Select menu item not navigating to selected page.’ is closed to new replies.