-
AuthorPosts
-
FelixJoomlArt Friend
FelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 11, 2017 at 6:46 am #1055813Is there a way how to make menu in sidebar uncollapsed?
When I have more nested items under each other, I can’t pick the lower one. Menu item is hidden under the active submenu of the previous item.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 14, 2017 at 1:43 am #1056139Hi,
Could you share the credentials of your site so I can take a look?
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 14, 2017 at 5:47 am #1056194This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 15, 2017 at 4:58 am #1056460Hi,
You can try adding this css rule:
#Mod219.t3-module .nav .dropdown.open .dropdown-menu { display: none; }
into the file: root/templates/ja_teline_v (your default template)/css/custom.css (create this file if it doesn’t exist)
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 15, 2017 at 6:48 am #1056496Now it’s collapsed with no effect on hover.
I want to see full structure of the menu (without hover or click) in sidebar.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 16, 2017 at 10:04 am #1056755There is an override for mod_menu in T3 framework plugin, if you want to show all items, remove above css rule and rename this folder:
root/plugins/system/t3/base-bs3/html/mod_menu/
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 23, 2017 at 6:19 am #1058076When somebody wants to know how to – you can add sidebar menu module your customclass and special rule in custom.css:
.customclass .dropdown-menu { position: static; display: block; width: 100%; background-color: initial; border: 0px solid #cccccc ; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ; padding-left: 15px; } .customclass .nav > li { position: static; } .customclass .nav > li > a { display: inline-block; } .customclass .dropdown-menu > li > a { padding: 0 0 0 20px; }
1 user says Thank You to FelixJoomlArt for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by FelixJoomlArt 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum