Home Forums Search Search Results for 'empty cart issue'

Viewing 5 results - 121 through 125 (of 125 total)
  • Author
    Search Results
  • In reply to: Translate to Romanian

    #122175

    Hello,

    Thank you very much for choosing our theme and warm feedback.

    1. Unfortunately, you will have to use a free plugin which would solve issues # 1, 6, 7. You can both translate to Romanian and to rename “Browse categories”, and labels with this plugin as well. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    2. Empty Cart text is translated just in the Theme Settings > Shop > scroll to find. In the same way, you will find the translation for the Login/Register page: Theme Settings > Login/Register; when you search a string, choose “Woodmart” in domains and then search http://prntscr.com/nkf93w

    3. Select Category search reflects all the existing categories which you create in Dashboard > Products > Categories

    4. There is no option to add a slider to the compare page. Using WP bakery page builder you can add a slider to a product page. Chose Slider Revolution element or Woodmart slider. https://xtemos.com/docs/woodmart/woodmart-slider/

    5. Please navigate to the Theme Settings > Product page > Tabs

    6 and 7 view #1

    Best Regards

    jukka18
    Participant
    #51347

    Hi there,

    I’ve noticed /?wc-ajax=get_refreshed_fragments seems to really slow my pages.

    Is there anything you recommend to help with this. I know there is a plugin out there to remove this, however it means if the customer clicks on the right hand side dropdown cart it is empty, even with product aded to the cart. Is there a way to remove this and have the theme set up so if you click on the cart it doesn’t show an empty cart.

    Struggling to do this without causing customer usability issues?

    Thanks

    W

    knittinginna
    Participant
    #28739

    Hello again, we are soon getting there, but I am afraid there still are some small issues shopping from mobile.

    It is regarding normal simple products. You have to go into the actual product to add it to the cart. The “Buy” button below the product picture on the categories page only works for the first product you add. If you add another product from the categories page, the cart gets empty.

    These are a couple of categories with “simple products” only:

    https://knitting-inna.com/nb/produktkategori/strikkemonster/luer/

    https://knitting-inna.com/nb/produktkategori/strikkemonster/barn/

    And one more issue (both desktop and mobile).

    When you enter the store page: https://knitting-inna.com/nb/butikk/

    There are two sub-categories that doesn’t show, unless you hit the “ALL” link left on the black menu bar. This is the categories: https://knitting-inna.com/nb/produktkategori/garn/ & https://knitting-inna.com/nb/produktkategori/strikkepinner/

    Also – do you know why the content on the main store page is longer down on the page, than if you enter a sub-category?

    Kind regards,

    Stian

    In reply to: Customize Cart widget

    Serg Sokhatskyi
    Keymaster
    #25927

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body.dropdowns-color-light .cart-widget-side {
    	background-color: white;
    }
    
    body.dropdowns-color-light .cart-widget-side .widget-close,
    body.dropdowns-color-light .cart-widget-side .remove,
    body.dropdowns-color-light .cart-widget-side .total strong,
    body.dropdowns-color-light .cart-widget-side .product-title,
    body.dropdowns-color-light .cart-widget-side .empty{
    	color: #2d2a2a;
    }
    
    body.dropdowns-color-light .cart-widget-side .empty:before,{
    	color: rgba(135,135,135,.15);
    }
    
    body.dropdowns-color-light .cart-widget-side .empty:after {
    	color: #858585;
    }
    
    body.dropdowns-color-light .cart-widget-side .amount {
    	color: #282d4f;
    }
    
    body.dropdowns-color-light .cart-widget-side .quantity {
    	color: #bbb;
    }
    
    body.dropdowns-color-light .cart-widget-side .widget-close:before,
    body.dropdowns-color-light .cart-widget-side .widget-close:after {
    	background-color: black;
    }
    
    body.dropdowns-color-light .cart-widget-side .widget-title {
    	color: black;
    }
    
    body.dropdowns-color-light .cart-widget-side .total,
    body.dropdowns-color-light .cart-widget-side .widget-heading {
      border-color: rgba(129,129,129,.2);
    }
    
    body.dropdowns-color-light .cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
    	background-color: #f9f9f9;
    }
    
    body.dropdowns-color-light .cart-widget-side .mini_cart_item:hover .product-title {
    	color: #333;
    }

    Regards

    Artem Temos
    Keymaster
    #21787

    Hi,

    1. As we described, the widget will be hidden on cart and checkout pages in the next update.

    2. We just tested in FireFox and don’t see the issue you are writing about https://gyazo.com/0cc9de2de13f62460f4333a1d0ba6e26

    3. Here is a CSS code to fix it. We will include it in the next update also

    .woocommerce-cart .woocommerce > .cart-empty,
    .woocommerce-cart .woocommerce > .return-to-shop {
    	background-color: transparent;
    }
    
    .woocommerce-cart .woocommerce > .cart-empty {
    	font-size: 36px;
    	letter-spacing: 1px;
    	line-height: 1.5;
    	padding: 250px 0 0px 0;
    }
    
    .woocommerce-cart .woocommerce > .return-to-shop {
    	padding: 0;
    	line-height: 1;
    }

    Regards

Viewing 5 results - 121 through 125 (of 125 total)