Tagged: menu
- This topic has 15 replies, 5 voices, and was last updated 8 years ago by Sakin.
-
AuthorPosts
-
February 9, 2015 at 10:08 pm #51369dfwrgjeffParticipant
On my website http://www.1sourceapartments.comthe menu is not showing up on mobile devices. Is there a setting I have disabled? Also I would like to be able to add our company phone number in the top right of the website so it can be clicked on to call us. Would that be done through CSS or is there a widget available?
February 9, 2015 at 11:06 pm #51380Leslie BigosParticipantTo get the menu showing on mobile devices, go to Appearance>Theme Options>Responsive Design>Enable Secondary and Footer in Mobile Devices
Make sure you check Enable on “Enable Secondary & Footer Menu in Mobile Devices?”
As far as putting a clickable phone number in your header, you can use the TEXT widget which allows you to place HTML in an area. Then you need to link your phone number. The HTML will look like this but just be sure to use your own phone number.
<a href="tel:425-222-1206" target="_blank">425-222-1206</a>
I hope this helps.
February 9, 2015 at 11:09 pm #51383Leslie BigosParticipantFunny, when I put html in, it actually changed it to a link instead of showing you the code. Just do a View Source and you can see the code. IT is just a link tag with href=”tel:425-941-1407″ target=”_blank”>
February 9, 2015 at 11:25 pm #51386SakinKeymaster@bigoslesli: Thanks for the support and detail answer
@dfwrgjeff: I hope you got your answerFebruary 10, 2015 at 3:21 am #51405dfwrgjeffParticipantThank you that fixed the menu. When I added the phone to the top header it moved everything down. Is there are way to justify it right and not move the title and image down?
February 10, 2015 at 3:32 am #51406Leslie BigosParticipantTry putting the TEXT Widget in the Header Right Sidebar
February 10, 2015 at 3:43 am #51407dfwrgjeffParticipantI tried and it in that location and it wouldnt show up – not sure why
February 10, 2015 at 9:07 am #51421SakinKeymaster@dfwrgjeff: You should be able to add text widget in “Header Right Sidebar” from “Appearance => Widgets”. If the text doesn’t come even after adding widget to Header Right Sidebar then please check in your settings at “Appearance => Theme Options => Header Options => Disable Header Right Sidebar?”
February 12, 2015 at 9:38 pm #51573dfwrgjeffParticipantThat was the problem and it works now thanks – also I have tried changing the font color but the html doesnt work. How do I change the appearance to a darker color or at least show as a hyperlink?
February 13, 2015 at 9:36 pm #51677SakinKeymaster@dfwrgjeff: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget a { color: #757575; }
February 20, 2015 at 11:34 am #52037margaretcalderMemberOn my website http://www.embc.eu/parishnursing the menu is not showing up on mobile devices. Is there a setting I have disabled?
February 20, 2015 at 11:39 am #52038Leslie BigosParticipantYes. Go to Theme Options>Responsive Design>Enable Secondary & Footer Menu in Mobile Devices?
Responsive Design is the first option under Theme Options.
February 20, 2015 at 12:19 pm #52039margaretcalderMemberThanks for the quick reply but when go to Theme Options>Responsive Design the only option I have is Disable Responsive Design? I’m using the Catch Flames Pro theme.
Am I missing something?
February 21, 2015 at 1:48 am #52087SakinKeymaster@margaretcalder: I just check in your site in my mobile and the menu is working fine.
November 10, 2016 at 9:18 pm #103115becky2911ParticipantHi,
I’ve created http://www.hartleyswines.com/ using catch responsive theme. When on a mobile you cannot see the menu at all, before I was able to bring up the nav by clicking in the area of the three lines even though they were not visible but now that doesn’t work either. Any help would be much appreciated!!
November 11, 2016 at 12:01 am #103133SakinKeymaster@becky2911: I see that you have edited css in theme style.css file. Please remove the following code from your style.css file:
.genericon:before, #feature-slider .entry-container { display: none; }
Note: you can simple update theme to latest version, which will revert your edits in style.css file.
-
AuthorPosts
- The topic ‘Menu on Mobile Devices Not Showing’ is closed to new replies.