Viewing 9 replies - 1 through 9 (of 9 total)
  • I’m using the Skacero Lite Theme for a non-blog website https://somebodyowesmeanapology.com and the only menu I have is in the Top Bar of the pages with only a couple of the pages showing. My problem is that the menu does not work in the mobile version, so far on Android and IOS devices. I like the theme and would like to keep using it, do you have have any ideas on how to fix the menu on mobile devices.
    Thanks, Jack

    Theme Author icynets

    (@icynets)

    There is a separate Mobile Menu available..to to Apperance > Menus
    Add your Menu to the Mobile Menu by checking the Mobile Menu in the Menu Settins.

    Screenshot

    Hi, thanks for the reply. I’d already done that. Anymore ideas. Created a Top Bar Menu and a Mobile Menu both with the same 3 pages for content. On the phone the site shows the 3 horiz. lines and when you click that the upper left has a slideout that says an arrow & HIDE MENU with 3 horiz lines but no choices. Tap it and it slides back into the left border. https://somebodyowesmeanapology.com
    \Thanks for any ideas you might have. Jack

    Theme Author icynets

    (@icynets)

    Remember to save the Menu ..

    as you can see in the screenshot..everything works fine..

    Screenshot 1

    Screenshot 2

    Thanks for the reply. Maybe I’m missing something here are the screenshots showing my situation. What am I missing? Thanks.

    Screen1

    Screen2

    https://somebodyowesmeanapology.com

    I notice that my profile says this issue is resolved, but it is not resolved. Did you see my reply to your last message? I included screenshots that show that my settings are as you described and the URL to my site so you can see the results. If there is no fix to this problem, just tell me that and I’ll work around it. Thanks. Jack

    Theme Author icynets

    (@icynets)

    i’ll recommend you reinstall your theme

    Theme Author icynets

    (@icynets)

    Make the Mobile Menu nav code is correct in the header.php

    if you have deleted it, the menu will not show…

    the code is below so u can crosscheck with what you have in your header.php file

    <!--MOBILE MENU-->
    <div id="mobile-menu-wrapper" class="logged-in">
    <a href="javascript:void(0); " id="sidemenu_hide" class="sideviewtoggle"><i class="fa fa-arrow-left"></i> <?php esc_html_e( 'Hide Menu', 'skacero-pro' ); ?> <i class="fa fa-bars"></i></a>
    
    <nav id="navigation" class="clearfix">
    <div id="mobile-menu" class="mobile-menu">
    <?php wp_nav_menu( array( 'theme_location' => 'mobile-menu' ) ); ?>
    </div>
    </nav>
    </div><!--#MOBILE-menu-wrapper-->

    Thank you. It’s fixed. Thanks for your help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Setting Up your Skacero Theme’ is closed to new replies.