Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59315
    Orlando Mergal
    Participant

    Hi:

    I purchased your Catch Responsive Pro them on March 31, 2015. I installed it on my travel site http://www.puertoricobygps.com and it worked perfectly until the latest update. This site also uses a plugin called UberMenu.

    After the latest update my menus stopped working on mobile browsers.

    This is a serious problem because most of my visitors actually come from smartphones.

    I tried accessing the site from my iPhone 5. I haven’t tried from an Android phone because I don’t have one.

    #59383
    Sakin
    Keymaster

    @Orlando: Ok or UberMenu, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
        .mobile-menu-anchor { display: none; }
        .nav-primary { display: block; } 
    
    }
    #59510
    Orlando Mergal
    Participant

    Thank you Sakin!!!

    It worked like a charm!

    By the way, now that you mention custom CSS.

    I’ve looked everywhere within Catch Responsive Pro for a place to add header and footer scripts. Is it just that it doesn’t have one?

    I was forced to add a plugin called “Header and Footer Scripts”just to be able to add my Google Analytics code (header) and my PIWIK code (footer).

    Most premium themes have this provision.

    #59519
    Sakin
    Keymaster

    @Orlando: We also have Header and Footer Scripts in our old themes. But we have removed it from all our new themes as this falls under plugin territory. When you change the theme, your analytic scripts and other scripts get lost. But you need that even after changing theme. So, if you add from plugin, it will be there even after you change the theme.

    Even you can read in our theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/ where we have mentioned that you can add header and footer scripts from our plugin Catch Web Tools http://wordpress.org/plugins/catch-web-tools/

    But if you like it then let us know it. If we get similar request from others as well then we will try to add it back in new version update. It’s not a problem for us.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menus Stopped Working on Mobile Browsers’ is closed to new replies.