Group Admins

  • Avatar Image

Fluency Admin

Public Group active 1 year, 9 months ago

Get support for the Fluency Admin plugin.

  • Avatar Image Lex Rivera said 2 years, 7 months ago:

    Hello, when i use https for wp-admin, fluency admin still includes their style with http://
    Not critical, but still a bug :)

  • Avatar Image Dean Robinson said 2 years, 7 months ago:

    Hi Lex,

    As best I can tell this isn’t a problem with Fluency as the URLs that are used for the stylesheet are derived from the WordPress globals.

    eg. I use WP_PLUGIN_URL, which itself uses WP_CONTENT_URL which uses the value that you set for “site url” in your WordPress settings.

    Only thing I can think of that might cause an issue is if *only* your wp-admin uses https, and the front-end of your site doesn’t – if that’s the case I’m curious as to why the other admin resources don’t have this issue as well…. unless the default WP admins styles are included using a different method to what I’m presuming… hmm… will have to investigate further.

    UPDATE: Ok, did a bit of digging and think I found a different way for me to retrieve the required URL that should maintain the http/https as needed.