Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1234873

    Hello,

    I’m trying to add social icons into a footer widget. I’ve got this code in functions.php

    function enfold_social_icons( $atts ) {
    $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
    return avia_social_media_icons($social_args, false);
    }
    add_shortcode( ‘enfold-social-icons’, ‘enfold_social_icons’ );

    If you look here you can see the icons don’t show up…

    They are down in the footer. If I swap out the return to be an echo the icons show up, but then this causes them to show up above the widget title – https://puu.sh/GdWbg/cb87c932d2.png. So it needs to be return.

    Thanks much!

    #1235343

    Hey sasserp01,

    I tried to use the shortcode you posted and it worked fine on my end and I can also see that you are using the latest version.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1235422

    Ok that link is in the private content…

    #1235758

    Hi sasserp01,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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