• Resolved Cees van Dongen

    (@ceesvandongen)


    Hi,
    Implemented the plugin on a multisite, network enabled, and came a cross a problem in the font.css files .
    The uploaded fonts are listed in the font.css file with an absolute reference to a specific URL. As the fonts are shared by other sites in the multisite environment, this causes failures loading these from another source.
    Modified class-local-google-fonts.php? line 93?
    $folder_url = WP_CONTENT_URL . ‘/uploads/fonts’;? to?
    $folder_url = ‘/wp-content/uploads/fonts’;
    Everything works again. Is this something for the next release?
    Rgrds, Cees

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

    (@everpress)

    Hi There!

    We have a PR for this which should be merged for the next release.

    Please stay tuned!

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite implementation needs relative url’ is closed to new replies.