Main-Menu

Viewing 15 posts - 1 through 15 (of 20 total)
  • #18863
    ctown
    Participant

    First of all, Great Work, this is an wonder- an powerfull theme. Easy to use and customize.
    I have a question: Where can I find the “More”-tag in the mobile-navigation? I want to translate this, but I can´t find it in the theme-files.

    #18900
    Daniel Tara
    Keymaster

    We’ve just realized the navigation more link is not translatable. It will be made translatable in the next version. Thank you for your feedback.

    #18925
    Websiteles
    Participant

    I still have an issue with the mega-menu. The top level item with css class mega-menu keeps showing in the dropdown, no mather what I do. How do I construct it so that the top item doesnt show in the drop down?

    #18937
    Daniel Tara
    Keymaster

    As you can see that doesn’t happen here. Can you post a link to your website?

    #18988
    Websiteles
    Participant

    Hi Daniel, my site isnt live yet but soon will be. I sent you login info so you can check it out.

    #19083
    cadmelo
    Participant

    Hello support team. I would like to congratulate you for this awesome theme!

    I’m, having the same issue regardind the top level item with css class mega-menu that keeps showing in the dropdown, has reported by Websiteles.

    Could you give me a hand here, please?

    Best regards,
    Cesar

    #19164
    Websiteles
    Participant

    Hi Cesar,

    Have you figured it out yet?

    #19595
    thomason
    Participant

    Hi there. First thank you for the great theme!!!

    I also have the same issue with the menu. My top level item always shows in the dropdown. Is there a way to do it like in the menu from the demo page?

    My website: srilankakitesurf.com

    Thanks Thomas

    #19596
    Daniel Tara
    Keymaster

    I have checked your website in Chrome, Firefox, Safari and IE and the only browser I found this happening is IE. That’s probably because IE’s font antialiasing makes text look wider.

    Since you’re not using menu item descriptions try switching to the small navbar under Theme Options → General → Navbar Size, this will decrease the padding on menu items and allow for more space between the site title and navigation.

    If you still want to use the large navbar you can decrease the padding on menu items by adding this to your custom CSS:

    .navbar-large .nav > li > a {
    	padding-left: 15px;
    	padding-right: 15px;
    }

    By the way, I like what you did with your website, this is one of the few occasions I see the theme’s features put to proper use. I have one small observation: I see you wanted to remove the blog tagline by deleting the text from “Blog Pages Header Text”, this however left a horizontal line above the blog posts. The proper way to remove the tagline is to go to Theme Options → Templates and drag the “Archive Location” function from the right to the left column.

    #19597
    thomason
    Participant

    Hi Daniel

    Thanks for your reply. I am a bit confused now, but is this the answer to my question or someone elses?

    Sorry if i got that wrong

    Thanks Thomas

    #19598
    Daniel Tara
    Keymaster

    What I replied above is concerning your website. Up until and including the code it answers your question and what follows is a personal observation. To avoid confusions like this it’s always a good idea to open a new topic, even if the question at hand is related to an existing topic.

    #19599
    thomason
    Participant

    Thanks for ur quick reply, but i think you got me wrong then 😉

    My problem is, that i have my top level item “Kite Spots” and when i open the Drop Down Menu “Kite Spots” appears there again. I would like to not show “Kite Spots” when i open the Drop Down menu.

    I’ll open a new topic next time, sorry.

    #19601
    Daniel Tara
    Keymaster

    I’m sorry for the misunderstanding. The menu item is repeated in the submenu because it contains a link. Since links in menu items with drop-downs are inaccessible because a click opens the drop-down, the links are inserted inside the drop-down. If you don’t want the item to repeat itself then add it as a custom link and insert a # in the URL field or leave it blank.

    #19907
    Chicken_3H
    Participant

    Hi Daniel.

    Yes, this works.

    Nevertheless the behaviour and the way to deal with it is strange and differs from all the wordpress themes I’ve used before. When I usually create a site like e.g. “site1” and some sub-sites (“site1-sub1” and so on), then add them to the menu (in Design > Menus) via the “sites” selection, there was never a duplicated item “site1”.

    Can you adjust the code in a future update please?
    Thank you and best regards, Christian

    #19909
    Daniel Tara
    Keymaster

    Sorry, negative. Think of it this way: Traditionally drop downs used to open on hover so the link inside parent item was still accessible on click. In Enlightenment drop downs open on click so links inside parents are inaccessible. To counter this behavior items with a link are cloned as the first element of their dropdown. This happens only when the item actually has a link, so if you don’t want to clone the item in the dropdown you just put a hashtag(#) or leave it blank. It’s simple and no need to change anything.

Viewing 15 posts - 1 through 15 (of 20 total)

Tagged: 

You must be logged in to reply to this topic.