Close

Profile: rgraham

Avatar

User posts

Double Image
10 years ago

That fixed it! It was the missing space between the two class selectors.  We certainly do appreciate your help!

Double Image
10 years ago

Thanks for the suggestion, but I have checked and rechecked the "Default image container selector" and it is definitely set to ".product-essential.gallery" .  The side-by-side image issue is still there.  

Double Image
10 years ago

Just upgraded to 3.20 and installed new version of Nop Cloud Zoom.  Zoomed product detail images now appear to have been inserted to the left of the existing product images which are still visible.  This results in duplicate images in each case.  An example of this issue can be seen on our site at:

http://www.softballspa.com/SPA_Store/route-66-champion-ringpendant-wroute-66-encrust-white-lustrium

Thanks in advance for any suggestions.

10 years ago

usdm wrote:
Do you have a solution for ie10 compatibility view showing a duplicate of the image & it's thumbnails using nop version 2.8?
http://www.mobilemars.com/alabama-crimson-tide-usb-car-charger



Had the exact same problem in version 3.0, until I turned off the widget enable, and integrated the Cloud Zoom as described in my earlier post.  Tried setting things back as directed, but the problem returned.  The Cloud zoom is working perfectly on my site now with version 3.0 and the integration instead of the Widget.  Hope this helps.

10 years ago

IvanStoyanov wrote:
Does the "Nop Cloud Zoom Plugin" function with the "default clean" theme that is provided with Nop Commerce V3.0.  I have installed the trial version of this plug-in and it is not functioning properly with this theme.  It was working prior to the V3.0 upgrade, however, it was using the Nop-Templates dark orange theme for V2.8.

The zoom function no longer functions (with the new theme).  After initially viewing a product image (with no zoom functioning), then choosing the home page, and subsequently returning to the product, the image is no longer displayed (Only a white square is seen in place of the image).  The problem goes away when the Plugin is disabled.  Any thoughts?

Hi rgraham,

The Nop Cloud Zoom plugin works with all of our themes and the Default Clean theme. I guess that you are using the same database, that you used in nopCommerce 2.8. The thing is that one of the settings of the Nop Cloud Zoom plugin has changed, due to the new HTML. And because you are using the same database, the setting was not changed, when you updated the plugin to the 3.0 version. To fix this problem, please go to the administration of the plugin and set the Default image container selector setting to .product-essential .gallery.

Ivan Stoyanov


Thanks Ivan,
I did get the Nop Cloud Zoom to function with the default theme, however, there appears to be more to the story.  There is no "Automatic Integration" selection in the settings for the v3.0 version, and the installation instructions for this version don't mention manual integration as in the earlier versions.

To get things working properly, I found it necessary to manually integrate the plugin by editing the Views\Catalog\ProductTemplate.SingleVariant.cshtml and the  Views\Catalog\ProductTemplate.VariantsInGrid.cshtml files to replace
@Html.Partial("_ProductDetailsPictures",Model)  with
@Html.Action("CloudZoom","CloudZoom",Model

Also, under the line <div class="overview"> div tag, add <div id="cloudZoomWindowElement" style="position: absolute"></div>

These are the same instructions for manual integration that were provided with earlier versions, however, the lines of code are no longer under the same div tag as before.

It is interesting to note that the "Enable Cloud Zoom as a Widget" setup had to be unchecked to prevent double (side by side) images from appearing, and using IE10 I had to go to compatibility mode to accomplish this while leaving the "Cloud Zoom" enabled.

One last comment, I seem to be finding randomly and on rare occasion that product images are being displayed as blank white areas.  This is rare and so far I have not been able to pin it down to a specific cause.

Please forgive my rambling here, and thanks for all your help.
Bob

10 years ago

Does the "Nop Cloud Zoom Plugin" function with the "default clean" theme that is provided with Nop Commerce V3.0.  I have installed the trial version of this plug-in and it is not functioning properly with this theme.  It was working prior to the V3.0 upgrade, however, it was using the Nop-Templates dark orange theme for V2.8.

The zoom function no longer functions (with the new theme).  After initially viewing a product image (with no zoom functioning), then choosing the home page, and subsequently returning to the product, the image is no longer displayed (Only a white square is seen in place of the image).  The problem goes away when the Plugin is disabled.  Any thoughts?