Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter novamindhost

    (@novamindhost)

    so, I found the sol slider data entry in the database and changed the settings there.

    I am setting her up with WP (she had a flash site…) so she can update herself. She will not be able to update the database through phpmyadmin, is there another workaround?

    Firstly, I’ve no idea why you would want a single slideshow with 270 images. I struggle to think of a valid use case for that scenario. There may be (and probably are) better ways to achieve the underlying goal here.

    Secondly, there’s no limit imposed by Soliloquy. However, PHP will have a limit on the number of POST variables that can be sent (these are sent when saving a slider), known as max_input_vars:
    https://stackoverflow.com/questions/10303714/php-max-input-vars

    Your web host may need to increase this value for you to save your slider, due to the large number of images.

    Thanks,

    Tim.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image count limit?’ is closed to new replies.