Okay
  Public Ticket #319637
Some basic questions
Closed

Comments

  • John started the conversation

    I found using the demo and building off that much easier.  Here are some questions:

    1) At the top of the page, how do I remove the page links? 

    2) Is there any way to reduce the header around my banner so my customer banner is not wrapped in the theme (Cyan in my case)

    3) For the main navigation, how do I enable hovering and expanding to other pages? I tried to make one page a subpage of another but the link just disapears (Notice the demo page activate is missing)

    4) How can I also add catagories to the navigational bar? (Like this http://picra.ca/category/news/) News is not a page but a catagory.  

  •  93
    djwd replied

    Hi there,
    thank you for your purchase.

    1. If you don't need a top menu, quickest solution would be to create an empty menu and assign it to the Utilities Location (Appearance > Menus)

    2. The padding is automatic, try by pasting this in the Advanced > Custom CSS textarea.

    #mgm-branding {padding:0!important}

    3. If you mean the post previews under the menu items as in the live demo, you can enable them for parents category in Posts > Categories > *Your Category > Show Posts Preview in Main Menu 

    4. You need to add categories in main menu through native WP functions in Appearance > Menus. Please have a look at official wordpress documentation to learn more about wp menus. (This also necessary to do for point no.3)

    Hope this helps

    Regards
    djwd

    Regards
    djwd

  • John replied

    Thanks so much, this helped a lot.