Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #918142

    How do I have a footer widget that has icons next to each other with text.

    screenshot – https://imgur.com/a/BqF66

    full page mockup – https://imgur.com/a/iOWYx

    dev site – http://spadeconsult.com/home/

    #918180

    Hey navindesigns,
    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.
    For example, the shortcode for the phone icon is:

    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]

    Best regards,
    Mike

    #918772

    Thank you!

    One last thing, how do I make them a 2×2 layout instead of everything stack ontop of eachother

    #918784

    also the skype and wechat icons are not showing up on the front end

    here is the shortcode

    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] 65.8808.3808

    [av_font_icon icon='ue90d' font='entypo-fontello' size='20px'][/av_font_icon] spadeconsult

    [av_font_icon icon='uf232' font='entypo-fontello' size='20px'][/av_font_icon] 65.8808.3808

    [av_font_icon icon='uf1d7' font='entypo-fontello' size='20px'][/av_font_icon] spadeconsult

    I have uploaded all 4 of my icons (with Iconfont Manager) and only the first 2 showing up

    #918787

    Hi,
    I added two div’s to your widget code, wl (widget left) & wr (widget right) so it looks like:

    <div class="wl">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] 65.8808.3808
    [av_font_icon icon='ue90d' font='entypo-fontello' size='20px'][/av_font_icon] spadeconsult</div>
    
    <div class="wr">[av_font_icon icon='uf232' font='entypo-fontello' size='20px'][/av_font_icon] 65.8808.3808
    [av_font_icon icon='uf1d7' font='entypo-fontello' size='20px'][/av_font_icon] spadeconsult</div>

    Then I added this css in the General Styling > Quick CSS field:

    .textwidget .wl {float: left;}
    .textwidget .wr {float: right;}

    For this result:
    2018-02-27_213049

    Best regards,
    Mike

    #918788

    wow thank you so much

    i just had one more comment about 2 icons not showing up

    can you assist with that too?

    #918798

    Hi,
    The font type was actually ‘skype’ It’s working now, please check.

    Best regards,
    Mike

    #925323

    You are the best

    Thanks

    #925486

    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Social Icons with text next to each other in footer widget’ is closed to new replies.