Tagged: Widget
-
AuthorPosts
-
January 4, 2016 at 8:01 pm #559441
Hi – I loved how the way the Twitter and RSS is set up in the widget, however my client doesn’t have RSS but wanted to replace the icon with LINKEDIN icon – is there a way to custom CSS it to add the switch the icon?
Attached is what I am referring to on the home page footer – http://pasteboard.co/xYXmjud.png
Thanks,
January 4, 2016 at 8:15 pm #559445Hey Devon!
Please do refer to this topic and let us know if you have more questions
https://kriesi.at/support/topic/footer-icons/
Regards,
BasilisJanuary 4, 2016 at 8:33 pm #559453Hi Basilis – I unfortunately don’t see this ‘Open /framework/php/class-framework-widgets.php and look for line 732:’ option within the editor tab under appearance on a sidebar.
Where am I originally opening it from?
January 6, 2016 at 4:27 pm #560598Hey!
you can find it when accessing your server/files via FTP only.
Best regards,
AndyJanuary 6, 2016 at 6:58 pm #560710I tried and it didn’t seem to change the icon.
Here is what the code I changed in the .php on the FTP site that I replaced RSS section.
January 7, 2016 at 10:45 pm #561573Hi!
try it with a css code in Quick CSS field instead:
a.asc_linkedin.asc_multi_count .social_widget_icon:before { content: '\270E'; }
adjust content value as needed, look here for example: http://web.archive.org/web/20140912210715/http://entypo.com/characters/
Hope this helps!
Regards,
AndyJanuary 7, 2016 at 11:06 pm #561584I tried it and the pencil appears, but when I put the linkedin code it wouldn’t change.
Do I have to go back to the FTP and change it back to the original setting and then try this code?
I entered this
a.asc_linkedin.asc_multi_count .social_widget_icon:before {
content:
}And there was no change.
I entered this:
a.asc_linkedin.asc_multi_count .social_widget_icon:before {
content: ‘’;
}
and it appears just typset.January 7, 2016 at 11:30 pm #561598Hey!
yes, change it back to original settings and for linked in use this code:
a.asc_linkedin.asc_multi_count .social_widget_icon:before { content: '\F318'; }
Regards,
AndyJanuary 7, 2016 at 11:39 pm #561607Thanks – however, how do I add the colors in there as my background is the same color and plus I am not sure how small it is, but how can I increase if need to.
January 7, 2016 at 11:56 pm #561618Hey!
try this code:
a.asc_linkedin.asc_multi_count .social_widget_icon:before { color: green; background-color: red; font-size: 20px; }
and adjust as needed.
Regards,
AndyJanuary 8, 2016 at 12:05 am #561631HI – still didn’t work. It just became a big box not showing the icon.
http://www.accesssi.net/newsite/
bottom first footer section as you can see.January 8, 2016 at 3:22 pm #562000Hi!
hm, it might not work this way using CSS. So try to follow these steps:
https://kriesi.at/support/topic/add-linkedin-to-social-icons/#post-68200Regards,
AndyJanuary 11, 2016 at 5:25 pm #563364I am sorry – the site that you gave me didn’t work as the icon #hex isn’t working.
January 12, 2016 at 1:17 pm #563856Hey!
about which icon #hex are you talking about?
Please follow the instructions from here. You can find a linkedin icon for the replacement for example here: https://www.iconfinder.com/icons/194920/linkedin_outline_social_media_icon#size=24
Cheers!
AndyJanuary 19, 2016 at 4:48 pm #567941It is the first link that you asked me to follow the instruction: https://www.iconfinder.com/icondetails/65837/24/ as it seems to not be available.
I have looked at the iconfinder.com and used the code, but it is not showing any of the linkedin Icon. Can you provide me if there is another alternative as its been a week since I haven’t heard any solution to resolved this issue.
January 19, 2016 at 6:30 pm #568026Hi!
because this link is broken I gave you this one: https://www.iconfinder.com/icons/194920/linkedin_outline_social_media_icon#size=24
An alternative would be to open functions.php and look for “//social” around line 183, then look for the rss line:
'rss' => array( 'font' =>'entypo-fontello', 'icon' => 'ue853'),
You can replace “ue853” with a linedin code. Check out this website: http://web.archive.org/web/20140912210715/http://entypo.com/characters/ where you’ll find two different linkedin icons:
“UF319”
and
“U+F318”.Hope this helps.
Regards,
AndyJanuary 19, 2016 at 10:29 pm #568187This still didn’t work. I changed it and nothing (still RSS icon).
See attached that I did change it in the function.php.
January 19, 2016 at 11:03 pm #568205Hi!
try without “+”:
UF318
Best regards,
AndyJanuary 20, 2016 at 11:38 pm #568961Thank you – it worked!
-
AuthorPosts
- The topic ‘RSS & TWITTER Widgets’ is closed to new replies.