Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #887546

    [I had to move post # 886976 from the pre-sales forum to here. Long story! Yigit is familiar with the issues.]

    There are multiple issues.
    First, the mobile menu does work/is a mess in Enfold version > 4.7. I rolled back Enfold to version 4.7 on our Live site. Here’s a screenshot of it on our Staging site (or just look at mobile version of Staging url below): https://photos.app.goo.gl/R9LmcUHmCKmWqmP63

    Some of this is fixed if I disable UberMenu, but then that causes other problems.

    Second, another thing that the newer Enfold does (in Staging) is put an additional Search (magnifying glass) in the header, on top of the logo. Happens in full website and mobile site. It should only be to the right of the main menu. It’s ok on Live with Enfold 4.7.

    Yigit had asked me to create Admin accounts on Staging and Live for him, that info is included below.

    Thank you! Vicki

    #888116

    Hey breath-of-hope,

    Does your staging has a child theme with a header.php file with modifications?
    If so – the problem is located there as the modified file does not include the errors.

    Thank you

    Best regards,
    Basilis

    #888477

    Hello,

    You can see when logged in as Admin that there is not a header.php file in the child theme. So I’m not sure what you’re talking about “the modified file does not include the errors”? There is no modified header.php file in the child or parent theme. Did you use the admin info I provided?

    Thanks, Vicki

    #889320

    Hi Vicki,

    Sorry for the late reply!
    I am aware of the issue and what needs to be checked however login credentials did not work for me for either site. Could you please check them once again?

    Best regards,
    Yigit

    #889337

    Hi Yigit,

    Hmm those logins were working the other day, — I updated the pw’s with the default strong ones, they are below. I tried the Staging login and it worked.

    I’ve been hacking away at the problems and sort of fixed a number of them on Staging. – On Staging:
    1. It has the current version of Enfold
    2. Plugins updated
    3. WordPress updated to current version
    4. Fixed the search magnifying glass problem
    5. I disabled UberMenu and fixed the worst menu styling issues.

    I need to check with the Director to make sure that she likes this native mobile menu. (I like it better than the UberMenu mobile menu, it’s clearer.)

    If we stay with no-Ubermenu (likely), the issues I’ll need to resolve are (in Staging):
    1. In the mobile header, the menu area apparently has a white background that is overlaying the blue line of the bottom of the header area.
    2. In desktop version, there’s a line below the main menu item of the current page – I haven’t been able to figure out how to get rid of this.
    3. In desktop version, I may need to change the background color of the submenu, what is that styling?

    Thank you! Vicki

    #890093

    Hi Vicki,

    Glad you figured out most of it!
    1- I went to Enfold theme options > General Styling > Logo Area and changed Logo area background color to white.
    2- I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    span.avia-menu-fx {
        display: none;
    }

    3- Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    #890131

    Hi Yigit,

    Thank you for your help!

    I like that fix in #1 (Enfold > general styling > logo are to white bg) — good idea to get rid of that blue on the sides of the header! But that wasn’t the problem I was trying to fix. In the mobile version, there is what looks like a white background that is overlaying the thin blue line of the bottom of the header area. Screenshot of Staging mobile header: https://photos.app.goo.gl/RL9tL9i5eE9uCrqn1

    If you look at the Live mobile version, the thin blue line extends across below the header area. Screenshot of Live mobile header: https://photos.app.goo.gl/dkIyjGpWlzcMq30Q2

    Can I get that thin blue line to appear below the whole header area in Staging?

    Thanks again!! Vicki

    #890171

    Hi Vicki,

    Okay now i got it. I found following code in Quick CSS field

    #header_main_alternate, .main_menu, .main_menu #megaMenu
      {     display:block !important; background-color: #fff !important; z-index: 999; }  

    and changed it to

    #header_main_alternate, .main_menu, .main_menu #megaMenu
      {     display:block !important; z-index: 999; }  

    Please review your staging site.

    Best regards,
    Yigit

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