Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1174651

    Hello,

    I don t see any social buttons when i visite my website (both mobile view and desktop view) https://www.boogbelastingen.nl on my smartphone (samsung 8+, android) .

    Is this normal, or doesn t this theme show social icons on smartphones ? Or is this an error?

    Kind regards,

    Wout Boog

    #1174836

    Hey Wout,

    They are hidden by default yes, if you want to show then on mobile then please try this in Quick CSS:

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

    Make sure that you select to delete the old CSS and JS files under Enfold->Performance before checking the results.

    Best regards,
    Rikard

    #1178500

    Hello Rikard,

    Thank you again for your reaction and solution.

    Best regards,

    Wout

    #1178653

    Hi Wout,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1178777
    This reply has been marked as private.
    #1178922

    Hi Wout,

    I see your social icons on mobile on my end, did you try to load the page in an incognito/private window?

    Best regards,
    Rikard

    #1180278

    hello rikard,

    i still don t see any social icons on my cellphone or the one of a collegaue of mine. he has an iphone.

    kind regards,

    wout boog

    #1180391

    Hi boogbelastingen,

    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: 989px) {
        .responsive #top #wrap_all #header #header_meta .social_bookmarks, 
        .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
            display: block;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1180509

    Hi Victoria,

    Thank you for your solution. The social icons are now visible on my smartphone.

    Thank you again, you can close this topic.

    Kind regards ,

    Wout Boog

    #1180633

    Hi Wout,

    Great, I’m glad that Victoria could help you out and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘social icons mobile version website’ is closed to new replies.