How to ENABLE right click (Save as) on Image Store

HomeSupportImage StoreHow to ENABLE right click (Save as) on Image Store

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50925
    taprootphoto
    Participant

    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

    #50933
    Xpark Media
    Keymaster

    try 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");
    #50948
    taprootphoto
    Participant

    Thanks 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.

    #51019
    Xpark Media
    Keymaster

    can 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?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.