
-
AuthorPosts
-
January 1, 2014 at 12:27 am #204193
How can I fix?
January 1, 2014 at 12:45 am #204194Hey gdeadtoo!
Can we see the site and error live? By default this isn’t the case.
Cheers!
DevinJanuary 1, 2014 at 5:25 pm #204275January 1, 2014 at 6:25 pm #204282Looks like you are having the same issue as in this topic: https://kriesi.at/support/topic/maga-menu/#post-203932
The menu structure just needs to be adjusted so that those aren’t at the column header level and instead are on level down to be the actual sub menu items.
January 1, 2014 at 9:17 pm #204307I got your email. My sub menus were already set exactly as the link shows.
Is there a way for me to send you a screenshot?
January 1, 2014 at 10:09 pm #204316Hey!
You can upload your screenshots on imgur.com or Dropbox and post the links here
Regards,
YigitJanuary 1, 2014 at 10:36 pm #204320January 2, 2014 at 4:02 am #204373Hey!
According to the screenshot provided they are set as Mega Menu, try unchecking the “Use as a Mega Menu” option in the parent element.
Best regards,
JosueJanuary 2, 2014 at 6:22 am #204419I’m confused. If I un check mega menu, the drop down is vertical. I want the sub menu to be like the demo when you hover over shortcodes. How do I achieve that?
January 2, 2014 at 10:59 am #204438Hi!
The mega menu structure is still not correct. You must some empty items (which just contain a dash – instead of a title) to the second level and then drag your other menu items to the right (third menu level). The empty items create new columns and the dash prevents WordPress from showing the column titles. The structure must look like
Note that the second level items (which just use a dash – as title) will not show up in the menu. You can use any custom links or pages for these menu items.
Cheers!
PeterJanuary 4, 2014 at 7:34 pm #205379This reply has been marked as private.January 4, 2014 at 7:47 pm #205381Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueJanuary 5, 2014 at 4:31 pm #205569This reply has been marked as private.January 5, 2014 at 6:49 pm #205619Hey!
You had the first menu “contentmuse” done correctly. I did the same thing for your other menus.
Regards,
DevinJanuary 5, 2014 at 6:56 pm #205621This reply has been marked as private.January 5, 2014 at 7:01 pm #205624Then you would need to put each item in its own column instead of all items in a single column.
January 5, 2014 at 7:54 pm #205637This reply has been marked as private.January 5, 2014 at 7:57 pm #205638This reply has been marked as private.January 5, 2014 at 8:07 pm #205642Hey!
This code will do it (put it on Quick CSS):
.mega_menu_title, .mega_menu_title a{ font-size: 12px !important; }
Cheers!
JosueJanuary 5, 2014 at 8:35 pm #205651This reply has been marked as private.January 5, 2014 at 8:56 pm #205655The indentation of the menu item determines how it gets output.
Main Menu item
>Column Begins
>>Column ContentsRight now you are just doing
Main Menu item
>Column Begins
>Column BeginsYou *should* be doing
Main Menu item
>Column Begins
>>Menu Item
>Column Begins
>>Menu ItemSince you want each item to be the position of a new column. I’ve done 2 for you as an example. This is how the mega menu is created on the demo site except each column has multiple items in it.
January 5, 2014 at 9:08 pm #205659This reply has been marked as private. -
AuthorPosts
- The topic ‘Font style/size is different on sub menu’ is closed to new replies.