Bring Your Business to Life › Support › Image Store › How to ENABLE right click (Save as) on Image Store
Tagged: enable, right click
- AuthorPosts
- November 12, 2012 at 12:37 am #50933
Xpark Media
Keymastertry to add this code to a javascript file on the footer of the page or just after the image store javascript file is loaded
jQuery(".ims-img, #ims-slideshow, .ims-thumb").unbind("contextmenu");
November 12, 2012 at 9:25 pm #50948taprootphoto
ParticipantThanks for the reply. But could you help a little more? I’m not sure how to do this. I tried inserting this into the footer.php file of my theme and It allowed me to right click download 2 images and each image after that, when I tried to right click download I was just taken to the next image in the gallery. Here’s the code I inserted into the footer:
`<script type=”text/javascript”>jQuery(“.ims-img, #ims-slideshow, .ims-thumb”).unbind(“contextmenu”);</script>`
Thanks for your help.
November 16, 2012 at 1:04 am #51019Xpark Media
Keymastercan you please provide a link to your page, if you can right click on the image you should be able to download the images. do you see any error on the page?
- AuthorPosts
- You must be logged in to reply to this topic.