Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #822169

    Hi,
    I have seen that since today disappeared social icons on the main menu bar and I have problems also with mobile because I don’t see the button to display the menu.
    What happens? I did not make any changes in the last week.
    Thank you

    Luigina

    #822408

    Hey neonlights79,

    You can try adding the following code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
        display: block!important;
    }
    }
    

    Best regards,
    John Torvik

    #822594

    Hi John,
    I added the code but the problem is still there.
    If you see better the code into quick CSS you’ll see that there is a similar code.
    I have to solve this problem.

    Thanks

    #822804

    Hi neonlights79,

    I see two sets. Please clear you device cache or try on another device.
    This code will show your menu:

    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .av-logo-container .av-main-nav-wrap ul {
        display: block!important;
    }
    }
    

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

    #822963

    Hi Victoria,
    I don’t understand why I have this problem now because so far everything has gone well.
    I have two problems:
    1) social icons disappeared on the main menu bar
    2) on mobile I don’t see the button to display the menu
    I don’t understand which code I must keep. I already have this code to show social icons on mobile menu:

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
    display: block !important;
    }
    .av-main-nav-wrap ul {
    display: none!important;
    }
    }
    Thanks

    Luigina

    #824027

    Hi,

    I adjusted your custom CSS code JS code in functions.php file. Please review your website now

    Best regards,
    Yigit

    #824426

    Hi Yigit,
    thanks. Now there are social icons on the main menu bar but on mobile I remember that the menu button was on the right not on the logo website and without social icons and search button.
    is it possible to change this situation? I dont understand why everything has changed without touching the code.

    Thanks so much

    Luigina

    #824908

    Hi,

    I adjusted custom CSS code in Quick CSS field a little. Please flush cache and review your website.

    Best regards,
    Yigit

    #830332

    Hi Yigit,
    thanks!! Now it works fine.

    Luigina

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘problems with social icon’ is closed to new replies.