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

Bring Your Business to LifeSupportImage StoreHow to ENABLE right click (Save as) on Image Store

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.