Bring Your Business to Life › Support › Image Store › How to ENABLE right click (Save as) on Image Store
Tagged: enable, right click
- AuthorPosts
- November 11, 2012 at 11:05 pm #50925taprootphotoParticipant
Basically I have a members site (Using s2member plugin) The premium galleries are protected by the s2Member plugin. I love the “Favorites” feature of the Image Store plugin. But I need to allow my Premium Members to be able to right click and save the images. I know this is in the javascript. How can I enable for the users to be able to right click and then download the images on my site (inside the Image Store gallery)?
viintage.com
Thanks,
Matt
November 12, 2012 at 12:37 am #50933Xpark MediaKeymastertry 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 #50948taprootphotoParticipantThanks 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 MediaKeymastercan 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.