• Resolved protosoftwareraymond

    (@protosoftwareraymond)


    Hi,

    I’ve been using the plugin and it’s been working OK. I’ve been adding captions to photos and it has suddenly stopped saving my changes? Is there a limit to the number of captions allowed using the free version of the plugin?

    Regards,

    Raymond

Viewing 1 replies (of 1 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Thanks for contacting us.

    There is no images limit for free and paid for both versions.

    If you are saying your captions disappear after pressing the update button, It’s a server-related issue, your server is not posting all the values.

    Please contact your hosting service provider and update the below variables in your php.ini file.

    max_input_vars = 5000
    post_max_size = 256M
    memory_limit = -1
    max_input_time = -1
    max_input_nesting_level = 256
    upload_max_filesize = 256M
    max_file_uploads = 100

    Please change these values.

    After it, if you will face this issue again then you need to increase again below values only –
    max_input_vars
    post_max_size
    max_input_nesting_level
    upload_max_filesize

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Captions Not Saving’ is closed to new replies.