diff --git a/tailor.php b/tailor.php index d24a94e..e758d7f 100644 --- a/tailor.php +++ b/tailor.php @@ -468,7 +468,7 @@ public function enqueue_frontend_styles() { wp_enqueue_style( 'tailor-styles', - $stylesheet_path, + str_replace('http:','',$stylesheet_path), array(), $this->version() ); @@ -1071,4 +1071,4 @@ function tailor() { * * @since 1.0.0 */ -tailor(); \ No newline at end of file +tailor();