Hi, im trying to create a layerslider
https://www.intelligence.com.sg/pages/blank/slidertest/
The word STYLE , though in the admin page is supposed to be below the word development. However the word Style ( Layer 33 ) stays on top and all other layers after 33 does not work. Is this a bug or is it that i’ve added too many layers ?
Hi, any help regarding this issue ?
Hi i hope someone can help me with this issue
Hi a123john,
Our queue system works by the oldest posted topic or response within a topic going first. So each time you self respond or bump your post it actually pushes it to the end of our Queue at that time.
As for your issue, I don’t know of any concrete limit on layers but it could be that you just need to increase your php memory limit, max_input_vars or something like that.
Depending on what you have now you can give that a try and see if it helps but if not you would need to split the content up into multiple slides instead of everything on one.
See the LayerSlider documentation on the issue here: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/ under Common questions>Too many layers?
Regards,
Devin
Hi Devin, Thanks for the reply.
I have added the following to my php.ini
max_input_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
And it seems to be working now. Thank you.