Please always enter the name of the template and the Joomla version and the live URL if available
[SOLVED] Use only off-canvas menu with TP Perfect template
- blue_peter
- Offline Topic Author
- Junior Boarder
- Posts: 23
- Thank you received: 1
[SOLVED] Use only off-canvas menu with TP Perfect template was created by blue_peter
Posted 2 years 2 months ago #30897
hi.
i'm using joomla 3.10.11 with astroid based template TP Perfect 1.3.7 (but i can use if necessary also TP Travel 1.3.7)
i'm using these template 'couse soon i will migrate my site to Joomla 4.
my question is:
it's possible have for all pages only a main menu' into the off canvas position?
i found into the template's settings where switch and disable mobile menu',
where activate off canvas menu',
but i didn't found where disable the main manu of the site (into the header position)
thanks for any suggestion.
and... sorry if i'm using english and not german language...
Peter
i'm using joomla 3.10.11 with astroid based template TP Perfect 1.3.7 (but i can use if necessary also TP Travel 1.3.7)
i'm using these template 'couse soon i will migrate my site to Joomla 4.
my question is:
it's possible have for all pages only a main menu' into the off canvas position?
i found into the template's settings where switch and disable mobile menu',
where activate off canvas menu',
but i didn't found where disable the main manu of the site (into the header position)
thanks for any suggestion.
and... sorry if i'm using english and not german language...
Peter
Last Edit:2 years 2 months ago
by blue_peter
Last edit: 2 years 2 months ago by blue_peter.
Please Log in or Create an account to join the conversation.
Replied by WM-Loose on topic Use only off-canvas menu with TP Perfect template
Posted 2 years 2 months ago #30899
hello peter, no problem.
try to paste this code into your custom.css after Update to J4:
with none instead of block the menu is hidden.
try to paste this code into your custom.css after Update to J4:
Code:
@media (min-width: 992px)
.d-lg-block {
display: none !important;
}
with none instead of block the menu is hidden.
Last Edit:2 years 2 months ago
by WM-Loose
Last edit: 2 years 2 months ago by WM-Loose.
Please Log in or Create an account to join the conversation.
- blue_peter
- Offline Topic Author
- Junior Boarder
- Posts: 23
- Thank you received: 1
Replied by blue_peter on topic Use only off-canvas menu with TP Perfect template
Posted 2 years 2 months ago #30904
Hi.
Thanks so much for your reply!!!
i made a little change into your code, and it works fine.
here is it:
by the way, thanks again for your help.
have a nice day.
Peter
Thanks so much for your reply!!!
i made a little change into your code, and it works fine.
here is it:
Code:
@media (min-width: 992px)
{ .d-lg-block {
display: none !important;
}
}
by the way, thanks again for your help.
have a nice day.
Peter
Last Edit:2 years 2 months ago
by blue_peter
Last edit: 2 years 2 months ago by blue_peter.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates