Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #823056

    Can you please help?
    I reverted back to Enfold 4.0.6 because after updating to 4.1.2, I had three issues:
    1. On the desktop Chrome my Custom Background image was repeating itself (the top 5% of the image was repeated on the bottom before the text menu). – Please see image in Private Content
    2. On the iPhone Safari there was no burger menu. – Please see image in Private Content
    3. On the iPad Safari my Custom Background image was repeating itself (the top 5% of the image was repeated on the bottom before the text menu). – Please see image in Private Content

    My goal is to show the text menu on desktops and iPads, and to show the burger menu on iPhones.
    Please look at the Quick CSS I’ve been using that worked great before the 4.1.2 Update – Private Content

    Thank you.

    #823128

    Hey classywebsites,

    Please, to help you better, could you update the theme and enable the maintenance mode? – this way we can check this better.

    Best regards,
    John Torvik

    #823203

    Hi John,

    I have updated to Enfold 4.1.2.
    Since it is a live site, can you please review quickly?
    Thank you!

    #823930

    Enfold Team,

    Can you please review the issues 1,2,3 I listed above? I am still running Enfold 4.1.2 with errors on a live site..
    Is versison 4.1.3 coming soon? It seems many users are not getting the burger menu on iPhones.
    Thank you.

    #824050

    I know the Enfold Team is trying to fix many bugs in 4.1.2, so I am trying some fixes on my own.
    I fixed items 1 and 3 by going to Enfold > Header > Header Custom Height and changed it from 240px to 218px.
    Apparently, Enfold 4.1.2 changed some formatting.
    Hopefully, this will help others.

    Unfortunately, item 2 is still an issue: no burger menu on iPhone.
    Looking forward to your help. See Private Content.
    Maybe you can also update to LayerSlider 6.5.5 when you release Enfold 4.1.3?
    Thank you.

    #825214

    Hi,

    Can you please clear your cache and try again?
    Burger menu should be there to mobile by default.

    Best regards,
    Basilis

    #825244

    Hi,
    Did you test it on your iPhone or on http://quirktools.com/screenfly/ ?

    I’ve cleared cache on the hosting server and the local browser several times before and after your reply, but there is still no burger menu on iPhones.
    I also tested the site on http://quirktools.com/screenfly/ and there is no burger menu on iPhones.
    Per my initial post on July 18, can you please review my quick css for mobiel devices that Enfold provided in the past? See Private Content
    Many users are not getting the burger menu on iPhones and mobile devices.
    Thank you.

    #825257

    I have the same problem with NO MENU on either Android or iOS with Version 4.1.2.

    #826828

    Hi,
    There is an issue with Mega Menu and Kriesi is working hard to get it short out. We really appreciate your patience, until we have it short out.

    Best regards,
    Mike

    #827968

    Hi Mike,

    My issue has nothing to do with Mega Menu.
    My issue and it seems like other Enfold 4.1.2 users like @erikstorm_no is that there is simply NO MENU on iPhones or Android phones.
    Can you please post a notice: “NO MENU on iOS and Android Mobiles with Enfold 4.1.2” and fix it to the top of the support forum to let everyone know?
    Unfortunately, I am going to revert to Enfold 4.0.7 until you can fix all the problems with 4.1.2.
    Can you please update to LayerSlider 6.5.5 when you release Enfold 4.1.3?

    Thank you.

    #830473

    Hi,

    Did you revert back to the old version of the theme? Please update to the version 4.1.2 so that we can inspect the issue. After the update, toggle the Main Menu settings to refresh the settings and the designated scripts.

    Best regards,
    Ismael

    #830678

    I stayed on version 4.1.2. Just toogled the menu now: https://digitalopptur.no/

    Desktop is still fine, but NO menu on mobile.

    Please advise…

    #830764

    Since nobody from Enfold checked my Quick CSS code (Enfold provided months ago) with the private login details I provided on July 18, 2017 and so many people are reporting NO Mobile menu, I reverted to Enfold 4.0.7.

    Has Enfold 4.1.3 been released to fix the missing mobile menu? I did not see it on the Enfold changelog:

    Can you please check my Quick CSS code (Enfold provided months ago) with the private login details I provided on July 18, 2017 to see if they are incompatible with Enfold 4.1.2 and 4.1.3?

    Thank you.

    #831558

    Hi Ismael,

    I have once again updated to Enfold 4.1.2 and there is NO menu on mobile.
    Can you please check my Quick CSS code (Enfold provided months ago) with the private login details below?
    This item has been open since July 18, 2017.
    Thank you.

    #833004

    Hi,

    The CSS does include modifications regarding the menu
    You would need to remove them and go from start if you need to modify it an other way.

    Also – your child theme header.php file would need to be reverted as there are changes which you would need to chamge

    Best regards,
    Basilis

    #833010

    Can you please check my Quick CSS code (Enfold provided months ago) with the private login details below?
    Enfold 4.1.2 works fine on on desktop and iPad, but NO mobile menu. My Quick CSS is:
    div#header_main_alternate > .container {
    height: 45px !important;
    }

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
    background: #ffffff url(//www.skloff.com/wp-content/uploads/2013/10/skyline-header1.jpg) top center repeat scroll;
    }
    }

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 4px;
    font-size: 11px!important;
    }}

    @media only screen and (max-width: 768px) {
    .phone-info {margin:0 !important}
    }

    #mobile-advanced li > a:before {
    top:3px}
    #mobile-advanced a {padding:3px 28px !important}
    #top #mobile-advanced .visible_sublist {margin:0 0 0 20px}
    .avia_mobile .avia-icon-pos-left {margin:-0.6em .5em 0 0}

    I have seen Moderator Yigit recommend this Quick CSS to others for Enfold 4.1.2 with the same problem, but it does not display the mobile menu and magnify glass correctly on my website on mobile devices:
    @media only screen and (max-width: 767px) {
    .responsive #header_main_alternate {
    display: block;
    }}

    Can you please let me know what Quick CSS has to be replaced to get the mobile menu and magnify glass to show on the upper right hand corner in the header?
    Can you please test your suggestion on desktop, iPad and iPhone so all render correctly?
    Thank you!

    #833984

    Hi!

    The ticket is not replied more because as we said you will have to removed any modifications regarding to menu ( and if you have a child theme with header.php ).After that, if the menu works properly you can create a ticket requesting any further details and we will see what we have fix or customize

    Best regards,
    Basilis

    #834145

    Hi,
    I replaced the child theme header.php and now have the mobile menu and mobile search magnify glass!
    But:
    1. the mobile menu has a thin blue line above it and is beneath the header and inside the LayerSlider instead of on inside of the header on the right.
    2. the mobile search magnify glass has a thin blue line above it.

    Can you please help me get the mobile menu and mobile magnify glass in the header without the blue lines?
    Can you please test your suggestion on desktop, iPad and iPhone so all render correctly?
    Thank you!

    #834423

    Hi,

    I added following code to bottom of Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        border: none!important;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #834460

    Hi,
    Thank for trying. Unfortunately, that Quick CSS did not move the mobile menu and mobile magnify glass into the header, it is still beneath the header and inside the LayerSlider. It looks liek the blue line is gone from thw mobile magnify glass, but there still seems to be a small blue line above the mobile menu (just under the logo). Please see:
    http://www.skloff.com/sfg-mobile-080417.jpg

    This is how the menu was on Enfold 4.0.7:
    http://www.skloff.com/sfg-mobile-071017.jpg

    Can you please help me get the mobile menu and mobile magnify glass in the header like it was on Enfold 4.0.7?
    Can you please test your suggestion on desktop, iPad and iPhone so all render correctly?
    This is good site to test different devices, including iPhone 6/7 Plus:
    http://quirktools.com/screenfly/

    Thank you!

    #834473

    Hi,

    1- That blue line you are seeing is actually on your header background image.

    2- As my teammates mentioned earlier, you have made modifications on header.php and includes/helper-main-menu.php files on your child theme. Those files were updated in Enfold 4.1. You would need to copy those files from parent theme once again, apply the changes you previously applied and then replace those new files on your child theme.

    Best regards,
    Yigit

    #834489

    Hello,
    I’M having a similar issue, the “burger” menu is missing on mobile….BUT it is NOW on the Desktop version!
    Check it out http://coldcomfortgame.com/
    Please advise asap on how to REMOVE it from the Desktop version and put it BACK on the mobile.

    Thanks!

    • This reply was modified 6 years, 7 months ago by miobeeno.
    #834492

    Hi!


    @miobeeno
    according to this site – http://downforeveryoneorjustme.com/, your website is currently down.
    We might need temporary admin logins, therefore, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well.

    Best regards,
    Yigit

    #834499

    My bad! Link updated.

    #834513

    Hi,

    You are right – the thin blue line is actually on my header background image – my mistake.
    I updated both the both the header.php and includes/helper-main-menu.php files on my child theme.
    I now have the mobile menu and the mobile magnify glass in the header!
    But, now I have a few small items:
    1. The white mobile magnify glass blends into the header background image. How can I turn the color grey like the mobile menu?
    2. The mobile header is all distorted compared to the original:
    http://www.skloff.com/sfg-mobile-071017.jpg
    The distortion removes the phone number and is only showing a portion of the mobile header background image. How can I make it look like the original, but also keep the great mobile magnify glass?

    Thank you!

    #834557

    Hi,


    @classywebsites
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        color: #808080;
    }
    .header_color .header_bg {
        background-size: cover;
    }}
    


    @miobeeno
    There are some JS errors. Can you please try re-updating the theme via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/ and overwrite all files and then try de-activating all active plugins to check if that helps? If it does not, please start a new thread and attach temporary admin logins in private content field.

    Best regards,
    Yigit

    #834835

    Hi Yigit,

    That did it. Brilliant.
    It looks better than it did before Enfold 4.1.2.
    Thank you!

    #834844

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    #834875

    Hi,
    Yes. Please close this item.
    Thank you!

    #835015

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 30 posts - 1 through 30 (of 30 total)
  • The topic ‘No Burger Menu and Repeated Background Image After 4.1.2 Enfold Update’ is closed to new replies.