Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium Gallery Full Screen
- This topic has 6 replies, 4 voices, and was last updated 4 years, 10 months ago by
Andre Flores.
- AuthorPosts
- April 2, 2020 at 4:39 pm #937990
Alvaro García
ParticipantIs possible to show the images of the gallery of an accommodation on a lightbox or something like that, I would to see it on full screen
April 3, 2020 at 12:56 pm #938364sharron bradley
ParticipantHey, I’m currently also trying to achieve this, any help from any professionals would be greatly appreciated!
April 4, 2020 at 6:25 pm #938740Alvaro García
ParticipantThis reply has been marked as private.April 6, 2020 at 12:03 pm #939195sharron bradley
ParticipantHello, post has been made private? can anyone suggest a solution to this?
Many thanksApril 6, 2020 at 2:16 pm #939292Andre Flores
ModeratorHi, Alvaro and Sharron!
You may achieve this by adding the following code to your theme functions.php file (add it to child theme function.php file if you are using it):
add_action('booklium_render_single_room_gallery', 'booklium_single_room_type_gallery_add_link_to_file'); function booklium_single_room_type_gallery_add_link_to_file() { add_filter('mphb_loop_room_type_gallery_main_slider_image_link', function (){ return 'file'; }); }
The above code will link gallery images to the image file. In order to add a lightbox you may use some additional plugins, e.g. Responsive Lightbox & Gallery.
Regards,
AndreApril 10, 2020 at 7:35 pm #941057Luis
ParticipantMerci. Wait and see
April 13, 2020 at 2:59 pm #941621Andre Flores
ModeratorHi, Luis!
You are always welcome.
Anyone who also needs this feature, feel free to let me know by commenting this topic.Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.