Icon Shortcodes not Displaying - Shows weird characters or disappeared

Hi, I updated the theme this morning and realized all the icon shortcodes are not working. Here is the website: http://jgruberhealthsolutions.com/

You'll notice that some icons display an interesting character and some do not show up at all. I checked the discussion and had allowed the CORS in .htaccess. However the issue persists for the website. I carefully reviewed the response for the web browser request however no error related to CORS being blocked is present.

When tested by using the parent theme of the website the icons are displayed for a short time and the issue reoccurs. Please advise how this could be resolved. 

.HTACESS RECORD FOR YOUR REFERENCE

root@c20727 [/home/jgruber/public_html]# cat .htaccess
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Comments

Sign In or Register to comment.