is there a limit to onepage scroll links?
I'm creating a site that is basically 4-5 long scrolling pages. I then have anchors within the page, I can only get the first 4 anchor links to work on a page. Is that a limitation in the software or something else? I have made the necessary adjustments to give PHP all of the resources It needs. My hosting provider is running PHP5.6.30 not upgraded to 7 yet. my development URL http://91d.616.myftpupload.com/
Comments
please check if the 'max_input_vars' is about 5000 and memory_limit is more than 128mb
Check this with your hosting provider.
thanks