Hi @eahrenee,
1. Yes, the album title option is avalable in pro version.
2. You can add unlimited images if your server PHP.ini supports thos posts values, i have added 25 images at a time, you can see the recorded video here – https://www.awesomescreenshot.com/video/37575709?key=fefd15edae5bbb21cfba2c3f9622e4b5
3. If your uploaded images are disappearing after updating, it is likely a server-related problem where not all values are being posted by your server.
To resolve this issue, please get in touch with your hosting service provider and update the following variables in your php.ini file.
max_input_vars = 5000
post_max_size = 256M
memory_limit = -1 Or Max
max_input_time = 60
max_input_nesting_level = 256
upload_max_filesize = 256M
max_file_uploads = 100
Please change these values.
Thanks
-
This reply was modified 2 weeks, 2 days ago by
Pathhan.