Jump to content

How do I remove map from the gallery image?

Featured Replies

Posted

I have a huge privacy issue. In our gallery everybody can see WHERE the picture was taken on the map. I have to remove it right now as this breaks any privacy of the user. Is it something I can do without paid plugin? 

I assume that location is saved in Exif. Or can I modify a template to delete it? What template is that? 

Thank you and this is really urgent right now.

Yes, you can of course modify the template, but you can also disable the map on a per-image basis (i.e. edit the image and turn the map off).

  • Author
2 minutes ago, bfarber said:

but you can also disable the map on a per-image basis (i.e. edit the image and turn the map off).

We have over 35000 images in our gallery :blink:

update gallery_images set image_gps_show=0

 

Thanks for this. I just needed to add a table prefix on 2 of my sites and it worked great.

update ib_gallery_images set image_gps_show=0;

and the other was:

update ibf_gallery_images set image_gps_show=0;

'Map potentially showing people's homes' crisis averted!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.