Add a download button for images in wp gallery
-
Hi Kadence!
I edited gallery.php into the Virtue/Pinnacle Toolkit plugin to add 2 buttons in an overlay that appears on mouse hover for the images in galleries. The first button opens the lightbox and the second one to download the image.
After many researches and tries, I didn’t find the way to bypass the lightbox.
$output .= '<a href="'.esc_url($attachment_url).'" data-download="picture.jpg" class="download-image" title="Download"><i class="icon-download-alt"></i></a>';
Is there a class, an url parameter or a syntax to disable or bypass the theme lightbox for an image link?
Thanks in advance
- The topic ‘Add a download button for images in wp gallery’ is closed to new replies.