Wocommerce image problems in cart and product added language

This topic has 4 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: deranaloge
    deranaloge
    Participant
    February 25, 2016 at 20:53

    hi me again 🙂

    another 2 things i have to change:

    1. how can i chnage the laguage from the sucessfully added popup when i add a product in the product page. it is englisch now (sucsefully added product and the two buttons) but i need it in german.

    2. when i added the products and i click on the cart (warenkorb) then the image is blurry. i think woocommerce is resize the picture from a small image. i did regenrate thumbnaisl allready but the image is still blurred and only in the cart.

    as always many thanks for your help!

    cheers

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 26, 2016 at 14:52

    Hello,

    1. You need translate default.po file in the directory wp-content/themes/classico/languages as described in the documentation: https://www.8theme.com/classico-theme-documentation/ (10.1. Base theme translation).

    2. I’ve added this code in Theme Options > Styling > Custom CSS > Global Custom CSS:

    table.shop_table td.product-name .product-thumbnail img {
        width: auto;
    }

    Clear browser cache and check Cart page now.

    Best regards,
    Jack Richardson.

    Avatar: deranaloge
    deranaloge
    Participant
    February 26, 2016 at 21:48

    thx again for your help. the images looks great now! 😉

    i tried to translate the file now but no luck. will try tomorrow again.

    now i found another 2 problems with text colours. in the cart widget the product name and price is white. i had to change it into white in the “normal” cart. is there a pointer to change it back to black in the cart widget?

    second problem the main menu active link is not the color i adjusted in the 8theme options.

    thx again!
    cheers

    Avatar: Eva
    Eva Kemp
    Support staff
    February 27, 2016 at 10:37

    Hello,

    Please add this code in Global Custom CSS:

    .cart-popup-container .product_list_widget li h4 a, .cart-popup-container .order-list .coast .amount {
        color: black;
    }

    To change active menu link color use this code:

    .menu > li.current-menu-item > a {
      color: red;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.