Forum Replies Created
-
AuthorPosts
-
edendesign
MemberThis reply has been marked as private.edendesign
MemberThis reply has been marked as private.edendesign
MemberThis reply has been marked as private.edendesign
MemberShe 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.
edendesign
MemberJust 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.
edendesign
MemberThis reply has been marked as private.edendesign
MemberThanks, 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?
edendesign
MemberNo, 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!
edendesign
MemberThis 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 ),
edendesign
MemberSorry 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