Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #204193

    How can I fix?

    #204194

    Hey gdeadtoo!

    Can we see the site and error live? By default this isn’t the case.

    Cheers!
    Devin

    #204275

    Devin,

    here’s the link

    http://muse2.easterndrive.com/

    thanks

    #204282

    Looks 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.

    #204307

    I 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?

    #204316

    Hey!

    You can upload your screenshots on imgur.com or Dropbox and post the links here

    Regards,
    Yigit

    #204320
    #204373

    Hey!

    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,
    Josue

    #204419

    I’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?

    #204438

    Hi!

    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!
    Peter

    #205379
    This reply has been marked as private.
    #205381

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #205569
    This reply has been marked as private.
    #205619

    Hey!

    You had the first menu “contentmuse” done correctly. I did the same thing for your other menus.

    Regards,
    Devin

    #205621
    This reply has been marked as private.
    #205624

    Then you would need to put each item in its own column instead of all items in a single column.

    #205637
    This reply has been marked as private.
    #205638
    This reply has been marked as private.
    #205642

    Hey!

    This code will do it (put it on Quick CSS):

    .mega_menu_title, .mega_menu_title a{
        font-size: 12px !important;
    }

    Cheers!
    Josue

    #205651
    This reply has been marked as private.
    #205655

    The indentation of the menu item determines how it gets output.

    Main Menu item
    >Column Begins
    >>Column Contents

    Right now you are just doing
    Main Menu item
    >Column Begins
    >Column Begins

    You *should* be doing
    Main Menu item
    >Column Begins
    >>Menu Item
    >Column Begins
    >>Menu Item

    Since 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.

    #205659
    This reply has been marked as private.
Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Font style/size is different on sub menu’ is closed to new replies.