Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #805085

    Hi,
    the underline under the menu points is not visible in my page. Not when page is active and not on hover over a menu item.
    My header style is set to default. How can i fix that?

    Best regards,

    Sergej

    #805501

    Hey codeunity,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header_main {
        border-bottom: 0 !important;
    }

    Hope this helps ;)

    Best regards,
    Nikko

    #805599

    Hi,
    no i think you haven´t understand me right. The underline is NOT visible. I want to have it visible on hover. I think it´s a bug. On a older version of your theme it works fine.

    Best regards,

    Sergej Rube

    #805612

    Hi Sergej,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    If that doesn’t help, may we please have admin access into your site so we can take a closer look?

    Best regards,
    Sarah

    #805633

    Hi,
    below are the informations for the admin account. I have no Plugins installed. Please check it. Thanks!

    Best regards,

    Sergej

    #805968

    Hi Sergej,

    Thank you for that login infoformation. However, we will need admin privileges so we can check your Enfold Options in order to help you.

    Best regards,
    Sarah

    #805976

    Hi Sarah,

    Oh Sorry. Please try it again.

    Best regards,

    Sergej Rube

    #807313

    Hi Sergej Rube,

    Here is how you can do it:

    
    .current-menu-item,   .avia_mega.menu.av-main-nav .page_item a:hover {
    	border-bottom: 2px #6a36fe solid !important;
    }

    It’s just that many colors are almost invisible on the top image.

    Best regards,
    Victoria

    #807369

    Hi,

    thanks for your response. Thats no good solution. It is a bug. In my other enfold instance it works fine. Why i have to do a css-hack when it is a mayor feature in your theme? Whats about the selected Menu Item? Whats about the DropDown Menu? Thats not nice with your solution. I waited long for that response. Please look why that is not working and don´t give me code for a fast hack.

    Best regards,

    Sergej Rube

    #808012

    Hi together,

    your underline works only if you create a menu by yourself. The automatical createt menu doesn´t work with your underline. The automatic generated menu does not insert spans in the tag like avia-menu-fx,

    So that is the reason why a lot of your customers have problem with that.

    #808117

    Hi Sergej Rube,

    I checked and the code works on your website now. I did not give you any rule for “like avia-menu-fx”, don’t know what you’re talking about, I did not address any spans. The underline was there before, but it was light grey, so it was almost invisible. It works with top level menu.

    Best regards,
    Victoria

    #808466

    Hi,

    if fixed it now without any line of code… The problem is, when you don´t set a top level menu in your theme, wordpress creates a own menu from all 1st level sites. And that menu doesn´t work with the underline from your theme… The structure of the WordPress generated menu is:

    
    <li class="page_item page-item-23">
        <a href="http://blackforestdeveloper.de/beratung/" style="height: 88px; line-height: 88px;">Beratung</a>
    </li>
    

    When i create a menu and check the box “Enfold Child Main menu” in the menu settings then the UNDERLINE works because the structure looks so:

    
    <li id="menu-item-356" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-23 current_page_item menu-item-top-level menu-item-top-level-3">
       <a href="http://blackforestdeveloper.de/beratung/" itemprop="url" style="height: 88px; line-height: 88px;">
             <span class="avia-bullet"></span>
             <span class="avia-menu-text">Beratung</span>
             <span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>
        </a>
    </li>
    

    There are 3 spans which are getting generated. And the last span: avia-menu-fx is the UNDERLINE. It´s a mayor feature of your theme. I doesn´t need any line of code.

    The only Problem is to check the box in the menu settings and choose the DEFAULT style of the header in the enfold options.

    Best regards,

    Sergej

    #809661

    Hi,

    Glad that you managed to solve the issue and thank you for the info. Could you please provide a screenshot of the option for reference?

    Best regards,
    Ismael

    #809779

    Hi,

    below i send you a link with the screenshots. The link expires in 10 days.

    Summary for testing:
    1. If you don´t create a menu and don´t check any box in the menu settings, then the underline doesn´t work. The Menu is generated from existing sites by wordpress

    2. If you create a menu and check the box like in the screenshot, it works.

    Best regards,

    Sergej

    #810412

    Hi Sergej,

    Thank you for sharing!

    Best regards,
    Victoria

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.