After updating the calendar from version 3.3.3. on version 5.1.8, all graphic elements stopped working in the plugin (e.g. arrows for going back, going forward), both on the backend and on the frontend. We tried to enter the code in the function.php file according to the instructions, but it generated an error. (see r.png). We use Flatsome as a WP template. When fixing, please remember that the translation of the plugin will still be in progress... so that the error does not happen again. Thank you Micanek
Hi,
After updating the calendar from version 3.3.3. on version 5.1.8, all graphic elements stopped working in the plugin (e.g. arrows for going back, going forward), both on the backend and on the frontend. We tried to enter the code in the function.php file according to the instructions, but it generated an error. (see r.png). We use Flatsome as a WP template. When fixing, please remember that the translation of the plugin will still be in progress... so that the error does not happen again. Thank you Micanek
Attached files: fe.png
be1.png
be2.png
r.png
Hi,
It appears the 'font-awesome' hook is already reserved by other plugin using older version of font-awesome.
I've placed this hook in your child-theme functions.php file:
Stachethemes Developer
it seems to work. Thank you very much for your help.