End of Support for Joomla 3 - Forum closed
Responsive menu also visible in normal version
- Maxlamenaxme
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Responsive menu also visible in normal version was created by Maxlamenaxme
Posted 5 years 3 months ago #24509
Hi,
I would like to display the Main Menu Offcanvas (the one that replaces the Main Menu on mobile versions) also on the normal version of the website.
It would actually replace the main menu.
In few words, I would like to get rid of the Main Menu and instead always have the responsive "offcanvas" menu even on the normal version of the website.
I tried to create a module with the following code inside :
and publish it in the "menu" position, but it does not work. I feel like I am close to the answer; but I am still missing something.
Could you help me with that please ?
I would like to display the Main Menu Offcanvas (the one that replaces the Main Menu on mobile versions) also on the normal version of the website.
It would actually replace the main menu.
In few words, I would like to get rid of the Main Menu and instead always have the responsive "offcanvas" menu even on the normal version of the website.
I tried to create a module with the following code inside :
Code:
<span><a class="uk-navbar-toggle " href="#offcanvas" data-uk-offcanvas></a></span>
Could you help me with that please ?
by Maxlamenaxme
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Responsive menu also visible in normal version
Posted 5 years 3 months ago #24511
Live url please
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Responsive menu also visible in normal version
Posted 5 years 3 months ago #24512
1.) Unpublish the main menu
2.) Add the code below to your logo module
2.) Add the code below to your logo module
<p style="display:inline-block" class="uk-align-center"><a class="uk-navbar-toggle" href="#offcanvas" data-uk-offcanvas></a></p>
Attachment logo-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: belex24
Please Log in or Create an account to join the conversation.
- Maxlamenaxme
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Replied by Maxlamenaxme on topic Responsive menu also visible in normal version
Posted 5 years 3 months ago #24513
Great thank you !
Unfortunately the live URL is currentlw set to offline. -> dmf-esthetique.fr
One last detail : I would like the menu to follow the scroll as in its responsive version too.
Thanks again for the fast answer !
Unfortunately the live URL is currentlw set to offline. -> dmf-esthetique.fr
One last detail : I would like the menu to follow the scroll as in its responsive version too.
Thanks again for the fast answer !
by Maxlamenaxme
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Responsive menu also visible in normal version
Posted 5 years 3 months ago #24521
Use sticky component:
getuikit.com/v2/docs/sticky.html
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
getuikit.com/v2/docs/sticky.html
<div data-uk-sticky>
<p style="display:inline-block" class="uk-align-center "><a class="uk-navbar-toggle" href="#offcanvas" data-uk-offcanvas></a></p>
</div>
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Maxlamenaxme
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Replied by Maxlamenaxme on topic Responsive menu also visible in normal version
Posted 5 years 3 months ago #24525
Works like a charm !
Thank you ! Your answer actually helped me to understand more than just what I was looking for.
Solved !
Thank you ! Your answer actually helped me to understand more than just what I was looking for.
Solved !
by Maxlamenaxme
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates