Forum Replies Created
-
AuthorPosts
-
edendesignMemberThis reply has been marked as private.edendesignMemberThis reply has been marked as private.edendesignMemberThis reply has been marked as private.edendesignMember
She upgraded to the latest version of Safari but still has the issue–she also has it on your demo site. She is in Brussels–could this have anything to do with it? Her laptop is a 15 inch–I’m not sure what resolution she has it set to.
edendesignMemberJust wanted to let you know that I finally figured out what was keeping the mobile menu from working. I am using fontawesome for some icons and had placed their code in the custom header section. I copied from their site: //netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css
and ended up putting http: in front of their //. That fixed the issue instantly.
One last issue: Have you had any instances of the right hand side of the page getting cut off in Safari? My client is having this issue but I can’t recreate it on any of my devices.
Thanks again for helping me troubleshoot this.
edendesignMemberThis reply has been marked as private.edendesignMemberThanks, sorry, I thought you were meaning you wanted me to code something. I deleted the old menu and created a new one. It still doesn’t work. Are there any plugins that I need with this theme that maybe didn’t install?
edendesignMemberNo, I did not do any custom js. I don’t know js very well. How do would I go about deleting the menu and recreating it? Can you give me specifics? Thanks!
edendesignMemberThis is the code from van-functions
>array( 'id' => 'isResponsive', 'type' => 'button_set', 'options' => array('1' => 'No', '0' => 'Yes'), 'title' => __('Disable Responsive','OldCar'), 'sub_desc' => __('If you selected Yes, the website will be displayed as desktop version on your smartphone and iPad','OldCar'), 'std' => 1 ),
edendesignMemberSorry this is such a pain–I really appreciate your help and quick response. I disabled all of the plug-ins AND deleted all of my custom CSS and the responsive menu will still not work. I tried turning DISABLE RESPONSIVE to YES and the small black menu still appears but still doesn’t work. Could something be wrong with a functions file? I’ve attached the code that is there for the responsive header. Would it help if I give you login access to the site?
Thanks!
Jen<!– =================================================================================== ============== Responsive Header ===================================================================================== –> <header class="responsive-header"> <h1 class="responsive-logo">"><?php bloginfo('name');?></h1> <div class="responsive-menu"> <?php if (($locations = get_nav_menu_locations()) && $locations['sidemenu'] ):?> <div class="menu-trigger"><span><?php _e('Menu','OldCar');?></span></div> <?php endif;?> <?php wp_nav_menu(array( 'theme_location' => 'sidemenu', 'container' => '', 'menu_class' => 'hidden', 'echo' => true, 'depth' => 4) ); ?> </div> </header>
-
AuthorPosts