• Resolved biggi99

    (@biggi99)


    Hi,
    unfortunately, the arrows in the accordion menu are not displayed correctly on my website. Instead, a square symbol appears. (Browser: Chrome, Edge), in Firefox a square with a code inside. On my staging page everything is displayed correctly, also in Firefox. On the tablet (Safari) too.

    How can I correct this error? Thank you very much for your help!

    Biggi

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

Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi Biggi,

    Looking at the Network panel on your site, you have a CORS issue which is preventing the icon font files from loading on your site.

    Note that this is blocking both your theme’s Font Awesome and Bellows (there’s nothing Bellows-specific going on here).

    I believe this is occurring because you have the the site served from he www subdomain, but your assets are all loaded from the non-www domain

    You need to either serve everything from a consistent origin, or update your CORS on your server to allow serving cross origin requests.

    Hope that helps!

    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘Icon Font Awesome fa-chevron is not displayed as an arrow in every browser’ is closed to new replies.