Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #795093

    I’m trying to change the Hamburger menu to say “MENU” instead of just having an icon. I have tried MANY suggestions based on other users forums and nothing is working. I love your support, but I’m getting frustrated why this simple idea isn’t working.

    I just updated my enfold thinking that was the problem, but still no luck.

    (For future users, I think this should be a default option in the Enfold settings, seems like it comes up a lot)

    #795096

    Hey!

    Please go to Enfold theme options > Header and choose to display menu items as icon – http://i.imgur.com/MqlKT49.png

    You are displaying menu as text. If that does not help, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #795114

    This doesn’t change a thing… I would like my site to say “MENU”
    https://apptimize.com/wp-content/uploads/2015/07/menu-v-hamburger.jpg

    #795152

    Hi,

    Is this for all screens or just when on mobile devices?

    Best regards,
    Jordan Shannon

    #797243

    Just for Mobile Devices

    #797386

    Hi,

    Try editing helper-main-menu.php which you can find in enfold/includes/ folder and find this code (line 19):

    echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';

    and replace it with:

    echo '<a id="advanced_menu_toggle" href="#">MENU</a>';
    
    Then add this css code in Quick CSS (located in Enfold > General Styling):
    <pre><code>@media only screen and (max-width:767px) {
      .responsive #top #advanced_menu_toggle {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #819577

    Why do I have hamburger menu icon appearing on the right side of my main menu suddenly??
    I recently undated to 4.1… did not make any other changes… so why is this happening?
    It’s fine to have this in mobile browser but I get it in all web browsers from desktop. Not cool to find out these changes are happening without our knowledge, please have a look and let me know what’s going on and how to fix this.

    Thank you!

    #819893

    Hi collinssafety,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #819914

    I can but I need a (required) email to set it up?

    #819918

    I just used my other email…. login attached

    #820067

    Hi,


    @collinssafety
    As mentioned in this thread – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/, i cleared cache on your plugin and that helped. Please review your website :)

    Best regards,
    Yigit

    #820132

    Much appreciated… thank you!!
    But any idea why it would would display there in the first place?

    Joe

    #820136

    Oh, and how exactly did you clear cache? I clear it all the time. You must of did something different then I do.

    Joe

    #820205

    Hi,

    You are welcome Joe! I flushed cache on your caching plugin :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    #838835

    I haven’t realized that the contact form I’ve been using with Enfold wasn’t working. Someone has contacted me on social asking if I received her inquiry. I didn’t and testing the form and it’s not working… Is there some sort of archive of whats been submitted through my forms?? I’m really worried I’ve missed important messages.

    Please help :)

    #839359

    Hi sproutstudio,

    You could try to look for the log files on the server from the php mail.
    Here are some threads to consider:
    https://kriesi.at/support/topic/enfold-contact-form-not-sending-emails-3/#post-631947
    https://kriesi.at/support/topic/contact-form-fails-to-send-or-store-the-submissions/

    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.