Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #390967

    Hey Team,

    I have seen it here in Forum but I don´t really remember where, so I will have to ask you now.

    How can I use another Mobile Menu for Smartphones and Tablets ( from a third Plugin) than the one from Enfold?
    I would have to hide yours I guess, but how?

    I am looking forward to hear from you, thank you.

    Best Regards
    AG

    #390971

    Hi!

    Not possible right now but this could work for you:
    https://kriesi.at/support/topic/mobileresponsive-main-menu/

    Best regards,
    Josue

    #391047

    Hi Josue!

    Thank you for your fast reply.

    The code does hide the menu links but I still have to hide the header as well.
    Do you see any possibility to do that?

    Regards
    AG

    #391153

    Hi!

    Try setting a noDesktop class and add this to Quick CSS:

    @media only screen and (min-width: 767px) {
    .noDesktop{
    display: none !important;
    }
    }

    Best regards,
    Josue

    #391365

    Hi Josue and thank you again for your suggestion.

    Unfortunately it didn´t work and the header is still visible.
    I can now see both menus on mobiles instead of just one.

    I will leave it like this for the moment, in case you can have a quick look in my site.
    The link has been sent in the private field.

    Best Regards
    AG

    #391682

    I see, if you want to hide the #header on mobiles use this code:

    @media only screen and (max-width: 767px) {
        #header { display: none;}
    }

    Cheers!
    Josue

    #391779

    It did work, thanks a lot!
    May I ask you something else?

    I could instead use the option of the “responsive menu” Enfold has.
    I want to use in the responsive menu the “Telephone-Icon” which will actually be a link.
    How can I make a telephone number/Icon clickable?

    Thank you so much for your support.
    AG

    • This reply was modified 9 years, 2 months ago by Asterios.
    #391821

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #392725

    Dear Josue,

    thank your for your support again!

    Please have a quick look on my site and resize the window (for mobiles):
    I have set up a test-menu for this purpose.

    You will see a “telephone-Icon” and my wish is when clicked, to call a spesific number.

    Best Regards
    Asterios

    #393055

    Hey!

    Please refer to this link on how to create a click to call link: http://mobienthusiast.mobi/how-to-make-a-click-to-call-link

    Basicaly, you need this code:

    <a href=”tel:0000000000″>0000000000</a>
    

    Cheers!
    Ismael

    #393403

    Hi Ismael,

    thanks for the support but I can´t get it work yet.

    When I insert the code like this:

    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='000000000' linktarget='' size='20px' position='center' color='#000000'][/av_font_icon]
    the link doesn´t work.

    If I insert the code in the URL, then it disappears after saving the menu.

    I am sorry but I don´t know where to insert that code you sent me.
    Could you help me a bit more with that?

    Best Regards
    AG

    #393484

    Hey!

    Try putting the icon shortcode as the label content (unlinked) and the “call:..” in the URL field, like this – http://screencast.com/t/KJV8n6Tg86

    Regards,
    Josue

    #393623

    HI Josue,

    unfortunately this solution doesn´t work either.
    After I insert the “call:0000000” in the URL and save the menu, the number goes away from the URL field.

    Regards
    Asterios

    #394013

    Hi!

    Try to replace the url with this:

    tel:0000000000
    

    Best regards,
    Ismael

    #394048

    YES! This works.
    Thank you all for the support.

    Best regards
    Asterios

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Use other Menu in mobile modus’ is closed to new replies.