Support

Account

Home Forums Backend Issues (wp-admin) [Multisite] acf-icon font not loaded

Solved

[Multisite] acf-icon font not loaded

  • Hi,

    I think there’s a cross-domain bug in ACF. When using WP multisite with sub domains, the sub-site admin load acf-global.css from the main domain. As the domain is different the acf-icon font can’t be loaded.
    Fo example sub.example.com/wp-admin tries to load example.com/[…]/acf-global.css

    Thank you

  • I found a temporary fix:

    <FilesMatch ".(eot|ttf|otf|woff)">
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
  • What other plugins do you have installed?

    I have ACF installed on several mutlisite installs and the url that ACF loads the css file from is always the domain name of the current site that I’m working on. Just checked this to be sure.

  • Hi John, thank you for your reply.

    Ok I think it’s not related to ACF because other plugins load their css files from main domain too :/

    But it’s strange because I made a test with the default WP theme, ACF and only one other plugin.

    Maybe it’s related to my Bedrock setup.

  • That’s extremely odd and something that I’ve never seen happen.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘[Multisite] acf-icon font not loaded’ is closed to new replies.