Tagged: hamburger menu
- This topic has 10 replies, 3 voices, and was last updated 9 years ago by Sakin.
-
AuthorPosts
-
July 29, 2015 at 6:35 pm #61738kangrobMember
Hi Sakin,
I have got a question in regard to the mobile menu. When I open the browser on the mobile device the menu icon upon clicking doesnt open the menu. I wonder what is the cause of this? Also if you could tell me how to change the background of a mobile menu and the size of the icon (the hamburger). The website: howtowit.com
Thank you in advance.
Rob
July 30, 2015 at 6:36 am #61791SakinKeymaster@kangrob: When I check in you site, mobile menu touch is working fine. Make sure that you are not doing force touch which will just highlight it. So just do like quick touch.
You can adjust the background color and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.site .genericon.genericon-menu { background-color: #fff; font-size: 30px; height: 30px; width: 30px; }
July 30, 2015 at 8:39 pm #61832kangrobMemberThank you for your response Sakin. Seems like others can see it too, yet I cannot. Disregarding that issue how can I change the color of the hamburger icon upon selecting? Also how to move the fixed header menu categories into the center of the page rather them being on the right side?
Thank you,
RobJuly 30, 2015 at 10:03 pm #61833SakinKeymaster@kangrob:
1. To change hamburger icon upon selecting, you can change the color code as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.site.sidr-open .genericon.genericon-menu { background-color: #fff; color: #000; }
2. To center fixed header menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box
.has-header-top.menu-logo #access-top { float: none; }
July 31, 2015 at 4:09 am #61846kangrobMemberDear Sakin,
Thank you for your help so far,
Unfortunately, after I have implemented your given suggestions I have not noticed any improvement. Do you have any other way on how I can go about solving this dilemma? Also do you know a possible way to place a title into a custom header without actually editing the header image and putting the text manually?Very much appreciate your help,
Thank you,
RobAugust 2, 2015 at 12:50 am #61951SakinKeymaster@kangrob: Sorry I don’t get it what you mean. What improvement are you talking about. There is no option to add title in Custom header, You can add site title from “Appearance => Header”
August 7, 2015 at 6:17 pm #62339kangrobMemberHi Sakin,
1. I want to place the title of each post automatically inside of a header image without editing it. Is it possible?
2. I would like to make the fixed header to be transparent over the images of the slider. To be more precise I want to make the menu transparent on the slider so that it doesnt cover up the white space on the top. How can I do that?Rob
August 8, 2015 at 4:15 am #62363kangrobMemberI have already solved the second question.
August 10, 2015 at 11:45 pm #62714SakinKeymaster@kangrob: Soryy, there is no option to add in title of each post automatically inside of a header image without editing it. You need to do advance customization by building child theme.
November 10, 2015 at 12:36 am #79379tomoyomaMemberI hope this is the right thread for the problem I’m having.
The other day, suddenly the “hamburger menu (three line icon)” appeared at the left side just below the secondary menu. I searched quite a bit to get rid of it but no luck. could you please help me get rid of it?
the site is: http://canofgoodgoodies.comthank you in advance.
November 10, 2015 at 1:10 am #79382SakinKeymaster@tomoyoma: There is problem with your child theme. I don’t see any parent theme css. So, can you correct your child theme in reference with http://catchthemes.com/blog/create-child-theme-wordpress/ and then your menu will work fine.
-
AuthorPosts
- The topic ‘Mobile menu Is not working properly’ is closed to new replies.