Wishlist css 404 when using child theme
-
I had to change line 293 of class.yith-wcwl-init.php
fromwp_register_style( ‘yith-wcwl-user-main’, str_replace( get_template_directory(), get_template_directory_uri(), $located ), array(), $this->version );
to
wp_register_style( ‘yith-wcwl-user-main’, str_replace( get_stylesheet_directory(), get_stylesheet_directory_uri(), $located ), array(), $this->version );
https://ww.wp.xz.cn/plugins/yith-essential-kit-for-woocommerce-1/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Wishlist css 404 when using child theme’ is closed to new replies.