• Resolved ilmaxx

    (@ilmaxx)


    Hi diego! ??

    One question… like topic title, there is a command, flag, setting that in a click re-enable on ALL galleries “Links & Lightbox (mobile)” on “lightbox” and disable “no lightbox”? If not i have to enable lightbox on mobile one by one (i have 79 galleries!).

    Thanks in advance, have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, bulk operations are actually planned but I don’t have a release date yet.

    You can try with this query to run on your database:

    update wp_FinalTiles_gallery set configuration=REPLACE(configuration, '"mobileLightbox":""', '"mobileLightbox":"lightbox"');

    N.B.: replace the prefix wp_ if you have chosen another one during the installation of WordPress.

    WARNING: as everytime you run a query on a database, it’s always recommended to make a backup.

    If that query doesn’t work then please paste here the output of the export tool that you find when you edit a gallery.

    Thread Starter ilmaxx

    (@ilmaxx)

    Thank you very much for the answer!

    Umhh in my opinion is too dangerous run query on database even if there is a backup…
    I had some bad experiences, i’m scared anyway and so i prefer enable manually lightbox on mobile on 79 galleries.. ?? Anyway thanks for code and i’m sure it works! ?? ??

    Thanks Diego!! I’m sure that code is useful to many other users…

    Thanks, have a nice evening!! ??

    I would already be happy if there would be a config settings only import/export. Without the title, description and the selected photo’s.

    While not a bulk config, it would make it easier to build different, but consistent, galleries.
    Maybe a checkbox in the export option: “config only” so it doesn’t save the gallery specific settings?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘lightbox on mobile… one click enable all?’ is closed to new replies.