• Resolved bgonfire

    (@bgrealestate1)


    Hello
    I’m using a plugin: Multiple Domain, to direct traffic to an additional domain I have: bgonfire.com. My primary domain is: https://www.bgrealestate.org. The icons for the social menu show up perfectly on my primary domain. However, they show up as weird symbols on my additional domain.

    What can I do to fix this? Please note I’m a complete WP novice.

    Hoping @lyrathemes will respond.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • jarektheme

    (@jarektheme)

    Hi there,

    The cause of this is CORS policy that prevents scripts on your site to be loaded from different domain. It seems that the Font Awesome library which loads icons in social menu is served through your primary domain so there is a conflict on your second domain.

    In order to fix it you should modify your .htaccess file under your main directory on your server. Please add something like this:

    <FilesMatch "\.(ttf|otf|eot|woff)$">
      <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
      </IfModule>
    </FilesMatch>

    Hope that helps.

    Kind regards

    Thread Starter bgonfire

    (@bgrealestate1)

    hi @jarektheme

    thanks so much for this reply – I am a complete WP/coding newbie- and have no idea how to do the thing you’ve suggested. Is there an easier way or can you help me on how I might go about doing what you’ve suggested?

    Thread Starter bgonfire

    (@bgrealestate1)

    ooops @jarektheme – nevermind- I found a nice article that explained it and it worked! thanks!!

    Hi @bgrealestate1,

    I’m glad to hear that.

    Feel free to reach out if you need anything.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Menu Issue’ is closed to new replies.