Menu in mobile doesn't work

More
10 years 9 months ago #37759 by angelicalopez
Hi there,

i did the changes and the menu is showing but when i click the tinynav icon(menu) is showing me all the links but just for 1 sec and is impossible to choose or navigate the links.

Thanks for your help!
Attachments:

Please Log in to join the conversation.

More
10 years 9 months ago #37761 by ivan.milic

Please Log in to join the conversation.

More
10 years 9 months ago #37762 by angelicalopez
Hi,

Its my thread. And I did everything posted there but the menu is just showing for 1 second.

Thanks!

Please Log in to join the conversation.

More
10 years 9 months ago #37770 by ivan.milic
No, you still have tinynav menu that uses select tag for menu. If you applied that you should have boom menu I created on fly that uses responsive UL/LI tags

Please Log in to join the conversation.

More
10 years 9 months ago #37773 by angelicalopez
So...I should use a different image to replace the menu?
You said that you created on fly that uses responsive UL/LI tags where is that code?
Thanks!

Please Log in to join the conversation.

More
10 years 9 months ago #37780 by ivan.milic
I'am not sure what you say about image, menu is completely different.

Replace responsive_menu.js with one in attachment.
At bottom of layout.css add flowing code:

UL.bumNav > LI{
display: block;
height: 35px;
width: 50px;
}

UL.bumNav > LI > DIV{
background: url(../images/tinynav.png);
height: 30px;
width: 40px;
}

UL.bumNav > LI UL{
background:white;
padding:15px 10px;
margin:0;
z-index:999999;
border-radius: 15px;
}

UL.bumNav > LI UL LI{
padding:10px 10px;
border-bottom:1px dotted silver;
}

Attachments:

Please Log in to join the conversation.

Time to create page: 0.155 seconds
Powered by Kunena Forum