-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lory Slider: Empty Slides and Sorting of Slides #8
Comments
Hi, I would like to know if this is possible? Regards |
I did it myself. ` function slideRemover() {
It basically checks if a slide doesn't have a child and if yes, to delete them on the exported page. This is all done inside the script function of grapesjs-lory-slider.min.js and there you call this function. You might have to unminify the file to edit it. |
Hi,
Hope you are doing well.
As I am working with your Lory Slider, I'm just wondering do you have any workaround, to detect whether there's an empty slide inside the slider? Then once we have detected that the slider has an empty slide content in it, we have to delete the empty slide. If it is possible to give me a guideline or snippet that I can work on, that would be great help.
And one more thing, if there's a way to reorder or sort the slides?
Regards,
Tyrone
The text was updated successfully, but these errors were encountered: