Have a nice day.
I need to have an horizontal menu in the footer position (also footer 2 or other lower positions in the template will be good).
I try to use " nav-pills" like menu prefix but it not work.
Ty in advance
Have a nice day.
I need to have an horizontal menu in the footer position (also footer 2 or other lower positions in the template will be good).
I try to use " nav-pills" like menu prefix but it not work.
Ty in advance
Ninja Ty for the quickl replay
the site it is off line because we are working on ja-resort template for insert the old content (phots and texts) in some new modules.
There is no way to see the site without a special access, and our reference not like give the access on his datas on server (there are prices and other private contents).
We just need an Horizontal menù in any position UNDER main body content (footer?). i know it will be displayed on in the pc version at full screen, but i don't know how it is on mobile device.
We are using at moment "menu" module from joomla without success, but we can use any other module you think can work
I desire to avoid to create a custom module with manual setting of any single menu voice, because this mean that any change can not work through the basic joomla's menu system.
P.S: i also try to use this code
.orizzontale li {
display:inline;
list-style-type:none;
padding-right:4px;
float:left;}
from my old 2.5 joomla site and i wrote this in any .css file manually without any success
nexus6it but i don't know how it is on mobile device.
Hi
the view will support on PC only since template is responsive and change the elements size with respect to screen size. In Mobile you can not show too many items in so less width. As you know a PC has screen size of 1920px and mobile only 468px width.
Ninja ty for the reply, but it not resolve my question.
My need is to have an horizzontal menu (like main menù on top of the template) in a bottom position when i use a full screen 1920 resolution.
On mobile i can use a menu module like side kick menu or similar. We need this because we have a lot of "voices" in the main menu and want "split" in 2 menus.
I send to you and account via email for the access
nexus6it My need is to have an horizzontal menu (like main menù on top of the template
Hi
I am afraid Mega menu style is complete different and support in the header only. If you want to display horizontal menu you can give me page URL and i can suggest changes. But that work to make horizontal not same as megamenu. To make mega menu type it create alot customization style for css that is something need time and effort and goes out of support scope.
Ninja ty for the reply. So i can not replicate a second "top menu" in another position? If i use a "custom module" and i create link for the pc version in an horizzontal way, how i can force to be horizontal also in mobile view?
Another simply question, the "off Canvas menù" as a title "SIDEBAR MENU", where i can change this name? we are not using english language on site
nexus6it
Hi
You can use media queries in your custom css
for example to apply this code till 768px width
@media(min-width:768px){.orizzontale li {
display:inline;
list-style-type:none;
padding-right:4px;
float:left;}}
You can change the text from site root folder : /language/en-GB/en-GB.tpl_ja_resort.ini
or use language override.
PS : Open a new thread for new questions.
Regards