I started using Engage Box by Tassos Marinos for (1) Age Verification, (2) Cookie Policy, and (3) Mail Chimp Subscription popups. However, when adding icons to the buttons the following happens:
- The icons DO WORK when in Testing Mode
- The icons DO NOT WORK when in Normal Mode
I submitted a bug support request and received the following responce from Tassos:
You may need to contact your template developer to include the icomoon CSS file within the front-end or add this into your template so you wont need to re-add it in all your popups that you have icons.
Currently, the solution to the problem was to add the following PHP snippet to my 'Age Verification' popup:
JFactory::getDocument()->addStylesheet(JUri::root(true) . '/plugins/system/t4/themes/base/vendors/icomoon/css/icomoon.css');
I am thinking there must be a switch to TURN ON and TURN OFF the Joomla Icomoon CSS file?