Mobile Navigation Menu Text

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Jun 5, 2015.

Thread Status:
Not open for further replies.
  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    The provided URL is invalid.

    Could you please provide us a valid URL of your website along with some edited screenshot of your issue so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Good point. Sorry about that. :) www.healthcareequipmentspecialties.com Can't take a screenshot on my phone, but under the browser address bar, there is a black banner with some small white lines on the right side. No text.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    There is no any option available in the theme to set any text for menu in mobile.

    It just looks like a black banner with some white lines as you mentioned in your thread.
    When you click in these white line all the menu list items will be displayed.
    See screenshot for better understanding.
    mobile_menu1.png
    mobile_menu2.png


    Thanks,
    Praveen
     

    Attached Files:

  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I know that. There is a place in the theme options for menu text. I would like to have text by those lines that says "menu."
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    As I said earlier, there is no any option available in the theme to set any text for menu in mobile.

    But, you can add a "MENU" text in the black banner by some customization in the source code of the theme.

    For this, we need your dashboard access.
    So, send us your website dashboard login details at [email protected] along with the thread link.

    We will customize it for you :)

    Thanks,
    Praveen
     
  7. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I sent the information. Thanks for your time.
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have resolved your issue :)

    Please have a look at your website.

    Thanks,
    Praveen
     
  9. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks. Praveen! Looks great. Thank you for your time! What did you do to fix it?
     
  10. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    We have added some javascript code and some CSS code in the theme files.

    Thanks,
    Praveen
     
  11. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thank you very much. I would like to know where in case my client doesn't like my choice of the word, "Menu."
     
  12. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I tried to change the word "menu" to "pages" and then change it back in the code that you put in in the styling options and I promise not to touch it gain. The word "menu" is now showing up on the left side in gray. :( Please put it back near the lines on the right side in white with the word "Pages." If you give me the right code I will put it in the theme options. Thank you!
     
  13. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I am providing you the complete procedure to add "Menu" text in mobile view.
    Please follow the screenshot given below.
    harrington_add_menu_Text_in_mobile_menu.png

    Now, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.mobile_menu_text {
      float: right;
      margin-right: 50px;
      margin-top: 7px;
      color: white;
    }
    @media only screen and (max-width: 767px){
    .mean-container .mean-bar {
      height: 42px;
    }
    }
    Thanks,
    Praveen
     
  14. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thank You!!!!!!!!!!!!!
     
Thread Status:
Not open for further replies.

Share This Page