Home › Forums › WoodMart support forum › Question about changing the size of pic and thumbnail position.
Question about changing the size of pic and thumbnail position.
- This topic has 14 replies, 3 voices, and was last updated 6 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
March 23, 2018 at 5:12 pm #48392
emrefaltugParticipantHi, I want to change the size of the homepage and category product image size. I couldn’t find any option for that it is maybe my bad. And I cannot change the product page tumbnail picture position to the right. There is only bottom and left. I want it on right. How to do that?
Thank you so much
March 23, 2018 at 7:04 pm #48404
Elise NoromitMemberHello,
You can set image size in Appearance > Customize > WooCommerce > Product images as shown here: http://prntscr.com/ivgbz9
As for the right alignment of thumbnails, try to add this code to Theme custom CSS area:
@media (min-width: 992px){
.woocommerce-product-gallery > .col-md-9 {
left:0;
}
}
@media (min-width: 992px){
.woocommerce-product-gallery > .col-md-3 {
right: 0;
}
}Best Regards
March 27, 2018 at 3:17 pm #49250
emrefaltugParticipantThank you so much it looks great. And also I couldn’t find how to translate search bar area, I have translated theme in Turkish but the area in attachment, there is no option for that.
Attachments:
You must be logged in to view attached files.March 27, 2018 at 4:18 pm #49275
Elise NoromitMemberHello,
Have you tried free Loco Translate plugin? You can translate all theme and plugin texts with this plugin. 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
Best Regards
March 28, 2018 at 4:13 pm #49640
emrefaltugParticipantI have activated the plugin but also there is no area for that. I sent you the file before. Theme file doesn’t have that area is it in another plugin?
March 28, 2018 at 5:33 pm #49666
Elise NoromitMemberHello,
1. As soon as you installed Loco, you need to choose plugin or theme and choose the appropriate one.
2. Then you need to create the language and find the text in the search. Have you done that all?
Will you send me site access I will check the Loco Translation?Best Regards
March 30, 2018 at 8:35 am #50014
emrefaltugParticipantWhen I enter the header builder, I can see there is “search tab” I want translate this area but there is no “search for product” or “select category” text in theme. I have sent you an admin pass please enter and found it for me because I’cant maybe I have tried 5 times.
March 30, 2018 at 11:23 am #50057
Elise NoromitMemberHello,
Please check your credentials I cannot login.
Best Regards
March 30, 2018 at 1:30 pm #50090
emrefaltugParticipantI have disabled the search in header builder because it causes crash and I am getting internal server error when I search for anything.
March 30, 2018 at 2:19 pm #50102
Elise NoromitMemberHello,
Will you reproduce step by step your actions? Can you provide screenshots and valid admin access?
Best Regards
March 31, 2018 at 4:23 pm #50217
emrefaltugParticipantPlease check the translation. For example I have changed the “Browse Categories” in po edit also as you say Loco translate. It is not changing.
Attachments:
You must be logged in to view attached files.April 1, 2018 at 7:58 am #50244
Artem TemosKeymasterIt seems that PO file is located in a wrong folder. Currently it is in
wp-content/themes/woodmart/languages/
and should be inwp-content/languages/themes/
. Try to create a new translation to fix this.Regards
April 2, 2018 at 6:49 am #50364
emrefaltugParticipantI have changed child theme to woodmart and translation works. That was the problem thank you.
I want to ask;
– How to change the website/shop links banner?
– How to change the picture size of the related products?April 2, 2018 at 7:46 am #50372
emrefaltugParticipantAlso when I click wishlist near cart, it goes back to homepage. How to set up correct link to wishlist?
April 2, 2018 at 9:23 am #50388
Elise NoromitMemberHello,
Please clarify which banner you would like to change?
In order to configure the related product image navigate to Appearance,> Customize > WooCommerce > Product images
As for Whishlist navigate to Woodmart > Head Builder > Add the element http://prntscr.com/izmt6f
Make sure the plugin has been activated.
Best Regards
-
AuthorPosts
Tagged: ``
- You must be logged in to create new topics. Login / Register