Morning Ciaran
On the mobile version of the site the headline menu items don't link to the relevant pages, the only open the sub menus. For example:
Contact Us
- Current Vacancies
- Application Form
On the desktop site the Contact Us links to a contact page but on mobile all it does is open the sub menu. Is there any way around this?
Cheers
Shell
Elvira Mobile Menu
- Issue
- Shell
- Commercial Templates
- Wednesday, 04 July 2018
- Subscribe via email
Hi Shell
May I suggest the following article on this query... https://www.joomla51.com/tutorials/item/mobile-menu-linking-parent-items
Ciaran
May I suggest the following article on this query... https://www.joomla51.com/tutorials/item/mobile-menu-linking-parent-items
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran
Thanks for this, I've amended the jquery.slicknav.js file as this is the only one where I can see the AllowParentLinks info but it doesn't appear to have worked on the mobile site...
Thanks for this, I've amended the jquery.slicknav.js file as this is the only one where I can see the AllowParentLinks info but it doesn't appear to have worked on the mobile site...
- more than a month ago
- Commercial Templates
- # 2
Thank you Shell
As your amendments effect the Slicknav mobile menu, may I suggest enabling Slicknav in the Responsive Options tab of your template settings.
Sorry to say the option is not available to make the parent items of the Slideout menu clickable.
Ciaran
As your amendments effect the Slicknav mobile menu, may I suggest enabling Slicknav in the Responsive Options tab of your template settings.
Sorry to say the option is not available to make the parent items of the Slideout menu clickable.
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran
Got the mobile menu working better now but the menu bar is in front of the company logo in the top left across mobile platforms. Can you help? Link is still as above.
Cheers
Shell
Got the mobile menu working better now but the menu bar is in front of the company logo in the top left across mobile platforms. Can you help? Link is still as above.
Cheers
Shell
- more than a month ago
- Commercial Templates
- # 6
Hi Shell
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 1140px) {
#container_header, #container_header-sticky-wrapper {
padding-top: 40px;
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Last one for now, when you scroll the screen on mobile/tablet the mobile menu doesn't scroll with it.
- more than a month ago
- Commercial Templates
- # 9
Hi Shell
You would like the mobile menu to be fixed to the top? Note that this will make some menu items inaccessible on smaller screens if you have a lot of menu items (items appear outside of viewport).
Ciaran
You would like the mobile menu to be fixed to the top? Note that this will make some menu items inaccessible on smaller screens if you have a lot of menu items (items appear outside of viewport).
Ciaran
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »