Forum Replies Created

Viewing 10 posts - 12,471 through 12,480 (of 15,048 total)
  • Author
    Posts
  • in reply to: bundle product #8826

    Hi,

    Could you send us the link of product you set with bundle and can’t remove.

    I checked on my local it still work well, we need to take a look on your site to check.

    Thanks

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

    in reply to: metaslider and layout #8825

    Hi,

    1. Sorry the autocomplete search function only work with product title name it doesn’t work with width size

    2. Could you explain more about your issue? I still don’t clear

    Thanks

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

    in reply to: sticky header #8824

    Sorry for late reply,

    You can change stick header background color by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .header-sticky .header__mid {
    background: #fff;
    }
    .jas-menu > li > a,
    .jas-menu ul li a {
    font-family: “poppins”;
    }

    change #fff with your color and Poppins with your font name.

    Best regards

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

    in reply to: A Few Simple Questions #8815

    Hi,

    1. Our plugin support show swatches on product listing page you can go WPAddon > Variation Swatch
    https://monosnap.com/file/FHNfgkXpjjhv95DEBZxyRNaglT8PKE#

    2. I checked your site still saw you create custom attribute, we recommend use global attribute.

    You can follow our video https://monosnap.com/file/hpXu6hWrGFT0ZQMRtWL0zw87fRYOOj#

    Sorry our theme doesn’t support zoom feature like the link you sent, our theme support zoom feature like default of WooCommerce.

    Best regards

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

    Hi Rene’,

    you can change code to

    @media only screen and (min-width: 75em) {
    .jas-container {
    width: calc(100% – 100px);
    }
    .products .jas-col-md-4,
    .products .jas-col-md-3 {
    flex-basis: 20%;
    max-width: 20%;
    }
    }
    @media only screen and (min-width: 2650px) {
    .products .jas-col-md-4,
    .products .jas-col-md-3 {
    flex-basis: 16.666%;
    max-width: 16.666%;
    }
    }
    .term-description {
    background-color: #252525;
    }
    .wc-single-2 .woocommerce-tabs,
    .wc-single-3 .woocommerce-tabs {
    padding: 30px 0;
    background: #252525;
    margin-bottom: 100px;
    }
    #jas-footer:before {
    background-color: #252525;
    }
    .header__mid {
    padding: 30px 30px 20px;
    }
    .footer__top {
    padding: 35px 0 25px;
    }
    .footer__bot {
    padding: 30px 0;
    }
    .product .middle-xs {
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    }
    .single .jas-wc-single .summary {
    margin-top: 30px;
    margin-bottom: 0;
    }
    .wc-single-3 .woocommerce-tabs {
    margin-top: 35px;
    }
    .page-head {
    background: #252525;
    }
    .page-head:before {
    background: transparent;
    }
    .wc-single-2 .p-thumb img,
    .wc-single-3 .p-thumb img,
    .p-nav img,
    .product-attributes-thumb img,
    .product-image img {
    width: auto;
    }
    .single-product .single-product-thumbnail .p-thumb img {
    width: auto;
    max-height: 600px;
    }
    .entry-summary .social-share,
    .jas-portfolio .jas-breadcrumb,
    .single-portfolio .page-head time,
    .single-portfolio .jas-breadcrumb,
    .archive .woocommerce-breadcrumb,
    .single .page-head {
    display: none;
    }
    .single-portfolio .page-head {
    background-color: #252525;
    background-image: none;
    }
    .portfolio-meta {
    margin-top: 60px;
    }

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

    in reply to: Recommendations for profile pro or profile builder pro? #8812

    Hi Jenny,

    Thank you for choosing our theme.

    Sorry we not yet work with any plugin to enhance the user profile such as profile pro or profile builder pro. You can try free version at https://wordpress.org/plugins/profile-builder/

    Best regards

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

    in reply to: A Few Simple Questions #8811

    Hi,

    1.I help you fix issue with download tab in my account.
    2. The plugin color swatches included with our theme so you don’t have to purchase. You can follow this video to setup https://www.youtube.com/watch?v=8QgHFf57Lp0

    Best regards

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

    in reply to: A Few Simple Questions #8807

    Hi,

    1. The issue with Mini cart we still investigating

    2,3. You can add custom css

    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link–downloads {display: none;}

    .product-image a.db::before {background: transparent;}

    Best regards

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

    in reply to: Miscellaneous items for support #8806

    Hi,

    1. Widget name is YITH WooCommerce Ajax Product Filter http://take.ms/RhiB8r

    2. You can add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information { display: none;}

    3. By default the related product will get products have same tags, same categories. You can use plugin for this https://wordpress.org/plugins/custom-related-products-for-woocommerce/

    Best regards

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

    in reply to: Cart page – paypal express checkout button #8800
    This reply has been marked as private.

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

Viewing 10 posts - 12,471 through 12,480 (of 15,048 total)