Forum Replies Created
-
AuthorPosts
-
Hi,
Please use code
@media only screen and (max-width: 767px) { .jas-masonry .jas-col-xs-12.product-category { width: 48%; max-width: 48%; flex-basis: 100%; padding-left: 1%; padding-right: 1%; }}
Kind regards
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please check with “Woocommerce Custom Product Addons” plugin author it related to dropdown select.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Can you send me login credentials to check?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Maja,
Please follow document at https://woocommerce.com/document/setting-up-shipping-zones/#section-6
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi ArtK,
Each product has specific id https://tppr.me/vOTb6 and you can add css style for each product. Example
.postid-5528 .single-product-thumbnail .slick-slide img { box-shadow: 10px 7px 5px grey; /*Adds box shawdow to product images*/ }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Maja,
WooCommerce not support free shipping for each brand please check a plugin features https://wordpress.org/plugins/woocommerce-advanced-free-shipping/
kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Ak,
On product layout 4 the image one by one and it not change i recommend use product layout 1 for this case.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi ArtK,
Please add below code to claue-child > functions.php
// move short descripton below add to cart button function move_short_description() { remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 35 ); } add_action('wp_head', 'move_short_description');
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
When you create new language please choose system https://tppr.me/WzaZr
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts