Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #51369
    dfwrgjeff
    Participant

    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?

    #51380
    Leslie Bigos
    Participant

    To 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.

    #51383
    Leslie Bigos
    Participant

    Funny, 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”>

    #51386
    Sakin
    Keymaster

    @bigoslesli: Thanks for the support and detail answer

    @dfwrgjeff
    : I hope you got your answer

    #51405
    dfwrgjeff
    Participant

    Thank 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?

    #51406
    Leslie Bigos
    Participant

    Try putting the TEXT Widget in the Header Right Sidebar

    #51407
    dfwrgjeff
    Participant

    I tried and it in that location and it wouldnt show up – not sure why

    #51421
    Sakin
    Keymaster

    @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?”

    #51573
    dfwrgjeff
    Participant

    That 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?

    #51677
    Sakin
    Keymaster

    @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; }

    #52037

    On my website http://www.embc.eu/parishnursing the menu is not showing up on mobile devices. Is there a setting I have disabled?

    #52038
    Leslie Bigos
    Participant

    Yes. Go to Theme Options>Responsive Design>Enable Secondary & Footer Menu in Mobile Devices?

    Responsive Design is the first option under Theme Options.

    #52039

    Thanks 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?

    #52087
    Sakin
    Keymaster

    @margaretcalder: I just check in your site in my mobile and the menu is working fine.

    #103115
    becky2911
    Participant

    Hi,

    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!!

    #103133
    Sakin
    Keymaster

    @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.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Menu on Mobile Devices Not Showing’ is closed to new replies.