Images gallery lightbox issue
-
Hi
I am using “images gallery” element in “Organic Demo” home page.
Such page can be seen in demo here : https://woodmart.xtemos.com/demo-organic/demo/organic/.
The issues, I am facing, is as follows :-
When I click on an image in image gallery, the image does not open in Lightbox through AJAX, instead it opens through a URL.
Please extend some guidance regarding this.
Regards
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
– I uninstalled plugins and re-installed but problem persists
– Parent theme switching : no idea what it means
– an (admin) user name and password is attached in private content.
– Please fix the issue and also let me know what actions fixed the issue. I want to repeat the actions so that I understand how I can also fix such issue in future.
I also want to make background of previewed image as “not black”. I mean I want that when an image is previewed in gallery after clicking it, the image’s background should be semi-transparent showing the contents of screen in the background.
Please let me know how to do it.
I can work in CSS, JS, PHP.
Hello,
You have not provided the password. Please provide
Best Regards
Looking forward to an early reply please.
Hello,
The password is not correct, I cannot log in.
Best Regards
Please check again.
I have fixed it.
In case you face any issue, let me know.
Let me know if you are able to access the user account I created.
Hi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this http://prntscr.com/nr8vh5
wp_enqueue_script( 'woodmart-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), woodmart_get_theme_info( 'Version' ), true );
This issue will be fixed in the nearest update.
Regards
How to make background white for the preview. Currently, the background shows black.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .pswp__bg {
background-color:#ffffff;
}
Best Regards
Thanks. The AJAX issues was resolved.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Images gallery lightbox issue’ is closed to new replies.