On the bottom of your theme functions.php paste this code:
/* Adds new Font-Awesome icon (Restaurant) at the bottom of the list */
add_filter('stec_icons', function($arr) { $arr['fas fa-utensils'] = __('Restaurant (Font-Awesome 5)', 'stec');
return $arr; });
Where in the example the icon code is: fas fa-utensils and the name of the icons is Restaurant
How can i add icons to the list of icons available for events creation?
Is it the same process for images and Fontawesome icons?
Tried to figure out from comment section but there where different answers and i am not sure if the answers apply to fontawesome icons too.
Thanks
For right now use this:
Where in the example the icon code is: fas fa-utensils and the name of the icons is RestaurantOn the bottom of your theme functions.php paste this code:
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Thank You that worked perfect.
Just in case client asks for images.
How can i add my custom images to this list also? Thanks
Images instead of icons?
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Yes. Use images instead of icons.
In case the client want custom made icons.
I can use PNG.
Thanks
Yeah well this is update is still under development :/ its quite big update and hope to get it live till the end of month.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
???????????? I think you answered wrong thread.
How can i add my custom images to this list also? Use custom images in icon list.
Thanks
No actually it's the correct thread. You can't add images currently, this feature is part of the update we are working on right now.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Ohhh. Sorry. No problem. :)
So the filter in comments is not working anymore?
Thanks.
What filter in comments?
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Saw this in comments. Is it for that?
Functions.php
And on CSS
Thanks
Yes, this way you can add your custom image but you will have to style it yourself.
Stachethemes Developer
Ok. Good. Just in case they want to use it.
Thank you very much.