1. gradym
  2. Commercial Templates
  3. Monday, 04 May 2015
  4.  Subscribe via email
Is there a way to remove the responsive menu? Alternatively, would there be a way to have a menu not visible on the regular view but working when switching to the iphone view? This is for the journal template.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To hide the responsive (mobile) menu try adding the following to the Custom CSS field of your templates parameters...


.slicknav_menu {
display: block;
}


Would you have a URL to an example of the menu you wish to have only visible on mobile devices?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hmm that's actually making the mobile menu appear on both full and mobile sized resolutions. My site is offline atm
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
My apologies. That should be the following instead...


.slicknav_menu {
display: hide;
}


Presuming you are using a module to display the menu, you can try adding the following to the Module Class Suffix field of your templates parameters...


hidden-desktop


If that fails try adding a space just before the class name.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That's not working either.. So my full setup is I have no menu in the hornav position, and in the template parameters I have convert to module position set to yes for the menu. I put the new custom css code in and also set the Module Class Suffix field of the menu listed in the template menu section to 'hidden-desktop'. When I go to a mobile sized resolution on my browser I am seeing the mobile menu which has no actual menu.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

It is difficult to say without seeing an example of the issue so it may be worth getting back to us once your site is hosted.
Maybe try changing the suggested CSS to the following...

.slicknav_menu {
display: none !important ;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Aha, that did it. Thanks for the quick help again!!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok