소스 검색

Fix woocommerce child theme style loading.

Jeff Ong 4 년 전
부모
커밋
4eac9e4ce1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      seedlet/inc/woocommerce.php

+ 1 - 1
seedlet/inc/woocommerce.php

@@ -104,7 +104,7 @@ remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 );
 function seedlet_woocommerce_scripts() {
 
 	// WooCommerce styles
-	wp_enqueue_style( 'seedlet-woocommerce-style', get_stylesheet_directory_uri() . '/assets/css/style-woocommerce.css', array(), wp_get_theme()->get( 'Version' ) );
+	wp_enqueue_style( 'seedlet-woocommerce-style', get_template_directory_uri() . '/assets/css/style-woocommerce.css', array(), wp_get_theme()->get( 'Version' ) );
 
 	// WooCommerce RTL styles
 	wp_style_add_data( 'seedlet-woocommerce-style', 'rtl', 'replace' );