Top menu does not show on mobile

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Top menu does not show on mobile

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27634
    lylou lou
    Participant

    Hello,

    The invent theme is not displaying the top menu on mobile platform. (attached file)

    Any idea on how to solve this issue.

    Thanks

    [attachment file=27635]

    #27648
    Raghavendra
    Moderator

    That is a little strange. Can you pls post a temp login to the site. I will need to take a closer look at this to know exactly what’s happening.

    #27659
    lylou lou
    Participant
    This reply has been marked as private.
    #27663
    Veena
    Moderator

    Currently header menus are hidden in mobile screens.
    And you haven’t set any primary menu yet that is why mobile menu is appearing blank.
    You can create main menu in Appearance > menus screen and pls set primary menu in “Manage Locations” tab or atleast you can set first 4 menu items as primary menu and the rest two menus as header menu otherwise it doesn’t looks good.
    And can use the below custom CSS in themeoptions to display header menu in mobile screens –

    @media only screen and (max-width: 767px){
    #header-menu {
        display: block !important;
    }}
    
    #27664
    Veena
    Moderator

    You can use a translation file (using POEdit to change the data in languages directory) to change to any string you like. If you do an update in the en_US.po (or another depending on your site language) file, you should see all the translatable strings in the strings list . You would then be able to input any alternate string of your choice there.

    Pls search for “Expand” string and insert an alternate string in the translation area , save and update the changes .

    – You can get information from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language.

    Here you can download poedit – https://poedit.net/
    You can find the po files in invent/languages folder .

    #27676
    lylou lou
    Participant

    Thanks for the feedback. I will try implementing the guidlines.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.