• Resolved Ramanan

    (@superpoincare)


    The plugin seems to just enqueue the script (chose the svg option) on the front end. It doesn’t enqueue in the admin area. Is there a way to do it?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author mlwilkerson

    (@mlwilkerson)

    Inspecting window.FontAwesome in the JavaScript console would only be expected to return an object if you’ve configured the plugin to use the svg method/technology. If you’re using webfont, undefined would be the expected result.

    Can you verify which method you’re using?

    It’s either not specified or webfont. I have successfully used SVG with rc10, though, which does show the interface.

    Just checked. I have had to revert to RC10. However, I can confirm the settings are webfont, V4 compatibility and pseudo-elements support both set to required, v5.9.0 (latest), and remove unregistered clients set. BTW, it is also registered as pro and the domain is set on the FA pro account.

    Plugin Author mlwilkerson

    (@mlwilkerson)

    Hi @pennink I’m not able to reproduce this problem. I’ve installed rc11 in a clean WordPress environment and I can see that it successfully enqueues the Font Awesome assets when the browser visits backend/admin routes like /wp-admin/edit.php. The bug reported and resolved in this issue was that the assets were not being enqueued when visiting backend/admin routes.

    After re-reading your comments, I wonder if your problem is a different one. It sounds like, for you, the problem might be that the admin settings page for this plugin is not loading. Is that right?

    If so, we’ll need to open a new issue for that, since that would probably be a new bug introduced by rc11.

    Plugin Author mlwilkerson

    (@mlwilkerson)

    @pennink I was able to reproduce the problem I think you experienced and opened a new topic for tracking it.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Doesn’t load in the admin area’ is closed to new replies.