• When trying to update settings to get this plugin to work again after a recent update, it throws an “Update failed: incorrect 1st slide” error. I’ve looked and can’t find anywhere in the settings to adjust this error, so therefore can’t get the plugin working again.

    The settings page also doesn’t remember the settings you entered when it throws the error and so you have you re-enter them after each failed attempt, which is tedious and frustrating.

    I’ve disabled the plugin until these issues can be resolved.

    http://wordpress.org/plugins/wp-parallax-content-slider/

Viewing 1 replies (of 1 total)
  • If you have access to the source files, here is a quick fix.

    Open /wp-content/plugins/wp-parallax-content-slider/wp-parallax-content-slider.php

    at line 423 change:

    if ( empty( $_POST['prlx_slider_first_slide'] ) )

    to:

    if ( false && empty( $_POST['prlx_slider_first_slide'] ) )

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect 1st Slide Error in settings’ is closed to new replies.