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

    Hi there Support!
    Thanks for an awesome theme!
    Just a question, I created two social media links, and checked it so that it should show in the socket, but nothing..
    I read in one of the threads that I must try the following code:

    #top .social_bookmarks {
    visibility: visible !important;
    }

    but still nothing shows?? Am I missing something? Please advice?
    I had the same problem with the hamburger menu, – fixed that with installing the demo.

    Thanks in advance

    #741272

    Hey AmberjadeRochi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #741288

    Hi Yigit, thanks herewith my detail:

    #741298

    Hi!

    I see that you have made changes on footer.php file on your child theme. That is why social icons are not showing up.
    Have you made those changes to hide Kriesi.at backlink?
    If so, please remove footer.php file from your child theme and then add following code to Functions.php file of your child theme

    add_filter("kriesi_backlink","new_nolink");
    function new_nolink(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }

    Regards,
    Yigit

    #741331

    Thanks a mil it worked!!

    #741335

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Socket social media still not showing’ is closed to new replies.