Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Nightblade

    (@nightblade)

    “Show the currently selected page instead of the top level “dummy” item.” isn’t working btw.

    Plugin Author Mickey Kay

    (@mcguive7)

    Hi there,

    I just tested the plugin and it’s working just fine for me – here’s a screencast: http://recordit.co/oZByRmJQhl

    Do you have some JS errors by chance? Have you checked the console for any errors/warnings that might be causing the plugin JS to not run?

    If you can help me reproduce this issue, I can try to solve it, but I suspect it may be unique to something about your site.

    Thread Starter Nightblade

    (@nightblade)

    You may check it on:
    http://sealsystems.exsite.info/designers/
    (select menu will show when you’ll resize your screen to mobile device)

    After selecting a page it transfer the user but select menu isn’t displaying the proper site (instead it displays first one)

    Plugin Author Mickey Kay

    (@mcguive7)

    This is because the plugin relies on default WP nav classes being in place. Looks like you’re using a sub-pages widget that doesn’t correctly implement the default navigation classes – here’s the output of the current page in the menu:
    <li class="menu-item-670 widget_subpages_current_page">

    The plugin, however, relies on looking for two default classes:
    current_page_item or current-menu-item

    So unfortunately it won’t work with this plugin unless they properly code their menu 🙁

    Thread Starter Nightblade

    (@nightblade)

    is there any chance to change the plugin code to properly work on this page?

    Plugin Author Mickey Kay

    (@mcguive7)

    Okay, I don’t usually make one off’s for folks, however this was an interesting case. I’ve created a feature branch for your specific issue, which you should be able to download here: https://github.com/MickeyKay/jquery-responsive-select-menu/archive/feature/subpages-widget.zip

    You’ll need to disable the original plugin and upload this one, which I’ve renamed so that future updates don’t overwrite it. Sound good?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Active item’ is closed to new replies.