Forum Replies Created

Viewing 30 posts - 36,331 through 36,360 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 15:55

    Hello,

    Thanks for using our theme.
    Please read about the translation of the theme – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    WooCommerce – https://docs.woocommerce.com/document/woocommerce-localization/
    Core plugin (for example these strings https://prnt.sc/10c72ai) – go to Loco translate > Plugins > XStore Core > New language > Choose a language + Choose a location – System > Start translating.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 15:52

    You can use any email for it. Here is our email – 8themes@gmail.com

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 15:29

    Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 15:14

    Provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 14:54

    Hello,

    You need to translate the Core plugin, as you did for the theme.
    Loco translate > Plugins > XStore Core > New language > Choose a language + Choose a location – System > find and translate strings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 14:52

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 14:32

    Done. Please clear cache and check contact page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 14:27
    .cart-checkout-nav .active:before {
        background-color: #bfa754;
        border-color: #bfa754;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 13:40

    Hello,

    1) Add the next code in Theme Options > Theme 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;
    }
    .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .product-slide .product {
        display: flex;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto;
    }

    or disable variation swatches from the Shop page via Theme Options > WooCommerce > Shop elements.
    2)

    .content-product .price {
        color: #e8787a;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 13:16

    Hello,

    Sorry, but additional customization in files is outside the scope of our basic support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 13:08

    Hello,

    1) Use the next custom CSS code:

    .order-review {
        border-color: #c0a84d;
    }

    2)

    .cart-checkout-nav {
        background-color: #f8f5f0;
    }

    3)

    .cart-checkout-nav,
    .cart-checkout-nav .active {
        color: #c0a84d;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 13:04

    You’re welcome!
    Could you provide URL page with this content and temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 13:03

    Hello,

    I’ve set the correct page in settings of Wishlist – https://www.8theme.com/documentation/xstore/plugins/wishlist/

    Read this article –
    https://www.8theme.com/documentation/xstore/woocommerce/product-images/ and set Thumbnails width – 390, then regenerate thumbnails.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 12:01

    Hello,

    I can’t check. This is displayed on 123-2 page after entering password – https://prnt.sc/10c2850

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 11:57

    Hello,

    Try this plugin – https://wordpress.org/plugins/duplicate-page/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 11:56

    Check the settings of the plugin to find out which option causes the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 11:00

    Hi,

    It looks like an additional plugin causes the issue on your site. Disable plugins one by one and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:58

    Hello,

    Please provide temporary wp-admin access, so we can take a closer look and help you with the installation of the marseille03 version.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:56

    Hello,

    Could you provide temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:55

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:27

    Hello,

    Lightshot screenshot tool can be used to take screenshots and share them. Or upload your screenshots here – https://dropmefiles.com/ and provide us with URL.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:24
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:19

    Hi,

    I do not see the problem – https://prnt.sc/10c02w5

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 10:16

    Olga is right, and you did not provide a URL.
    1) Appearance > Customize > Additional custom CSS code:

    @media only screen and (max-width: 480px) { 
        .fb_reset {
            display: none;
        }
    }

    it will hide the button on mobile.
    2) You can try:

    .fb_dialog_content iframe {
        width: 40px !important;
        height: 40px !important;
    }
    #facebook .plugin svg {
        max-width: 40px !important;
        max-height: 40px !important;
    }

    if this doesn’t work, I can’t help with this, unfortunately.
    3)

    .fb_dialog_content iframe {
        left: 0px !important;
    }

    4) I do not see such a possiblity.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:57

    Hello,

    What alignment do you prefer? Describe the desired result in more detail.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:56

    Hello,

    Edit page > add element > search for “map” and here it is – https://prnt.sc/10bzkjv

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:52

    Yes, some settings affect a few elements, but our theme allows you to customize a lot of parts separately, and you need to check such settings one be one.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:49

    Hello,

    1) Do you use Elementor plugin? Add a section with 4 columns and content inside, for example – http://prntscr.com/10bzbv9
    2) Edit page using Elementor > scroll down and click on here – https://prnt.sc/10bzcvu > find the desired block and Insert it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:40

    Hello,

    Please see screenshots – https://prnt.sc/10bz6yo https://prnt.sc/10bz7kq
    Try to use another browser.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2021 at 09:35

    Hello,

    Please check how it works when Storefront (default WC theme) is activated on your site.

    Regards

  • 1 2 3 1,211 1,212 1,213 2,273 2,274 2,275
    Viewing 36,360 results - 36,331 through 36,360 (of 68,231 total)
Viewing 30 posts - 36,331 through 36,360 (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.