Hi @duliom ,
Thanks for contacting us, I apologize for the trouble!
Could you please create a test gallery with a small number of images, such as ten images? This will help us identify if the issue is specific to the number of images being used.
Additionally, if you could provide us with the URL of the gallery that is encountering the issue, it would be helpful, so we can take a closer look.
Looking forward to hearing back from you!
Thanks!
Thread Starter
duliom
(@duliom)
Hi @duliom ,
I apologize for the delay in getting back to you!
The error you mentioned typically occurs when creating large galleries depending on your server’s limits. We can resolve this error with just a little custom PHP code though!
add_filter( 'option_use_smilies', '__return_false' );
In case it helps, here’s a tutorial with the most common ways to add custom code like this: http://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/
I hope this helps! Could you please let me know if you have other questions?
Thanks! 🙂