huwhuw Hi In my acymailing 8 installation the icons have been replaced with squares. See screenshots Any ideas why?
jvstratum Hi, Please try to download the latest install package from your accout at acymailing.com and install that one manually. There's no need to uninstall Acymailing first and you won't loose any data.
huwhuw Hi the issue was httpheader plugin index.php:1 Access to font at 'https://www.xx.ie/media/com_acym/css/fonts/Roboto.ttf' from origin 'https://xxx.ie' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. back_global.min.css:1 GET https://www.xxx.ie/media/com_acym/css/fonts/Roboto.ttf net::ERR_FAILED 200 (OK) index.php:1 Access to font at 'https://www.xx.ie/media/com_acym/css/fonts/Lato.ttf' from origin 'https://xxx.ie' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. back_global.min.css:1 GET https://www.xxx.ie/media/com_acym/css/fonts/Lato.ttf net::ERR_FAILED 200 (OK) index.php:1 Access to font at 'https://www.xxx.ie/media/com_acym/css/fonts/acymicon.ttf?2hex9a' from origin 'https://xxx.ie' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. back_global.min.css:1 GET https://www.xxx.ie/media/com_acym/css/fonts/acymicon.ttf?2hex9a net::ERR_FAILED 200 (OK) index.php:1 Access to font at 'https://www.xxx.ie/media/com_acym/css/fonts/acymicon.woff?2hex9a' from origin 'https://xxx.ie' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. back_global.min.css:1 GET https://www.xxx.ie/media/com_acym/css/fonts/acymicon.woff?2hex9a net::ERR_FAILED 200 (OK)
huwhuw I had to add the following to my htaccess file <IfModule mod_headers.c> <FilesMatch ".(ttf|ttc|otf|eot|woff|font.css|css|woff2)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
jvstratum Hi, I'm glad you were able to solve your issue. Thank you for sharing the solution. Enjoy your Acymailing.