drowned Posted March 23, 2014 Share Posted March 23, 2014 Hello, is it possible to limit the blocktop sub-menu depth in 1.6 version ? Many thanks Link to comment Share on other sites More sharing options...
vekia Posted March 23, 2014 Share Posted March 23, 2014 hello with default features it isn't possible, like it was not possible in 1.5 release. you can do it with css styles, or with modification of tpl file but to be honest, i think that it is much easier to do it with css Link to comment Share on other sites More sharing options...
drowned Posted March 23, 2014 Author Share Posted March 23, 2014 Thank you, Vekia. Try to get that kind of result... Css or tpl file ? (in that case where I modify the .tpl file ? ) Link to comment Share on other sites More sharing options...
kkmixs Posted March 25, 2014 Share Posted March 25, 2014 same problem. I don't want to show my sub menu in the top horizontal block.But of course i want to show the category name.How it is possible to show category only and limit the depth of sub menu or not to show sub menu Link to comment Share on other sites More sharing options...
HansNL Posted March 31, 2014 Share Posted March 31, 2014 I hace the same problem... help please! Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 I want te same... Is there nobody who can help??already found somewhere your website url solution: paste this code to your global.css #block_top_menu ul li li ul {display:none!important;}effect: 1 Link to comment Share on other sites More sharing options...
Guest Posted March 31, 2014 Share Posted March 31, 2014 already found somewhere your website url solution: paste this code to your global.css #block_top_menu ul li li ul {display:none!important;}effect: That is great Vekia, thanks. Would it be possible to state the sublevels required using CSS? Your code gives the top level category names, what if we want to include sub level 1, or sublevel 1 & 2 also? (we have 5 sublevels in some categories - I don't want to show them all, just the main category and either 1 or 2 sublevels) Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 That is great Vekia, thanks. Would it be possible to state the sublevels required using CSS? Your code gives the top level category names, what if we want to include sub level 1, or sublevel 1 & 2 also? (we have 5 sublevels in some categories - I don't want to show them all, just the main category and either 1 or 2 sublevels) i suppose that it will be necessary to add additional ul li ul to styles definition, to be 100% sure i have to check it - is there any chance to test it somewhere ? Link to comment Share on other sites More sharing options...
Guest Posted March 31, 2014 Share Posted March 31, 2014 i suppose that it will be necessary to add additional ul li ul to styles definition, to be 100% sure i have to check it - is there any chance to test it somewhere ? Yep, PM on it's way Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 as i thought in cases like that it's just necessary to add additional li: #block_top_menu ul li li li ul {display:none!important;} 2 Link to comment Share on other sites More sharing options...
GS VISION Posted May 29, 2014 Share Posted May 29, 2014 I put Vekia`s code at the end of themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css and it worked like a charm! Link to comment Share on other sites More sharing options...
Recommended Posts