Tagged: social media icons
-
AuthorPosts
-
January 30, 2014 at 10:43 pm #217193
Is it possible to place the social media icons in a widget so I can have them in my sidebar?
January 30, 2014 at 10:46 pm #217195Also how do I remove the social media icons from the header? I still want to use “Non-fixed header with social media icons and additional navigation” as my header type setting because I want to have the phone number up there.
Thank you.
January 31, 2014 at 1:00 am #217240Hi,
Can you post the link to your website please?
Regards,
JosueJanuary 31, 2014 at 8:01 am #217330brixenivy.com/newsite
btw i figured out how to remove the icons from the header.
still wondering how to get them in a widget
February 2, 2014 at 8:21 pm #218492Hey!
Copy the HTML in a Text Widget:
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_yelp social_icon_1"><a target="_blank" href="http://www.yelp.com/biz/brixen-ivy-chicago" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello" title="Yelp"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/TheBrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_facebook social_icon_3"><a target="_blank" href="https://www.facebook.com/BrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"></a></li><li class="social_bookmarks_youtube social_icon_4"><a target="_blank" href="http://www.youtube.com/user/BrixenIvyRooftop" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="contact" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>
Regards,
JosueFebruary 3, 2014 at 3:48 pm #218826can I get the code to remove the social icons in the header please? Thanks
February 3, 2014 at 3:51 pm #218829Hi!
You can go to Enfold theme options > Header tab and click on X icon to remove social icons http://i.imgur.com/HzjND7a.jpg
Or you can add following code to Quick CSS in Enfold theme options under Styling tab#top .social_bookmarks { display: none; }
Best regards,
YigitFebruary 3, 2014 at 4:12 pm #218839That’s great! Was wondering if I can have a 4th column on footer in a boxed layout to put social icons in? Its not showing up with the code posted above. Thanks
February 3, 2014 at 4:20 pm #218842Hey!
Yes it is possible, please go to Enfold theme options > Footer tab and choose “4” in Footer Columns section http://i.imgur.com/OjgcUhJ.jpg
Cheers!
YigitFebruary 3, 2014 at 7:07 pm #218926Josue,
Thank you for the social media icon html. This code works fine in a avia layout builder text box. But in a widget the icons stack horizontally and only the first one is visible. Can you solve that bug?
Test page here (shows four samples: 1)1/3 custom widget, 2)full width custom widget, 3)avia layout builder text box, 4)footer widget:
http://www.brixenivy.com/newsite/social-media-test/This is the code (from above) that we are talking about:
<ul class=”noLightbox social_bookmarks icon_count_5″><li class=”social_bookmarks_yelp social_icon_1″><li class=”social_bookmarks_twitter social_icon_2″><li class=”social_bookmarks_facebook social_icon_3″><li class=”social_bookmarks_youtube social_icon_4″><li class=”social_bookmarks_mail social_icon_5″>
February 3, 2014 at 7:22 pm #218934Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#text-12 .widget li, #text-13 .widget li { clear: none; } #text-12 .social_bookmarks li, #text-13 .social_bookmarks li { float: none; }
Best regards,
YigitFebruary 3, 2014 at 8:58 pm #218982Yigit,
Thanks for your reply. I put the code in and nothing happened.
February 3, 2014 at 9:00 pm #218985i have ONE OTHER bug with this site that I need help with.
About the time I inserted the social media icons in the socket the socket menu became dead (meaning the links on the text menu in the are no longer working).
Can you take a look?
February 3, 2014 at 9:12 pm #218987Ok I figured out this problem:
[i have ONE OTHER bug with this site that I need help with.
About the time I inserted the social media icons in the socket the socket menu became dead (meaning the links on the text menu in the are no longer working).
Can you take a look?]
In order to remove the social media icons from the header I commented out this line in header.php
/* if(strpos($headerS,’bottom_nav_header’) === false) avia_social_media_icons($social_args);*/And that broke the links in the footer.
I have reversed this fix.
February 3, 2014 at 9:14 pm #218988But there is a problem with this code for removing the icons from the header:
#top .social_bookmarks { display: none; }This makes the social media icons disappear everywhere. I want to remove them from the header and make them appear in widgets and avia layout editor text boxes.
February 3, 2014 at 9:16 pm #218991See:
http://www.brixenivy.com/newsite/social-media-test/I want to remove the icons from the header and keep them in the socket and make them view properly in the widgets.
February 3, 2014 at 10:04 pm #219002I changed the style to this:
header .social_bookmarks {
display: none;
}But still looking for a solution to this:
In a widget the icons stack horizontally and only the first one is visible. Can you solve that bug?
Test page here (shows two samples: 1)1/3 custom widget, 2)full width custom widget:
February 3, 2014 at 10:36 pm #219017Thanks for your help
-
AuthorPosts
- The topic ‘place social media icons into a widget’ is closed to new replies.