-
AuthorPosts
-
December 20, 2019 at 1:56 pm #1168119
Dear support,
i added a custom icon to the social icons like this. The problem is the wrong icon is shown. Is there some error in my code? I want to show the fontello icon ue837 (The feather). You can see the wrong icon (pencil) in the header on the right.// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'fontello', 'icon' => 'ue837'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Newsletter'] = 'Newsletter'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
December 20, 2019 at 2:46 pm #1168141Hey,
Could you please post temporary admin logins here privately as well so we can look into it? :)
Regards,
YigitDecember 20, 2019 at 3:41 pm #1168167Hey Yigit, thanks for helping.
December 20, 2019 at 3:49 pm #1168174Hey,
I was updating the theme to the latest beta version but it threw an error. Could you please post FTP logins here privately as well so i can quickly fix it? Sorry for the inconvenience!
Regards,
YigitDecember 20, 2019 at 3:52 pm #1168179Hey Yigit,
this is not possible, cause the ftp-login is hardware-locked. What can i do? overwrite the theme?December 20, 2019 at 3:59 pm #1168183I have overwritten the functions.php in enfold. The Website is loading again. But now some headlines are underlined?
December 20, 2019 at 4:02 pm #1168185Hi,
Glad you fixed it!
Please add following code to Quick CSS
#top .custom-color-heading a { text-decoration: none; }
Best regards,
YigitDecember 20, 2019 at 4:04 pm #1168186It is not really fixed. All headlines now have a empty hyperlink now. Should i overwrite all theme files mayby?
December 20, 2019 at 4:15 pm #1168191I fixed this: It seems all h1 special-headlines switched there default to “linked”. After switching this to “no link” it was fixed again.
Seems like a bug?
Nice new interface though :-)December 20, 2019 at 4:56 pm #1168207Hi,
Definitely seems like it! We will look further into it. Thanks for informing us! Glad you liked the new interface :)
Best regards,
YigitDecember 20, 2019 at 6:21 pm #1168250Hi,
is there no solution to my problem with the custom social icon in the header?December 21, 2019 at 1:25 pm #1168419Hi,
Thanks for the login, as I understand your fontello icon is meant to be a feather but when I look at your uploaded fontello-5e0f7125.zip, which is the imported “ast” font it doesn’t contain a feather
I didn’t find another fontello file in your media library, please try uploading this file and importing into your icon manager, and include a link to the file in the Private Content area so I can check the font code.Best regards,
MikeDecember 21, 2019 at 5:20 pm #1168468Hi Mike,
but the feather is part of the default font – entypo-fontello? Is it not possible to use that icon?December 22, 2019 at 5:56 pm #1168583Hi,
Sorry about that, I didn’t realize it was one of the theme’s icons. So to solve this I added this css to your Quick CSS:#top #wrap_all .social_bookmarks_Newsletter a:before { content: ""; }
it is now working for you, please clear your browser cache and check.
Best regards,
MikeDecember 23, 2019 at 12:10 pm #1168708Hi Mike,
thank you very much – great support!December 23, 2019 at 12:18 pm #1168709Hi,
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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘adding custom icon and link to social sharing’ is closed to new replies.