Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719983

    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

    • This topic was modified 7 years, 4 months ago by gwinenvato.
    #720108

    Can anyone please help me with this issue?

    #720111

    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>

    #720153

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.