Search in support tickets

#474 – Sub menu under a submenu

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 05 December 2018 10:50 CET
ron29
maybe a stupid question but how do I create submenus under a submenu like on your website? I do not succeed
best regards
Custom Fields
Joomla Version
3.9.1.
PHP Version
7.2.10
Product
Adsclarity
Product Version
3.1.11
Attachment
Thursday, 06 December 2018 15:11 CET
loic
Hello,

Don't worry, it is not a stupid question.

Open the menu module where you wish to display the submenu.
In the advanced tab, fill the 'Menu Class Suffix' param with ' nav-pills ', don't forget the blank space.
In 'Module Class Suffix', enter '_menu' and save the module.

Best regards.
 
Friday, 07 December 2018 13:27 CET
ron29

Hello,
what I mean is the submenu under a submenu as shown on the website in the menu from Joomprod "support" "Documentation" and then
the men artikel like "Customization"
best regards
Ron
Attachment
Friday, 07 December 2018 15:43 CET
loic
Hello,

We don't use the adsclarity template on Joomprod.

I will ask the designer.

Best regards.
 
Friday, 07 December 2018 18:55 CET
juloaadmin
Hello,
here is the css code to add at the end of your css file,
probably at the following file on your FTP access : yourdomaine/templates/adsclarity/css/template.css

<!-- sub-menus into sub-menus -->

.header .deeper ul{
overflow: visible;
}

.header .deeper.parent .deeper.parent > ul {
top: 0;
transform: translateX(100%);
margin-top: -11px;
visibily: hidden;
opacity: 0;
transition: 0.2s;
}

.header .deeper.parent .deeper.parent:hover > ul {
opacity: 1;
visibility: visible;
}

.header .deeper.parent .deeper.parent > a:after,
.header .deeper.parent .deeper.parent > span:after {
content: "\f002";
font-family: "flexslider-icon";
float: right;
position: relative;
top: 2px;
opacity: 0.5;
}

<!-- end of sub-menus -->
 

Please rate this ticket

Help us improve our support services by rating this ticket from one to five stars, according to how much you are satisfied from the handling of this ticket, one being not satisfied and five being very satisfied.