• I’ve created a slider which I need to show around 50 images. Although new placeholders can be created, after 29 images the slider fails to save and therefore show the images and defaults to showing an empty placeholder after the 29th image. I thought the slider could show unlimited images?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @steve50gaskin

    Thank you for writing in.

    The issue may be occurring due to a large number of fields in the form which your server is not being able to process from one page to another. That is the reason all the necessary fields didn’t get posted through the form from one page to another and the issue occurred and the slider settings did not get saved

    So please ask your hosting provider to increase the below parameters in the server’s php.ini file and check if the issue is resolved or not.

    post_max_size = double the size of current settings
    max_input_vars = 5000

    Please let us know if there is any difference between the number of slides being saved after changing these parameters.

    Regards!
    Alson Singh Thakuri
    Ak Happiness Engineer

Viewing 1 replies (of 1 total)
  • The topic ‘can’t add more images’ is closed to new replies.