Forum Replies Created

Viewing 30 posts - 43,441 through 43,470 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 09:23

    Hello,

    There is no such possibility, by default, especially for variable products.
    We can’t recommend any plugin, because we did not do official testing of such plugins with our theme.
    You can submit the request here https://www.8theme.com/taskboard/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 09:11

    Hello,

    You can select Product Content Effect (try Booking type) or create a custom one (using WPBakery Grid builder) in Theme Options > WooCommerce (Shop) > Shop > Products style.
    Border radius and shadow can be added by this custom CSS code

    .products-loop .product .content-product , .carousel-area .product-slide .content-product {
        box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
        z-index: 2;
        transform: translateY(-5px) scale(1.007);
        border-radius: 5px;
    }

    http://prntscr.com/t37c7u

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:58

    Hello,

    How does it work with Storefront (default WC theme)?
    You are using a 3rd party plugin, but we can’t guarantee full theme compatibility with all existing plugins. Contact support of the plugin, maybe their team will be able to advise something.
    Without access to the dashboard and FTP, we can not take a closer look and give any comments about this situation.

    Abot related products, add this code:

    .related-products .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .related-products .product-slide .product {
        display: flex;
        height: 100%;
    }
    .related-products .swiper-wrapper {
        height: auto;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:51

    Hello,

    Thank you for using XStore.
    All available settings you can find here – http://prntscr.com/t375bm
    Describe the desired result in more detail so we can assist you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:46

    Hello,

    1) Add the next code in Theme Options > Theme Custom CSS:

    .product-slide .content-product .price {
        margin-bottom: 20px;
    }

    2) Delete this code from Global Custom CSS – http://prntscr.com/t3738z

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:33

    Do you mean size of the image? You need to upload images with size, that suits your needs, from start, and in settings of the banner set “full” size, or set size in pixels via the mentioned settings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:22

    Hello,

    Please clear all cache and check now.
    Follow this article – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 08:19

    Hello,

    There is no such possibility by default.
    Try to add the next code in Theme Options > Theme Custom CSS:

    .single-product .product-information-inner .fixed-content {
        display: flex;
        flex-direction: column;
    }
    .single-product .product-information-inner  h1.product_title.entry-title { order: 1;}
    .single-product .product-information-inner  .price { order: 2; }
    .single-product .product-information-inner  .product_meta {order: 3;}
    .single-product .product-information-inner .woocommerce-product-details__short-description { order: 4;}
    .single-product .product-information-inner  .cart { order: 5; }
    .single-product .product-information-inner  .product-share { order: 6; }

    http://prntscr.com/t36sh5

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:55

    Hello,

    What exactly do you want to change?
    Please check settings in Theme Options > WooCommerce (Shop) > Shop > Shop page layout.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:52

    Hello,

    Please read this article – https://woocommerce.com/posts/how-to-customize-emails-in-woocommerce/
    It’s not related to our theme, it’s related to WooCommerce plugin. Contact support of WC to get further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:44

    Hello,

    Try to use the next code:

    .footer-product .button:hover,
    .footer-product .show-quickly:hover {
        background-color: yellow;
        color: black;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:32

    Hello,

    Add this code in Theme Options > Theme Custom CSS > Global custom CSS:

    .et-toggle-mob-sidebars-inner .et-toggle:before {
        content: "Filte";
        font-size: 14px;
        top: 25%;
        left: 25%;
        right: unset;
        bottom: 0;
    }
    .et-toggle-mob-sidebars-inner .et-icon {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:26

    Hello,

    Sometimes when you import demo with a great number of the images the server timeout is not enough to import all the media that demo has and this error occurred. You can choose the demo import again and at the demo content installation step don’t check all but media only https://gyazo.com/647b0452f7c5d8ddb3ebcf966506dcc0

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:25

    Hello,

    Theme Options > WooCommerce (Shop) > Shop page layout > Product Added Notification > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:20

    Hello,

    It is displayed according to current content settings.
    What result do you want to get on the mobile?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:13

    Hello,

    I do not see the problem on your site. Please clear all cache and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 07:08

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 17:28

    You are using the default WC price filter, but it can’t work there, because the category page doesn’t have products at first, and products, that are displayed after ajax filtration, can’t be recognized by this widget. You can disable Ajax filtration via Theme Options or use our price filter https://prnt.sc/t2uj8n > https://prnt.sc/t2ujtz (we already added this widget to the Shop sidebar for testing).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 16:21

    Edit settings of the mobile menu – http://prntscr.com/t2to92

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 16:15

    Try to add this code in Theme Options > Theme custom CSS > Global custom CSS:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
        display: flex;
        justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .content-product {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        flex: 1;
    }
    .content-product .quantity-wrapper {
        margin-right: auto;
    	margin-left: auto;
    }

    About the filter, there is no such possibility, unfortunately.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 16:12

    Describe the desired result in more detail, provide a screenshot for better understanding your request.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 15:47

    Ok. Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 15:47

    Hello,

    Describe the desired result and we will help you with the custom CSS code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 15:29

    Fixed. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 15:22

    Hello,

    Theme Options > WooCommerce (Shop) > Shop > Empty cart content > http://prntscr.com/t2scys
    Update/sync translation of the theme https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ and translate “subtotal” then.
    Provide URL of page with the mentioned text and temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 14:56

    Hello,

    Thanks for using our theme.
    No, there is no such possibility, by default.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 14:53

    WooCommerce > Settings > Payments > enable and configure payments methods. For example – http://prntscr.com/t2rry6 > http://prntscr.com/t2rsj4 https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-14

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 14:40

    Hello,

    Provide URL of page with the problem + temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 14:35

    Great.
    No.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 14:26

    Hello,

    Have you followed our docs and updated the theme and Core plugin? https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ Have you cleared cache after the update?
    Provide FTP access also.

    Regards

  • 1 2 3 1,448 1,449 1,450 2,273 2,274 2,275
    Viewing 43,470 results - 43,441 through 43,470 (of 68,231 total)
Viewing 30 posts - 43,441 through 43,470 (of 68,231 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.