Tagged: enfold, header area, social media icons, social profiles, socket, top bar
-
AuthorPosts
-
March 17, 2015 at 12:00 am #412667
How in the world do you find where to edit sockets?
Is there a manual for this theme? I cannot find my way around anything. I am fumbling around like an old man trying to set a VCR.
Please help.
March 17, 2015 at 1:56 am #412715Hey James!
You can edit the socket’s contents in Enfold > Footer.
Regarding documentation look for the this file in the package you downloaded from Themeforest, you can also check the online documentation here: http://kriesi.at/documentation/enfold/
Cheers!
JosueMarch 18, 2015 at 1:53 am #413322Thanks for the reply!
I am not getting anything to change the sockets under that.
I do get to say if they appear or not, just nothing that allows me to edit them.
- This reply was modified 9 years, 8 months ago by JamesEisert.
March 18, 2015 at 5:07 am #413369Hi!
There are three things you can put in the socket:
1. Copyright text (appears at the left), set in Footer > Copyright
2. Social icons, you need to first set them in Social Profiles and then check the mark in in Footer > Social icons
3. Custom menus, in Appearance > Menus, set the menu to appear in the socket in the Enfold Footer menu location.Once you set those three things your socket will look like this:
Regards,
JosueApril 23, 2015 at 3:43 am #433203Hello,
I am having a technical issue with step 2. Social profiles appear fine when placing them in the ‘top bar’ and ‘header area’; however, they do not appear when checking the mark in the Footer > Social icons.
Please advise.
April 23, 2015 at 3:47 am #433205This reply has been marked as private.April 23, 2015 at 4:37 am #433213Hi!
It’s because you have a modified footer.php in your child theme, you are missing this part:
if(avia_get_option('footer_social', 'disabled') != "disabled") { $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); }
I’ve added it now and you can see that the icons are showing up.
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.