Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Joyn
  • #132428
    Keremdo
    Member
    Post count: 111

    Hey Guys, i have some Questions:

    1. When scrolling down, the submenu looks broken, please click on “Über Exklusy” after scrolling down the site and after the header resizes, a space appears between the Navigation and the Submenue…

    2. How can i change the Header Link Color, for example the Search or the Wishlist Button in the Header/ Navigation? when selecting another color with the Colour Customizer, nothing changes on the Site.

    3. The Page doesn’t scroll smooth in my Oppinion, is there a possibility to change that?

    4. Is it possible to change the footer a little bit, for example to add the Lines left and right the Title for every widget as in the Neighborhood theme?

    Attachments:
    You must be logged in to view attached files.
    #132928
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your questions will also need admin access?
    Use the private reply option.

    -Rui

    #132983
    Keremdo
    Member
    Post count: 111
    This reply has been marked as private.
    #133260
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1- Add the code below to your custom css option.

    
    nav.std-menu ul.sub-menu {
    top: 85px!important;
    }

    2- Add the code below to your custom css option.

    
    .header-right ul.menu > li > a{
    color:#CCC!important;
    }

    3- It seems fine for me, tested in Chrome.

    4- Unfortunately that change it’s not so easy has it looks, because the footer html structure is different from Neighborhood.

    -Rui

    #138801
    Keremdo
    Member
    Post count: 111

    Hey, thanks but i still have an issue with the submenu, on your demo page it always fits with the navigation but now the menu on exklusy.de does not fit well after your code…
    it fits after scrolling down, after resizing, but without resizing ( header ) the submenu does not fit as seen in your demo, its too close.

    Greetings

    #138820
    tryanmac
    Member
    Post count: 8

    Hey Keremdo – I had this problem too. I watched the css change between states (re-sized/normal) in my web inspector in safari.

    I found that when re-sized there was a special class appearing that I could target the height:

    
    .full-center.resized-header .sub-menu{
    top:70px!important;
    }
    

    In my case the menu is 70px tall when re-sized. Normally it is 100px tall. You obviously need to substitute for 85px.

    #139075
    Keremdo
    Member
    Post count: 111

    hey,

    thanks but that does only change the Submenu after resizing when scrolling down, my problem is the submenu with the normal Header, it is way to high and as you can see :
    http://www.exklusy.de

    Any Ideas? in the Demo it always fits just below the header, and i don’t know what happened or why it does nit work on my site…

    #139276
    Keremdo
    Member
    Post count: 111

    Hey,

    i found out when switching to Mega Menu it works perfect!
    Is it then maybe possible to reduce the width of the mega menu?

    -Steve-

    #139616
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The problem is that the mega menu starts on the left so if we reduce the width you will have the sub menu on the left of a menu to the right.

    Can you disable the mega menu so I can check the issue?

    -Rui

    #139629
    Keremdo
    Member
    Post count: 111

    Hey,

    done!
    -Steve-

    #139724
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you replace the previous code I provided by this one below.

    
    .is-sticky nav.std-menu ul.sub-menu {
    top: 75px!important;
    }

    -Rui

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register