-
AuthorPosts
-
June 22, 2018 at 9:46 am #976179
Hi,
My current Enfold Theme Version Number is 4.4.
I want add a new social media ico, Kozi Kaza.
I’ve modified the functions.php, below : if(isset($avia_config[‘use_child_theme_functions_only’])) return;// ADD KOZI KAZA // Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['kozikaza'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue821'); 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['Kozi Kaza'] = 'kozikaza'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and in CSS, i’ve added :
#top #wrap_all .av-social-link-kozikaza:hover a{ color:#fff; background-color:#91C01C; }
But it’s not worked… Can you help me please ?
RegardsXavier
- This topic was modified 6 years, 5 months ago by misterxaav.
June 22, 2018 at 10:49 am #976224Hey Xavier,
I tried the code you used on local server, Enfold 4.4.1, WP 4.9.6 and it works fine.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoJune 22, 2018 at 10:55 am #976233This reply has been marked as private.June 22, 2018 at 11:49 am #976274Hi misterxaav,
Thanks for giving us admin access.
I was able to select Kozi Kaza which is located at the bottom of the dropdown.
Though the problem is the icon itself doesn’t show, can you give us ftp access also? since we can’t access Appearance > Editor via WP Dashboard.
Just post the details in private content.Best regards,
NikkoJune 22, 2018 at 12:03 pm #976281This reply has been marked as private.June 22, 2018 at 12:04 pm #976282Excuse me
June 22, 2018 at 12:33 pm #976290Hi misterxaav,
Thanks for providing ftp access however it doesn’t seem to have access to the site/wordpress files on your site.
Best regards,
NikkoJune 22, 2018 at 12:48 pm #976299This reply has been marked as private.June 23, 2018 at 9:24 am #976858Hi misterxaav,
Thanks for giving us access to your theme files.
I have replaced this: fontello to entypo-fontello and cleared the browser cache.
Let us know if it’s good on your end.Best regards,
NikkoJune 23, 2018 at 10:13 am #976864Great, it’s good.
Thank you for your reactivity and your help.Have a good day, regards
Xaav
June 23, 2018 at 3:52 pm #977005Hi misterxaav,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.