Tagged: x
-
AuthorPosts
-
March 20, 2017 at 5:15 pm #1414263
Good night,
Im having a few problems:
1.- How can i change the size of the images?
2.- How can i change the title “Informacion adicional” for other different?
3.- There are some words that still appear in english and not in my language (spanish): product, cart subtotal and order total…March 20, 2017 at 5:17 pm #1414265This reply has been marked as private.March 21, 2017 at 3:32 am #1414677This reply has been marked as private.March 21, 2017 at 6:37 am #1414789Hey there,
1. X disables WooCommerce image size setting for design consistency.
2. For multilingual setup, you need to use a plugin such as WPML
3. You need to translate both X and WooCommerce. You can do that by using a plugin like WPML or manually. See https://community.theme.co/kb/translation/ to manually translate X. For WooCommerce, see https://docs.woocommerce.com/document/woocommerce-localization/Thanks.
March 21, 2017 at 1:56 pm #1415350Hi man, thanks for reply but:
1.- Can i do something with CSS ?
2.- Not to change the language…i need change the title (if i change the languaje is the same title in other language)
3.- Thanks.Regards
March 22, 2017 at 4:43 am #1415999Hi,
1. You can add this under Custom > Edit Global CSS in the Customizer.
.woocommerce-checkout .shop_table .product-thumbnail { max-width:100%; }
2. Kindly refer to this link – https://community.theme.co/kb/translation/
March 22, 2017 at 9:35 am #14162581.- It doesnt work 🙁
2.- Ok i have done it.March 22, 2017 at 9:33 pm #1417116Hi there,
Please change it to this
.woocommerce .cart.shop_table .product-thumbnail img { width: 100%; }
Have you managed to implement translation for the title?
Thanks!
March 23, 2017 at 6:36 am #1417501Hi thanks for you answer,
The translation is ok.
To change the image size still dont work with any of the two codes
March 23, 2017 at 8:39 am #1417623Hi There,
Please try:
.woocommerce .cart.shop_table .product-thumbnail img { width: 100% !important; }
Let us know how it goes
Joao
March 23, 2017 at 10:18 am #1417770Thanks for answer Joao,
Uff still it dont do nothing…
March 23, 2017 at 11:55 am #1417917Hi there,
Please try this:
.woocommerce-checkout .woocommerce-main-image img { width: 100%; }
Hope this helps.
March 26, 2017 at 2:51 pm #1420836It works. Thanks !
March 26, 2017 at 11:03 pm #1421144You’re welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts