Forum Replies Created

Viewing 10 posts - 11,331 through 11,340 (of 15,048 total)
  • Author
    Posts
  • in reply to: Product Listing Settings – Per Page #13052

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

    in reply to: Single Attribute #13045

    Hi,

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

    in reply to: Forum #13043

    Yes,

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

    in reply to: Wishlist Heart Icon #13042

    Hi,

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

    in reply to: Mini-Cart Not Displaying Products Added to cart #13035

    Hi,

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

    in reply to: Checkout Thumbnail #13021

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

    in reply to: Forum #13014

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

    in reply to: Mini-Cart Not Displaying Products Added to cart #13010

    Hi,

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

    in reply to: Wishlist Heart Icon #13009

    Hi,

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

    in reply to: Fixing site on mobile devices #13008

    Hi,

    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

Viewing 10 posts - 11,331 through 11,340 (of 15,048 total)