
-
AuthorPosts
-
February 20, 2018 at 10:28 pm #915081
Hi,
I’m trying to get social share buttons in the footer, but idealy a bit bigger then at the moment so people spot them easier.
Basically I want the ones from the socket in the footer with the addition of sketchfab: https://sketchfab.com
I won’t be using the socket in the future.Could you post me the code I need to enter into a html box?
Thanks a lot!
JurgenFebruary 21, 2018 at 4:27 am #915197Hey Jurgen,
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
#custom_html-2 .social_bookmarks.icon_count_6 li a { font-size: 20px; } #custom_html-2 .social_bookmarks.icon_count_6 li { width: 40px; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 21, 2018 at 10:05 am #915332Hi Victoria,
Thanks a lot! This size of the icons is a lot better.Could you help me out with getting the right social buttons?
The ones I have at the moment are a copy of a previous post, but I would need:- Sketchfab (not a standard one)
- Youtube
- Google+
Thanks a lot for the fast support!
Regards,
JurgenFebruary 21, 2018 at 8:24 pm #915658Hi,
Have you added the proper code for the new social icons you want?
Where are you stuck so we can help you.Best regards,
BasilisFebruary 22, 2018 at 1:43 pm #916032Hi,
I managed to build this code in a custom html widget:
<ul class="noLightbox social_bookmarks icon_count_7"> <li class="social_bookmarks_linkedin av-social-link-linkedin social_icon_1"> <a target="_blank" href="https://www.linkedin.com/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="LinkedIn"> <span class="avia_hidden_link_text">LinkedIn</span> </a></li> <li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"> <a target="_blank" href="https://www.facebook.com/kriesi.at" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"> <span class="avia_hidden_link_text">Facebook</span> </a></li> <li class="social_bookmarks_facebook av-social-link-facebook social_icon_3"> <a target="_blank" href="https://www.facebook.com/kriesi.at" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Sketchfab"> <span class="avia_hidden_link_text">Sketchfab</span> </a></li> <li class="social_bookmarks_youtube av-social-link-youtube social_icon_4"> <a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"> <span class="avia_hidden_link_text">Youtube</span> </a></li> <li class="social_bookmarks_twitter av-social-link-twitter social_icon_5"> <a target="_blank" href="http://twitter.com/#/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"> <span class="avia_hidden_link_text">Twitter</span> </a></li> <li class="social_bookmarks_instagram av-social-link-instagram social_icon_6"> <a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"> <span class="avia_hidden_link_text">Instagram</span> </a></li> <li class="social_bookmarks_gplus av-social-link-gplus social_icon_7"> <a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"> <span class="avia_hidden_link_text">Gplus</span> </a></li> </ul>
The third one is now again facebook and I want it to be Sketchfab.
I managed to create a specially created icon for this in fontello and installed this font, it’s called sketchfab.
I added the icon in the testpage in the private content below.My question is now, how do I get that icon in the custom html box? Could you provide me with the code?
For the background color you could take the standard one for skype for example, it’s pretty close to the sketchfab colors.Thanks a lot!
JurgenFebruary 23, 2018 at 2:51 pm #916717Hi Jurgen,
You need to add the icon and the link to the social pages, here is how to add the icon there
https://kriesi.at/support/topic/need-to-add-yelp-to-social-icons-header-footer-here-it-is-how-do-i-insert/#post-511182
And then regenerate the code for this list.If you need further assistance please let us know.
Best regards,
VictoriaFebruary 25, 2018 at 6:57 pm #917505Hi Victoria,
I don’t need the icon in the header or footer socket, but in the footer itself, so with a custom html box.
Do I still need to change a php file for this?I thought I just needed to change the line below to get the icon to display:
<a target="_blank" href="https://www.facebook.com/kriesi.at" title="Facebook">
I installed an extra font for this, called “sketchfab”. There is only one icon in this font, the one from sketchfab.
Basically my question is, how do I get that icon in this part of the code: “” ?
(is it copy/paste from somewhere?)
I’m not that experienced in this type of stuff, my appologies!Thanks a lot,
Jurgen-
This reply was modified 7 years ago by
j_vandonink.
February 25, 2018 at 7:28 pm #917543Hi,
If I understood the question properly, please check and follow the one here
Thank you
Best regards,
BasilisFebruary 27, 2018 at 11:29 am #918368Hi all,
That last reply is really like Chinese for me…Anyway, I found the solutions myself.
This is the code I needed:<li class="social_bookmarks_skype av-social-link-skype social_icon_3"> <a target="_blank" href="https://www.facebook.com/kriesi.at" aria-hidden="true" data-av_icon="" data-av_iconfont="sketchfab" title="Sketchfab"> <span class="avia_hidden_link_text">Sketchfab</span> </a></li>
This topic can be closed.
Thanks!
JurgenFebruary 27, 2018 at 1:19 pm #918428Hi Jurgen,
Glad that you found a solution that works for you and thanks for sharing it. Thanks for using Enfold and have a great day :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Social share buttons in footer’ is closed to new replies.