Jump to content

Can I Disable the Pop-up to view larger image on product page


Recommended Posts

It probably sounds like a strange question, but...  We love the hover-zoom feature that shows detail images of the artwork products, which you need when selling art.  Because it is artwork, we don't want people to be able to click on the image and see the whole file at once.  Is there a way to disable the full-sized image pop-up (colorbox?), and still keep the hover-zoom feature working?

We've had to deal with people stealing my daughters' art before, and I would rather prevent the option of that happening through the store.  I do have a simple watermark on the images, and don't want to apply a larger watermark as it is not visually appealing to potential customers.

Any suggestions?

Link to comment
Share on other sites

You can try this -- in the file /js/common.js, near line 346:

Find:
var magnify_options = {lensWidth:250, lensHeight:250, link:true, delay:250};
Change to:
var magnify_options = {lensWidth:250, lensHeight:250, link:false, delay:250};

To test, you will need to have your browser force-reload the page's resources. For Firefox, this accomplished by holding SHIFT while clicking the circular arrow in the address bar. Other browsers will have similar methods.

I must advise you this does not stop anyone determined enough to fetch the image directly, once the image's URL is discerned.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...