Forum Replies Created

Viewing 30 posts - 241 through 270 (of 731 total)
  • Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 15:10

    Hello,

    Your request requires additional customization and can be done only as a paid service.

    Regarding changing names of some buttons you can read how to translate our theme in the documentation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 15:04

    1. We meant to remove featured image from images gallery. Don’t remove featured image itself.

    2. It works correctly without the code http://customjackets.apps-1and1.net/shop/made-to-order/made-to-order-mens/mens-drifter-blue-washed-glazed-lambskin-leather-shirt-jacket/

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 15:02

    We see that these buttons exist in the header https://gyazo.com/ec1fb87133581f930f9d0266f0ba8764
    What exactly do you want to translate also?

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 15:01

    Hello,

    1. These requests time doesn’t depend on our theme at all. wc-ajax?get_refreshed_fragments comes with WooCommerce and we can’t optimize it in terms of our theme.

    2. You can change the file (override in child theme) xstore/woocommerce/content-product.php and remove this code

        	        <div class="product-excerpt">
                        <?php echo do_shortcode(get_the_excerpt()); ?>
        	        </div>

    3. Unfortunately, there is no option to change this loader without code customization.

    4. Yes, we use our own “Instagram” widget that you can find in Appearance -> Widgets.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 14:39

    Hi,

    Try to add this code snippet to the functions.php file in the child theme

    add_filter( 'woocommerce_in_cart_product_title', 'add_sku_in_cart', 20, 3);
    
    function add_sku_in_cart( $title, $values, $cart_item_key ) {
      $sku = $values['data']->get_sku();
      return $sku ? $title . sprintf(" (SKU: %s)", $sku) : $title;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 14:33

    You are welcome!

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:58

    Hello,

    1. There is no any padding added to product images in upsell widget.

    2 & 3. You can change them via POT file. Here is an article that will help you https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:45

    Hello,

    Sorry, but there is no such ability in our theme.

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:44

    Hi,

    Use this code

    .tabs .tab-title span {
        color: #d0d0d0;
    }
    
    .tabs .tab-title.opened span {
        color: black;
    }
    
    .left-bar .left-titles li {
        padding: 15px 20px;
    }
    

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:38

    Ok, try to disable AJAX add to cart for simple products in Theme Options -> eCommerce -> Single product page.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:36

    Hi,

    Try to limit title by width using this code snippet

    .page-heading.bc-size-small .title {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:08

    Have a nice day 🙂

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:05

    But this popup is not shown on our demo single product page also. It didn’t work in that way. It simply updates the cart.

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 11:03

    We see that it is still set to “contain”. Here is a screenshot https://gyazo.com/456623e5d4e853c1171ff505a13572c3

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 10:58

    Hello,

    But it is not clear for us what the problem you are talking about. Could you please provide us some screenshots for better understanding?

    Thank you

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 10:29

    Hello,

    We just tested your website and see that “Add to cart” process works correct. Could you please provide some screenshots of the problem for better understanding?

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 10:00

    Hi,

    Thank you for this suggestion. We will think of adding it for sure.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 09:59

    Hello,

    Try to clear your browser cache and cookies.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 09:56

    Hello,

    Thank you for contacting us.

    The gallery doesn’t work properly because of two reasons:

    1. You don’t need to add a featured image to the product gallery also

    2. You have broken its functionality with this code snippet, please remove it https://gyazo.com/71edaa956dc3fedd09f4b472d18f619f

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 08:56

    OK, we understand. Could you please provide your admin access so we could check how it works?

    Thank you

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 08:38

    Hello,

    1. Try to add this additional code also

    form.variations_form.cart {
        min-width: 300px;
    }

    2. Thank you for the idea. We will consider adding such icon to the “Clear” button in the future.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 08:27

    No problem. Contact us if you will have any additional questions.

    Avatar: 8theme
    8theme
    Support staff
    January 11, 2017 at 08:25

    Hello,

    We just tested your website and see that products view mode buttons work both on the shop page and on the category pages without any problems https://gyazo.com/314730fa5f73e2ade9a9d475f94d3966

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 16:38

    We just investigated your website loading time on mobile devices and didn’t notice any issues. Average loading time is 5-10 second that is actually ok for mobile devices.

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 16:32

    Great you are welcome!

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 16:02

    Hello,

    We see a P tag inside of your quote tag that changes its typography. We fixed it on your website.

    Body font weight is changed from Theme Options. You can edit it in a Typography section.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 15:45

    Hello,

    Thank you so much for posting your solution here.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 15:43

    Hello,

    Quantity increment/decrement buttons are implemented only to default WooCommerce inputs. They can’t be added to any custom quantity inputs that come with additional plugins.

    The custom fix is located in a custom CSS area. There is no reason to include it in the theme update.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 15:37

    Hello,

    Could you please provide a screenshot for a better understanding of the problem? What exactly doesn’t look as it should in related posts?

    PS. We suggest you disable some “custom scrolling” feature on your website. It is impossible to view your website on Mac.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 10, 2017 at 15:33

    Hello,

    Thank you for reporting us about the issue.

    We see a few CSS conflicts there and they will be fixed in our next update soon.

    Kind Regards

  • 1 2 3 8 9 10 23 24 25
    Viewing 270 results - 241 through 270 (of 731 total)
Viewing 30 posts - 241 through 270 (of 731 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.