• Hi, I just downloaded the theme a little over an hour ago and it looks like I might stick with it. One little thing so far. I notice that on mobile the menu drop down menu is just a white bar with the blue dropdown box. Is/can there be text in the white bar? Just the word ‘Menu’ would be good.

    Thanks,
    Ken

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    With due respect, i would like to know why the moderator chooses to delete my comment regarding the above issue, i saw in a topic titled: Tagline Font/ Typeface, where some one comment as follows “I’d love to second this question.” which i did the same here by stating that “I’d like to second this question” because i have same issue which i think does not worth another topic.
    So where is my sin, i do like to know?

    Thread Starter silentkv

    (@silentkv)

    I found a workaround that I’m happy with. Although I should probably make a child theme since I added code to the original. Anyway, I made the blue mobile button with the 3 lines extend 100%. Then I went into header.php and after the 3 icon bars I typed in ‘Menu’ surrounded by a span. Then I went into the CSS and styled that span, and the button. I didn’t go step by step because I modded a lot but that’s the rough summary.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @rossiback, Looks like your comment was deleted because it, like most “me too” comments, contributes nothing to the topic. You actually removed this thread from the No Replies forum filter too, which means you decreased the chances of it being answered dramatically.

    If you have a solution or want to help, that is fine.

    @silentkv, Thank you for updating us of your workaround solution, i will try it out

    Theres quite an easy solution:

    class-header-menu.php:

    <button type=”button” class=”btn btn-navbar” data-toggle=”collapse” data-target=”.nav-collapse”>
    <span icon-bar></span>
    <span icon-bar></span>
    <span icon-bar></span>
    </button>

    delete the 3 spans and you delete the 3 rows.
    Type “menu” instead and you have the text menu on the button.

    Great solution! Thanks TotalBeginner!

    Great thread. Where do you go to make the changes suggested? I can’t figure out where to find this code or type it. Thanks.

    You can edit class-header-menu.php under Appearance > Editor, but your changes will be overwritten next time you upgrade the theme. You should really create a child theme for the changes (unless you are happy to re-change things after every upgrade).

    anarelle

    (@anarelle)

    Thanks for the great contribution.
    However, I don’t find the class-header-menu.php file. Maybe it’s no longer part of the current WP version (3.8.1)?
    I can’t see a btn-navbar class in the CSS, so I guess there was indeed a change.

    What needs to be changed and where so we can still apply this “hack” to the menu button?

    Thanks!

    You want to delete the 3 bars?
    Add this to your custom css or your child theme style.css

    .navbar .btn-navbar .icon-bar {
    display: none;
    }

    Hope this helps.

    ElectricFeet

    (@electricfeet)

    There’s a better solution than the one I posted above here.

    Edit: wrong post 😀

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Menu Title on Mobile’ is closed to new replies.