Forum Replies Created
-
AuthorPosts
-
Hi Adam,
It normal working follow (if you value is 50 products but 29 products out of stock so it display 21)
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
you can follow this video to create global attribute and you can use global attribute for more products https://www.youtube.com/watch?v=wqlRtry1L5I
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYes,
After you purchase we will help you do this.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please change prev code to
.product-image .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
background: #ddd;
padding: 5px 5px 3px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Because you move Add to cart button so the HTML change.
You can use below code to move short description below add to cart button
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20); add_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 35);Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Erik,
With new plugin. It will work on product listing page when you add thumbnail for single variation http://prntscr.com/h7mo9s
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYes, you’re right.
I check again and saw this plugin https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056%C2%A0 supported both bbpress user profile, membership and popup for login/signup.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. If you don’t edit any code in wp-content/themes/claue you can update normal without losing anything. If you edit code we recommend move your code to claue-child
2. Our theme now compatible with plugin WooCommerce 3.2.3 and latest version of WordPress 4.8.3. if have issue with next version WP 4.9 we will fix and update.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css
.product-image .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can fix this by add custom css code
@media only screen and (max-width: 414px) {
.vc_column-inner.vc_custom_1509740873131 {
padding-top: 30px !important;
padding-right: 10px !important;
padding-bottom: 0px !important;
padding-left: 10px !important;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts