Close

Cloud zoom in NeoFashion

zjerry
10 years ago
#2712 Quote
Avatar
  • 39
Hi,
When I enable the 'Enable Default Zoom On Click' option and browse product images in full size then the 'Previous' image overlay appears when hoover on the left side of image but the 'Next' image overlay never shows. Clicks works as expected so I can switch to next, previous images.
IvanStoyanov
10 years ago
#2715 Quote
Avatar
  • Moderator
  • 269
zjerry wrote:
Hi,
When I enable the 'Enable Default Zoom On Click' option and browse product images in full size then the 'Previous' image overlay appears when hoover on the left side of image but the 'Next' image overlay never shows. Clicks works as expected so I can switch to next, previous images.


Hi zjerry,

Thank you for reporting this problem. We have fixed it.
You need to download the package from our website. Go to Themes/NeoFashion/Content/img and copy the loading.gif image to the same folder located in your nopCommerce source.
After that go to Themes/NeoFashion/Content/css/ in your nopCommerce source and open the styles.css file. Change

#lbNextLink:hover {
  background: url('../Images/nextlabel.gif') no-repeat 100% 15%;
}


to

#lbNextLink:hover {
  background: url('../img/nextlabel.gif') no-repeat 100% 15%;
}


Everything should be working fine now.

Best regards,

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
zjerry
10 years ago
#2717 Quote
Avatar
  • 39
Thanks a lot!