wooco
Forum Replies Created
-
同じ問題が発生しています。
プラグイン開発者はここを見ていないのでしょうか?下記フォーラムも回答がなかったりレスポンスが遅かったりします。
http://support.artws.info/forums/forum/wordpress-official/Forum: Themes and Templates
In reply to: [Storefront] Checkout scrolling past footerI also troubled the same problem Is there a solution?
This problem occurs in the update from 1.5.3 to 1.6.0
Forum: Themes and Templates
In reply to: [Storefront] Issues with checkout box scrolling downwardI also troubled the same problem
Is there a solution?In style.css “import:” I had been using.
It was solved by changing the way of using wp_enqueue_script ().add_action (‘wp_enqueue_scripts’, ‘theme_enqueue_styles’);
function theme_enqueue_styles () {
wp_enqueue_style (. ‘parent-style’, get_template_directory_uri () ‘/style.css’);
wp_enqueue_style (‘child-style’,
get_stylesheet_directory_uri (). ‘/style.css’,
array (‘parent-style’)
);
}I was upgraded to 1.5.3.
WordPress management → customized → header → background color, etc.
I can not be changed.
I want to know how to resolve.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] maximum number of product that can be displayedThanks to reply
I got itThank you for the great plugin