Tagged: header, mobile menu
-
AuthorPosts
-
February 4, 2015 at 10:29 pm #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
AGFebruary 4, 2015 at 10:37 pm #390971Hi!
Not possible right now but this could work for you:
https://kriesi.at/support/topic/mobileresponsive-main-menu/Best regards,
JosueFebruary 5, 2015 at 3:12 am #391047Hi 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
AGFebruary 5, 2015 at 11:15 am #391153Hi!
Try setting a noDesktop class and add this to Quick CSS:
@media only screen and (min-width: 767px) { .noDesktop{ display: none !important; } }
Best regards,
JosueFebruary 5, 2015 at 3:15 pm #391365Hi 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
AGFebruary 5, 2015 at 9:38 pm #391682I see, if you want to hide the #header on mobiles use this code:
@media only screen and (max-width: 767px) { #header { display: none;} }
Cheers!
JosueFebruary 6, 2015 at 12:51 am #391779It 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, 9 months ago by Asterios.
February 6, 2015 at 4:41 am #391821Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueFebruary 8, 2015 at 2:18 pm #392725Dear 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
AsteriosFebruary 9, 2015 at 2:16 pm #393055Hey!
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!
IsmaelFebruary 9, 2015 at 11:47 pm #393403Hi 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
AGFebruary 10, 2015 at 5:49 am #393484Hey!
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,
JosueFebruary 10, 2015 at 12:07 pm #393623HI 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
AsteriosFebruary 10, 2015 at 9:52 pm #394013February 10, 2015 at 10:42 pm #394048YES! This works.
Thank you all for the support.Best regards
Asterios -
AuthorPosts
- The topic ‘Use other Menu in mobile modus’ is closed to new replies.