Tagged: scroll down
-
AuthorPosts
-
May 2, 2015 at 12:08 am #438309
Hello there, this is my first post so good to see you!
I’m looking for a way to change the icon of the drop down arrow in the slideshow.
And another thing, as i saw on the theme settings there is way to upload a new icon font. If i upload font awesome is there any to way to use an icon from this icon family?
Thanks in advance :)
May 3, 2015 at 10:08 pm #438600Hi manwlios!
Thank you for choosing Enfold and welcome to our forum :)
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/Regards,
YigitNovember 19, 2016 at 8:19 am #714302i got a fatal error. what can i do?
Fatal error: Cannot redeclare avia_replace_standard_icon() (previously declared in
xxxxxxxx/wp-content/themes/enfold-child/functions.php:5) in xxxxxxxx/wp-content/themes/enfold-child/functions.php on line 32according to http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/ i added this code of beauty in my child-theme:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['scrolldown'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue877'); return $icons;November 21, 2016 at 3:54 pm #714858Hi,
Please use the code as following
add_filter('avf_default_icons','avia_replace_standard_icon_scrolldown', 10, 1); function avia_replace_standard_icon_scrolldown($icons) { $icons['scrolldown'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue877'); return $icons; }Best regards,
YigitNovember 22, 2016 at 8:44 am #715152Hi Yigit, it does work & looks great! Thank you.
November 22, 2016 at 12:10 pm #715237Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘How to change the scroll down arrow icon?’ is closed to new replies.
