Tagged: x
-
AuthorPosts
-
October 12, 2016 at 3:29 pm #1213537
Hey y’all, I’m working on a slider using the Revolution Slider plugin. Everything was working fine til this afternoon. For the last several hours, I get the error message “Ajax Error!!! error” probably 19 out of 20 times I attempt to save the slide I’m working on.
The console is giving me the following:
Failed to load resource: the server responded with a status of http://campstoregear.com/wp-admin-ajax.php 404 (Not Found)
I’ve got about 150 layers on this slide. am I just maxing it out?
Thanks in advance.
October 12, 2016 at 3:44 pm #1213576This reply has been marked as private.October 13, 2016 at 12:17 am #1214133Hi there,
What slider has this issue? I tried some of the sliders and it doesn’t have this error.
Please provide your FTP login credentials.
For the meantime, please try increasing your max upload size and max post size to 32mb as rev. slider’s requirement.
Thanks!
October 13, 2016 at 9:53 am #1214784This reply has been marked as private.October 13, 2016 at 10:47 am #1214877It appears to be working on all the sliders except the one I’m working on.
It’s the “Comfort Colors Slider” and the slide is “#2 Both“.How do I increase the max upload size? I’ve attempted this in the past and it hasn’t worked.
October 13, 2016 at 12:10 pm #1215007Hey There,
Thanks for writing back!
Kindly walk-through the guideline given in the following thread :
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Hope this helps!
October 13, 2016 at 2:48 pm #1215197The article didn’t help but GoDaddy support was able to walk me through updating my max upload size from the cPanel.
Unfortunately, that didn’t fix my ajax error.
Is there a max number of layers in Slider Revolution? I rebuilt the slide by slowly importing over the layers I neede. everything was fine until i got to the 130 mark, right where I had problems originally.
October 13, 2016 at 9:06 pm #1215616Hello There,
You may have been experiencing PHP memory limit exhaustion. We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
We would loved to know if this has work for you. Thank you.
October 14, 2016 at 10:36 am #1216279Unfortunately that didn’t fix the problem.
October 14, 2016 at 7:10 pm #1216741Hello There,
Thanks for the updates! I have checked your wp-config.php file and made sure that PHP memory were increased. I have tested and edited several of your slider like moving a layer by just one pixel and tried to saved. I could not replicate any issue. I did not see any error at all. I could say that maybe somehow this is a caching issue. I would recommend that you clear your browser cache. If you are using Chrome, please use incognito mode and try to edit a slider. And if you are with any other browser, you can try to switch to private browsing mode before testing your site.
Please let us know how it goes.
-
AuthorPosts