Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #732417

    Hi,
    I recently changed my website hosting and it appears that my social icons in the footer has disappeared.
    Then I got a message on my board telling me that I had a problem with Redis Object Cache.
    So I upload it as a plug-in and got a new msg telling me that I had to change the php.
    Then I removed Redis Object Cache, installed it again and now the msg is not there anymore, and so the social icons.
    I checked the custom CSS and all the options. Everything seems to be fine though.
    Do you have any idea ?
    Thank you

    #732536

    Hey naomi,

    I can see the social icons in your footer fine on my end, I’m guessing you managed to get it working?

    Best regards,
    Rikard

    #732559

    Thanks for your message. Well,I have no explanation :
    I did what I wrote you in my first post, let the website running a few hours, and now I’m coming back and everything works.
    I guess I just had to wait !

    #732589

    Hi,
    I have one more question :
    On my computer and on mobile phone, my social icons seem to be quite centered, but on tablet they are not.
    Is there a quick css I can add I to make it possible ?
    Thanks

    #734393

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #socket .social_bookmarks {
        width: 100%;
        left: 0;
        margin: 0;
        text-align: center;
      }
    
      #socket .social_bookmarks li {
        display: inline-block;
        float: none;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #862416

    Oh, I’m realizing now that I never replied.
    It worked perfectly ! Thanks for your help and for your time !

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘social icons disappeared after website transfer’ is closed to new replies.