• I realize there was a thread already devoted to this issue but it was closed and there’s no solution been posted in that thread to resolve the basic issue – Responsive Select Menu not working with Twenty Twelve – AND I VERY MUCH WOULD LIKE IT TOO!

    This plugin promises the exact solution I’m looking for, so hoping the plugin’s developers have something in the works.

    Site: http://www.susanmills.ca – this will appear ugly at times as it is a test site where I install various plugins and do configuration and pre-testing before installing on a client’s website.

    As I write this – the test site has the following plugins installed and active (all are up-to-date): Akismet, Column-Matic, Fast Secure Contact Form, IM8 Exclude Pages, Widgets Controller. Worpress Version 3.5.2. Twenty Twelve Theme – default.

    I had been trying to get this to work with a child theme – but it wasn’t – so reverted back to default 2012 for further testing.

    Also had to hard code the @media width into “responsive-select-menu.php” manually as the plugin Admin does not save that option!

    My issue – same as the other folks – the Select is not displaying on small viewports (I set mine to 480) – all I get is Twenty Twelve’s default MENU button and when I click ALL the site’s pages display in one non-delineated list. So totally not-user-friendly.

    I’ve also spent about 2 days Googling various other solutions to the Twenty Twelve flaw in design that renders an unruly list of ALL pages on a website as the option for small viewport devices (I say flaw – because it’s so unfriendly to mobile users). In addition, proposed solutions for creating custom menus to use in place of the default Primary navigation is not a real solution for administrators of websites with many pages.

    This plugin offers the holy grail – if it works.

    Got a solution? Suggestions?

    @media INQUIRY IN CSS READS:
    /*viewport smaller than 480px */
    @media screen and (max-width: 480px) {
    body {
    width: 100%;
    float: none;
    }
    html {
    -webkit-text-size-adjust: none;
    font-size:85%;
    }
    .site {
    margin: 0 auto;
    max-width: 480px;
    max-width: 30rem;
    overflow: hidden;
    }
    .site-content {
    width: auto;
    float: none;
    }
    .widget-area {
    width: 100%;
    float: none;
    margin: 0;
    }
    }

    http://wordpress.org/extend/plugins/responsive-select-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Looks to me like you either don’t have the RSM active currently, or your theme is missing the wp_head and/or wp_footer hooks.

    I just tested RSM with TwentyTwelve v1.1 and it worked out of the box for me.

    hi there! thanks for this great plugin! i have an issue with twenty twelve…the navigation displays under the normal menu , but the normal menu still stays visible and if i hide the main navigation ..nothing displays! how can i hide just the desktop drop down menu?
    i purchased ubermenu from codecanyon but this plugin suits my needs better!

    thanks!

    Same issue, whit hoon theme from press75.

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working on Twenty Twelve default theme’ is closed to new replies.