Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #412715

    Hey 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!
    Josue

    #413322

    Thanks 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.
    #413369

    Hi!

    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,
    Josue

    #433203

    Hello,

    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.

    #433205
    This reply has been marked as private.
    #433213

    Hi!

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.