Forum Replies Created

Viewing 10 posts - 661 through 670 (of 15,006 total)
  • Author
    Posts
  • in reply to: sub category images blurry #42713

    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=janstudio

    in reply to: Problem with translation #42711

    Hi,

    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=janstudio

    in reply to: sub category images blurry #42710
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: sub category images blurry #42707

    Hi,

    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=janstudio

    in reply to: Different shipping options for multiple brands #42704

    Hi 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=janstudio

    in reply to: Css for only specific product category #42702

    Hi 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=janstudio

    in reply to: Different shipping options for multiple brands #42695

    Hi 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=janstudio

    in reply to: Product layout 4 and variable products #42692

    Hi 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=janstudio

    in reply to: Move add to cart and variation selection below price #42691

    Hi 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=janstudio

    in reply to: Translation #42687

    Hi,

    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

Viewing 10 posts - 661 through 670 (of 15,006 total)