Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1187423

    I can’t seem to get the social media profiles to show on mobile version. I have them set to show in “main header” but I have also tried them on left and right version and they still don’t appear on mobile.

    Can you suggest a fix please?

    Is it possible to add them to the bottom of the menu on mobile if they can’t be displayed on header?

    Logins below

    #1187450

    Hey bauchope,

    The admin info is not working for me. Can you check again.

    Best regards,
    Jordan Shannon

    #1187636

    Hey Jordan,

    I just checked it and it’s working for me.

    Can you try once please?

    #1187838

    Hi bauchope,

    The website did not load on my end either. Is the hosting limiting the locations from where it is accessible?

    Best regards,
    Victoria

    #1188854

    hello, I have checked with our hosting and they say there is no blocks and that the access details are correct. if the problem persists then can you send me a screenshot of the error message you get.

    issue with social media icons not appearing in mobile version remains though.

    many thanks in advance
    Kim

    #1189089

    Hi Kim,

    I still cannot reach the website. I will ask my colleagues to have a look.

    Best regards,
    Victoria

    #1189099

    Hi,
    Thank you for the login, I added this css to show the social icons on mobile and I changed the logo container width a little so the burger menu would not be on top of the logo:

    @media only screen and (max-width: 767px) { 
    	.responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block !important; 
    }
    .responsive #top #wrap_all .container {
        width: 92% !important; 
        max-width: 92% !important; 
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1189469
    This reply has been marked as private.
    #1190391

    Hi,
    Sorry for the late reply, please try going to Enfold Theme Options > Header > Extra Elements > Header Social Icons and choose one of the options to show the social icons in the “top bar”
    Then add this css for it to show on mobile:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Mike

    #1190406

    many thanks

    #1190509

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1190532

    sorry. please close the topic

    Regards
    Kim

    #1190544

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Social Media profiles not showing on mobile’ is closed to new replies.