Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1213537

    Eric-InPursuit
    Participant

    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.

    #1213576

    Eric-InPursuit
    Participant
    This reply has been marked as private.
    #1214133

    Rad
    Moderator

    Hi 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!

    #1214784

    Eric-InPursuit
    Participant
    This reply has been marked as private.
    #1214877

    Eric-InPursuit
    Participant

    It 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.

    #1215007

    Rahul
    Moderator

    Hey 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!

    #1215197

    Eric-InPursuit
    Participant

    The 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.

    #1215616

    Rue Nel
    Moderator

    Hello 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.

    #1216279

    Eric-InPursuit
    Participant

    Unfortunately that didn’t fix the problem.

    #1216741

    Rue Nel
    Moderator

    Hello 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.