Tagged: ,

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #748060

    Hi —

    I like the way the “Enfold RSS Link and Twitter Account” widget displays in the footer (it’s more prominent than social icons in the socket), but would like to add “Facebook” to that widget. Is there an easy way to do that? (I’m not a php coder, moderate in my wordpress skills, was hoping I could just drag a widget down to include facebook and twitter (especially).

    You can see its current display in the footer at http://www.phonymoralguidance.com — I’d like to add facebook to that display. There may be a better solution that the widget, including third party options. I’m using a child theme — want to avoid anything that would be wiped out by theme updates.

    Thanks!

    #749924

    Hey!

    Please add the code i posted in private content field into a text widget in one of the footer widget areas in Appearance > Widgets and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget .social_bookmarks li {
        clear: none!important;
    }

    Best regards,
    Yigit

    #759109

    I would also like to add this functionality for more prominent Social Icons in the footer. Could you kindly share the code w/me, as well? Thanks.

    #759110

    Hey!


    @jefflovell
    Can you please post a link to your website? We need to inspect elements on your social icons and provide you HTML code you need to add to text widget :)

    Cheers!
    Yigit

    #759112

    Thanks. Link in Private Content. Social Icons are currently in the socket, but I want to move them to a more prominent size in the footer.

    #759114

    Hi!

    Please add following code to text widget in Appearance > Widgets – http://pastebin.com/k25Uf2Kp

    Best regards,
    Yigit

    #759119

    Thanks. I added the code, but only the Facebook is displaying in the widget. Strange?

    #759165

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .widget .social_bookmarks li {
        clear: none!important;
    }
    

    Best regards,
    Yigit

    #759175

    Hi — I was the original poster, and I was never able to get it to work either. Likewise, if I recall, only one of the icons showed up.

    So ended up punting and staying with the the small icons in the “socket”. But I’m still interested if there’s a way to display both twitter and facebook in the larger icons in the footer, as is displayed in the “Enfold RSS Link and Twitter Account”. Thanks!

    link:

    -Brad

    #759447

    Hi,
    If you only had one icon show up, you needed to add this code in the General Styling > Quick CSS field:

    .widget .social_bookmarks li {
        clear: none!important;
    }

    I tested your RAW pastebin code above: http://pastebin.com/T2h0cT4X with the Quick CSS on my localhost and it work correctly in a footer widget. Please try again :)
    via GIPHY

    Best regards,
    Mike

    #761862

    Hi,

    I would also like to add scoial icons in the footer area. Could you help me please.

    #761924

    Hi,


    @seykom
    sure! However, firstly you should choose to display them in header or in footer socket section so we can provide you HTML code you can insert in footer widget area to display your icons

    Best regards,
    Yigit

    #761950

    Done!

    #761952

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget .social_bookmarks li {
        clear: none!important;
    }

    and then add following code – http://pastebin.com/CeFSu2m3 into a text widget in Appearance > Widgets

    Cheers!
    Yigit

    #761971

    Great, it worked. But is it also possible to make them a bit bigger and to change the colour of the inactivated icon and seperator?

    #761980

    Hey!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .social_bookmarks li {
        border-color: white;
    }
    #footer .social_bookmarks li a {
        color: white;
        font-size: 16px;
    }

    Cheers!
    Yigit

    #926668

    Hi,

    I just changed some elements in my footer and suddenly the facebook icon is a “mailto”-link. Could you please fix that? I couldn´t find the mistake in the code.

    Thanks

    #926669

    Sorry, it´s correct again

    #926966

    Hi,
    If I understand this correctly, we can close this?

    Best regards,
    Mike

    #927172

    Yes :)

    #927196

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘adding social icons (including facebook) to footer via widget’ is closed to new replies.