Hi, tried this code, but I changed the page to page with sidebar, and now under the products images there is a bar. How do I remove it? (Capture.png) If I move the bar, the shirt image doesn't move, but the "buy" and "more details" that shows on hover move.
Also, when I click in a subcategory link in the sidebar, the page redirects to the subcategory page, but it shows a strange icon while is loading. (Capture2.png)
Another question, I updated the theme, and my languages files were gone. Is there a way to mantain the languages files when the theme is updated? (Yes, I'm using I child theme)
I put my languages files back to the lang folder, but the text under the cart icon remains in english. It's the only one that remains in english (Capture.png). Already checked the lang file, but it's translated. How do I translate it?
Hi,
I added this css code to resize the product image:
.product_image_wrapper,.rd_woo_image_ctn { width: 300px; }
I'd like to know how to center the product image, because it's aligned to the left. It can be seen in capture1.png
Another thing is how to resize the related product image. Like shown in capture2.png, it's way too big. I tried with this css, but didn't work:
.related .products li { max-width: 100px; }
Thanks!
Another question is about the shop page. How to resize the product images?
Hello Otavio,
For the product image try to add a left margin or to change the img element size, make it inline-block and have the \"a\" element to text-align center
For the Related product try this :
.upsells .products li { max-width: 100px; }
For the shop item, with your current layout you can use this css :
.shop_three_col { width: 200px!important; }
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi, tried this code, but I changed the page to page with sidebar, and now under the products images there is a bar. How do I remove it? (Capture.png) If I move the bar, the shirt image doesn't move, but the "buy" and "more details" that shows on hover move.
Also, when I click in a subcategory link in the sidebar, the page redirects to the subcategory page, but it shows a strange icon while is loading. (Capture2.png)
Thanks
Hello Otavio,
Please try to add this custom css ( thefox > styling options ) :
#posts .shop_four_col .add_to_cart_button { width:75%; }
For the icon problem it seems you have changed the page layout so we are not able to check this problem currently.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thanks for the reply, it worked.
Yes, I changed the layout, so it's ok. Thanks
Another question, I updated the theme, and my languages files were gone. Is there a way to mantain the languages files when the theme is updated? (Yes, I'm using I child theme)
I put my languages files back to the lang folder, but the text under the cart icon remains in english. It's the only one that remains in english (Capture.png). Already checked the lang file, but it's translated. How do I translate it?
The cart suddenly translated itself, so never mind about this.
But is there a way to keep the lang files when the theme is updated?
Thanks
Hello Otavio,
You would need to take a backup of the lang file before updating the theme and then replace the file.
If you are using a child theme you can add this code, and copy the main theme lang folder in the child theme folder.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thanks for the reply
You're welcome
Do not hesitate to contact us if you have other questions.
Have a nice weekend
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme