This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson
Hi, I have some problem here
1. why my site looks so narrow on desktop screen?
how to fix that? I have set my site to “wide” on theme setting but it still not go wide.
http://prntscr.com/ekj2nt
http://prntscr.com/ekj46o
http://prntscr.com/ekj4bv
2. Why all linked products going to swap when mouse hover on it? i saw on demo that the linked products will swap one by one based on mouse hover on specific product.
my site
http://prntscr.com/ekj4o7
demo site
http://prntscr.com/ekj73d
Thank you for reply and solution
Hello,
1. Go to Theme Options > Responsive > turn on “Enable Responsive Design”. Also set the value for “Large resolution from” option if needed.
2. I’ve added this css code in custom CSS section:
.sidebar .product .hover-effect-swap .product-content-image:hover img {
opacity: 1 !important;
}
.product .hover-effect-swap .product-content-image img {
opacity: 1;
}
.sidebar .product .hover-effect-swap .product-content-image img {
opacity: 0;
}
.sidebar .product .hover-effect-swap .product-content-image img.hide-image {
opacity: 1;
}
Regards,
Jack Richardson.
Thank you for the solution, but now my shop page is displaying product image for hover effect not its featured image for each product. it displayed the right image when i disable product image hover, but going wrong when I enable swap option in product image hover. How about that?
Thank you
Hello,
Please check your shop page now.
Regards,
Jack Richardson.
Tagged: narrow, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up