Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #820577

    Hi team,

    Small issue with a site im working on. Have cleared cache.
    There has been some custom CSS added to style the menu in desktop, however the white text is showing on mobile menu instead of #2f3393 making it look as though there is no menu text.

    I know this will be a simple fix but trying to get finished to go live tomorrow so was wondering if you guys could solve this issue for me quickly :) whilst I carry on…login details added in private section

    It seems its only the main menu text colour, sub menu colour is correct.
    https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/IMG_6936.png
    https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/IMG_6937.png

    Thanks guys

    #820583

    you have here the oportunity to go to Enfold Options Page – Advanced Styling on “select an Element to customize” choose: “Menu Links in Overlay/Slideout – press “Edit Element”

    On the new Input field you now can do a lot of things with that menu – even font-family etc.

    #820584

    Thanks for the quick response…
    I did go to those settings however it made no difference (see screenshot) and added the colour for the menu font
    https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/Screenshot-2017-07-13-14.44.44.png

    So made me think that its in the custom CSS that was added by another member of the team.

    Can you help?

    #820601

    hm i thought that the settings here will overwrite even the quick css settings. than without the real link i could not help you.

    this is color definition of that part – try to find a similar rule in your quick css to get rid of it:

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        color: #2f3393
    }
    • This reply was modified 7 years, 4 months ago by Guenni007.
    #820726

    I have found the cause of the problem in the custom css file…its the first nav-wrap rule, I tried to add the same to mobile styles but with #2f3393 and !important…no change…removed to copy and paste code here.

    I cant find any burger related rules in quick css or additional css…below is the css found in the “custom css” file

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    .av-main-nav-wrap ul * {
       color: #fff;
    }
    #header_main_alternate {
         background-color: #2f3393;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
     background-color: #00aeed;
    }
    .header_color .avia-menu-fx {
       border-bottom-color:  #00aeed;
       background-color:  #00aeed;
    }
    
    .av-main-nav-wrap ul.sub-menu * {
       color: #2f3393;
    }
    
    #header_main{
    border-bottom-width: 0px !important;
    border-bottom-style: solid;
    z-index: 1;
    }
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }
    

    This is the only issue preventing the site to go live now…please help! :D Thanks

    #820727

    and by the way for the icon color there is an extra styling tab on enfold – main menu – burger/mobile menu styling. on new 4.1

    – no custom.css might be overwritten by quick css

    so if you don’t habe a life link – than you have to wait for mods here – and give them the login datas.

    • This reply was modified 7 years, 4 months ago by Guenni007.
    #820730

    Yes but this is just for icon styling, which is already the correct colour, now updated to 4.1.1

    Its just the mobile menu text that is being over-ridden to #fff from the above rule.

    I cant show you the site as it not live and hidden behind a holding page plugin for now.

    #820747

    But its on mine with a black background after I went with mouse over items:

    #821147

    Hi adrianwackernah,

    I checked on mobile, there is no black background. Could you please clear the cache on your device and/or try on another device and let us know if the issue persists.

    Best regards,
    Victoria

    #821148

    Hi bluebubble,

    This is what I am seeing, is this how you want the menu to be, or do you need to change colors?

    Best regards,
    Victoria

    #821153

    Hi Victoria,

    Thanks for the reply. That is how it looks now, as a workaround I changed the background to grey so the white text would show.

    The text on mobile should be #2f3393 with white background, however the #fff colour from the main desktop menu is colouring the text white instead of the dark blue…therefore making it impossible to read.

    My login details are provide above.

    Its coming from the custom.css file as mentioned, as there was some custom work done to the menu area.

    Thanks again.

    #821169

    Hi @victoria, I am sorry, but I switched back to traditional menu on desktop on live site. This issue is not for visitors.

    I have setup a burger menu on my staging site at https://stage.bildmanufaktur-wackernah.de

    That what I see is only on Safari on desktop and only, if I have min. two top level items in menu. There seems to be wrong css for on mouse out. Means, if I move with mouse over items in menu, leave item one and move over to item two, then item goes black. Looks like a random, even how long I stay with mouse over item. If I have only one top level item followed by second level items then issue disappears.

    Beside this, I have a four column footer setup. If I have burger menu on desktop activated and in conjunction with issue above, the content in column three and four disappear. They are in source code but not visible. This issue is on Safari and Chrome on Mac.

    #821304

    Hi bluebubble,

    You can set the menu back to white, the text will be blue with the code below. You code would have worked, if there was a closing bracket to the media query, so you can use your code, just close the bracket or use mine.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a * {
        color: #2f3393;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #821314

    Hi adrianwackernah,

    Thank you for the staging :) I do not have the same issue in Chrome or Safari on a MacBook, and it’s so hard to catch that black color for the mouseout, but I did!

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    html, #scroll-top-link {
        background-color: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #821438

    Hi victoria, your solution didn’t work. It seems, that if I am a top of page and call menu, then you find underneath first item in menu the breadcrumb. This seems to be the issue, because if I scroll a bit down on page and did a call of menu than, this issue went away. Maybe it is a kind of layer bug?

    The issue with the missing content / custom menu in footer is solved, as Nikko send me a quick fix: #821368

    #822534

    Thanks Victoria, as always, a second pair of eyes spots the issue.

    Thanks for your time.

    #822606

    Hi bluebubble,

    Glad we got it woking for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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