Home Forums WoodMart support forum Gallery Lightbox Issue Reply To: Gallery Lightbox Issue

#61424

Artem Temos
Keymaster

Hello,

There are two reasons for the problem that gallery is not working correctly.

1. Images for the gallery are loaded with AJAX and after they are loaded, gallery lightbox should be triggered in JS. Unfortunately, we don’t know if they trigger any action when the content is loaded. You can contact them and ask to place this code to the JS action when the dynamic content is loaded

woodmartThemeModule.photoswipeImages()

2. Second issue can be fixed with a CSS snippet to after the JS is added

div.pswp {
	z-index:15000000;
}

Kind Regards