• Hi,

    I’ve looked at how the stylesheet is served and I can’t see why this error is showing up…

    public function of_enqueue_styles()
    {
    wp_enqueue_style( ‘searchandfilter’, SEARCHANDFILTER_PLUGIN_URL . ‘/style.css’, false, 1.0, ‘all’ );
    }

    Can you advise how to fix?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter ouegy

    (@ouegy)

    It is the use of WP_PLUGIN_URL rather than plugins_url()

    Would you be able to provide an update to the plugin for this?

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Stylesheet served over http not https’ is closed to new replies.