My site is connected to IDX Broker and uses the IMPress plugin as well. Pages that link to IDX, where they use my wrapper to show information, do not show the social icons. They said I need to update the .htaccess file but I have no idea where that is….
My site is http://www.theconsciousgroup.com
If you look at this page, you will see what I am talking about – in the upper right hand corner – the social icons are not showing up.
http://www.theconsciousgroup.idxbroker.com/idx/search/advanced
Can anyone please help me with this issue?
Got it figured out. Needed to add this code into the .htaccess file.
<FilesMatch “\.(ttf|otf|eot|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>