This topic has 9 replies, 3 voices, and was last updated 6 years ago ago by Rose Tyler
Hello!
There are two things I would like to resolve.
The first, where you change the text that appears in the cart (free standard shipping on orders…)
The second one, I don’t see the option register/sign up in the menu, next to the icons of the cart. Thanks
Another question:
When I enter the web with my mobile phone, the images are blurred. There is a lot of loss of quality, then when you see the product the images are seen correctly.
Why?
Hello,
1) http://prntscr.com/l7tauh
2) Theme Options > Header > Header layout > Sign In link position
3) Please provide screenshot for better understanding. Also, provide us with temporary wp-admin access so we can take a closer look.
Regards
Hello. Thank you for your reply.
I send you two screenshots to see the problem, one of the photo inside the product page ( http://prntscr.com/l889e3 ), and another as seen in the product thumbnail on the main home page. http://prntscr.com/l889l4
If you want to visit the web, with a mobile device you will see perfectly the loss of quality of the images.
On the other hand, product descriptions after upgrading to the latest version have become very small, also attached capture. http://prntscr.com/l889wl
Thank you and greetings.
Hello,
Sorry for the delay due to the weekends.
1. Is the problem solved?
2. Please add this code in Theme Options > Custom css > Global custom css:
.single-product-wide.product-fixed-content .product-information-inner {
padding-left: 0px;
padding-right: 0px;
}
@media only screen and (min-width: 993px) {
.single-product-wide .product-information-inner {
width: 80%;
}
}
Regards
Not resolved, please enter the web address with a mobile device and you will see the quality of the thumbnails.
When you enter the product page, the image has good quality.
Hello,
I see. Add the following code in Theme Options > Custom CSS
@media only screen and (max-width: 768px){
.content-product .product-content-image img {
width: auto;
}
}
Regards
Thanks for the CSS code, the quality of the images has improved.
What has not improved is the visualization of products, which at the top of the page, has narrowed the space for product description and as I scroll down scroll moves. I send captures.
view the effect in desktop https://noxter.es/tienda/noxter-chesterfield-gold-rose/
Hello,
Please try to disable Fixed product content for Single product page, then clear cache and check.
Regards
You must be logged in to reply to this topic.Log in/Sign up