-
AuthorPosts
-
June 15, 2015 at 7:07 pm #459599
Hi, is possibile have 7 column in a mega menu? because I have 7 columns and 6 would be present on the same line , and 1 in the line below….and so ‘ it is really bad
June 16, 2015 at 11:27 am #459967Hey Rentboy79!
Thank you for using Enfold.
This is possible but you need to modify includes > helper-responsive-megamenu.php, look for this code around line 96:
5 => "twelve units", 6 => "twelve units"
..replace it with:
5 => "twelve units", 6 => "twelve units", 7 => "twelve units"
On the same, look for this line:
//set maxcolumns if(!isset($args->max_columns)) $args->max_columns = 6;
Change 6 to 7. You might need to resave the mega menu after. Please create a change log or a note about this modification in case you update the theme.
Cheers!
IsmaelJune 16, 2015 at 11:41 am #459972and 4 in the first line and 3 in the line beneath?
This looks good i think.you can manage that without coding because on dashboard/appearance/menus there is the possibility to check a box in a column “this column should start a new row”
so you set this on the 5th column of your mega menu and have 4/3
- This reply was modified 9 years, 5 months ago by Guenni007.
June 16, 2015 at 12:33 pm #459998Hey!
@Guenni007: It’s not possible to create a 7 column mega menu. That’s the issue here but thanks for sharing. :)Regards,
IsmaelJune 16, 2015 at 4:10 pm #460115ooook!!! another question Ismael.
you can apply the button ” next ” pages as well as the articles ? so that you can browse all the pages ” son ” of a ” father “?
IMAGEJune 16, 2015 at 4:17 pm #460120ooook!!! another question Ismael.
you can apply the button ” next ” pages as well as the articles ? so that you can browse all the pages ” son ” of a ” father “?
- This reply was modified 9 years, 5 months ago by Rentboy79.
June 17, 2015 at 4:44 pm #460867my thought ismael was that he dislikes the 6/1 automatic view
so my tip goes to a custom set via Menu Option to a 4 first line / 3 beneath lookJune 18, 2015 at 12:19 pm #461216 -
AuthorPosts
- The topic ‘Mega Menu, 7 column’ is closed to new replies.