Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Responsive Menu

  • Jordi Sorts Quintana
  • Jordi Sorts Quintana's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 9 months ago - 10 years 9 months ago #136695 by Jordi Sorts Quintana
Responsive Menu was created by Jordi Sorts Quintana
Hello,

I have installed this template, but I have some problems with a menu in mobile versión.

I attach two screenshots:

1 - You can see the name "Menu" appears in front of logo.

File Attachment:


2 - When I have one sub-menu, I have this menu:
- Competición
-- Calendario
-- Resultados y Clasificación
The two subitems doesn't show in a mobile menu ... The main intem "competición" is a link.

File Attachment:


Please can you help me for solve that ?

Thanks a lot !

PS: Sorry for my english ...

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #136696 by Krikor Boghossian
Replied by Krikor Boghossian on topic Responsive Menu
Hello Jordi,

For your logo I will need a URL to help you, the logo's margins need some tweaking .

This behaviour you are describing (the menu) is the default one. In order to prevent overlapping (the menu being larger than the content itself) we show only the top level menu and the sub cateogories are visible only when their parent menu is active.

This is very easy to change. Just add this snippet to your custom.css
@media only screen and (max-width: 799px),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width : 799px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width : 799px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width : 799px) {
 	/* Visibility */
	nav.mainNavigation ul.menu ul,
	nav.mainNavigation ul.menu ul ul,
	nav.mainNavigation ul.menu li:hover ul { display:block; }
}

If you have any other mobile styles you can safely combine them.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Jordi Sorts Quintana
  • Jordi Sorts Quintana's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 9 months ago #136697 by Jordi Sorts Quintana
Replied by Jordi Sorts Quintana on topic Responsive Menu
Hello !

The submenus now is working ! Thanks.

For the logo you can see de page here: bit.ly/13FczVo

Thanks for you support.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #136698 by Krikor Boghossian
Replied by Krikor Boghossian on topic Responsive Menu
You 're welcome

@media only screen and (max-width: 799px),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width : 799px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width : 799px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width : 799px) {
h1#logo { margin-top: 45px; }
}

PS. Combine them with the rules I gave you in my previous post and you can also change the 45 pixels to less if you want a 'tighter' look

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Jordi Sorts Quintana
  • Jordi Sorts Quintana's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 9 months ago #136699 by Jordi Sorts Quintana
Replied by Jordi Sorts Quintana on topic Responsive Menu
Great ! Perfect !

Many thanks !

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum