Forum Replies Created

Viewing 30 posts - 51,571 through 51,600 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:42

    Hello,

    What version of Firefox do you use? Do you use additional extensions in the browser?
    Please provide your site URL so we can check it on our side.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:36
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:28

    Hello,

    We are glad that your problem was solved.
    Feel free to ask if you have any other questions.
    Have a good day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:26

    Hello,

    You’re welcome!
    If you love XStore and have something nice to say don’t hesitate to tell about this!
    We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:25

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:24

    Hello,

    You can copy content-product.php file (wp-content/themes/xstore/woocommerce) into child-theme/woocommerce folder and make changes there.
    Also, etheme_product_countdown (xstore/framework/woo.php) and etheme_countdown_shortcode (xstore/framework/shortcodes/countdown.php) functions can be changed via functions.php file of child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 09:04

    Hello,

    Thanks for contacting us.
    Please read documentation https://www.themepunch.com/revslider-doc/main-background/ https://www.themepunch.com/faq/static-layer-background-video/
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 08:53

    Hello,

    Please try to add this code in Theme Options > Custom css > Global custom css:

    @media only screen and (max-width: 768px) {
        .product-information-inner {
            width: 80%;
            float:  right;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 08:46

    Hello,

    1) Theme Options > Header settings http://prntscr.com/lk3u2u
    Appearance > Widgets > Left side top bar area + Right side top bar area https://youtu.be/4SfPPuwPCVI
    2) http://prntscr.com/lk3ucx
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 08:41

    Hello,

    Thanks for contacting us.
    I can’t log in using access form the Private Content area.
    Please go to Theme Options > Typography > Menu > Menu 1 level.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 19, 2018 at 08:39

    Hello,

    Try to add this code in Theme Options > Custom css > Custom css for mobile:

    .onsale, .sale-value {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 17:03

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:53

    http://prntscr.com/lj7m4m (xstore/woocommerce/form-checkout.php) – please try to remove this and check the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:47

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:38

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:35

    Hello,

    Please try to add this code in style.css file of the child theme:

    @media only screen and (max-width: 992px) {
    	.products-grid .product, .products-grid.product-count-3 .product, .products-grid.product-count-3 .product:nth-child(5n+1):first-child, .products-grid.product-count-3 .product:nth-child(4n+1):first-child, .products-grid.product-count-3 .product:nth-child(3n+1):first-child, .products-grid.product-count-3 .product:nth-child(2n+1), .products-grid.product-count-3 .product:nth-child(n) {
    	    margin-left: 15px !important;
    	    margin-right: 15px !important;
    	}
    }

    Do not forget to clear cache before checking the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:28

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:27

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:27

    Hello,

    Try to regenerate both images. If this doesn’t help, provide temporary wp-admin access so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:21

    Hello,

    Please try to add this code in Custom css:

    .product-results-on .product-ajax-list ul li:nth-child(3n+1), .post-results-on .posts-ajax-list ul li:nth-child(3n+1) {
        clear: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 16:01

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 15:36

    We’ve sent woo.php file to your registration email.
    Please rename current woo.php file in legenda/framework folder and upload the new one. If this solves the problem, you can delete the old file (in case you did not make changes in the woo.php file).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 15:10

    Hello,

    “Shipping” relates to woocommerce plugin translation. Have you synchronized WooCommerce translation?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 14:11

    Have you cleared cache?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 13:48

    Hello,

    .content-product .stock, .content-product .available-on-backorder {
        background-color: white;
        color: red;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 13:41

    Hello,

    Please try to add this code in Theme Options > Custom css > Custom css for mobile:

    .my_account_orders .view {
        background-color:  transparent !important;
        border:  none !important;
        color:  black !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 13:28

    Hello,

    Current theme version is not fully compatible with the latest woocommerce version.
    We are sorry but TheLeader theme was removed from ThemeForest long time ago and this theme doesn’t have scheduled updates. You can downgrade WC version or submit refund request on ThemeForest and buy the new up to date theme with regular updates, for example, XStore https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 13:20

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 13:13

    Hello,

    Please submit different topics for different questions.
    Thanks in advance.
    1) Theme Options > General > Header Settings > Sign In link position.
    2) Please check if you have the same problem with default WooCommerce theme – Storefront on site. Likely you need to contact Woocommerce plugin about this.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2018 at 10:01

    You’re welcome!

    Regards

  • 1 2 3 1,719 1,720 1,721 2,273 2,274 2,275
    Viewing 51,600 results - 51,571 through 51,600 (of 68,231 total)
Viewing 30 posts - 51,571 through 51,600 (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.