Stefan wrote:I have upgraded to NopCommerce 3.40 2 weeks a go and also upgraded the Quickview plugin and I have a an issue.
When opening the Quickview Pop up/Window, If the item has an image the picture displays fine, but when no image is assigned/ default-no-product image it shifts out side of the image frame and the "GO TO PRODUCT PAGE" is behind the mage almost invisible, where should I start looking?!
Thanks
Hi ezzat2k,
Thank you for your feedback! It was actually an issue that had been fixed. In order to integrate the fix add the following css to either the Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Electronics\Content\QuickView.css file or in the admin -> plugins -> nop electronics theme -> settings -> custom head styles textbox:
.quickViewWindow .gallery .picture {
height: 250px;
}
Thanks again!
Best Regards!
Dear Support Team,
In my site also, the zoom image is displayed next to the Image Frame. The Quick View.css has the following code.
.quickViewWindow .gallery .picture {
height: 250px;
line-height: 250px;
}
The Version is 3.4 with Nop.Traction Template. Kindly help me on this.
Regards,
Ela
BlueMed Development Team