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
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:
Best regards,
Yigit
Hi Yigit, thanks herewith my detail:
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
Thanks a mil it worked!!
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