• The slider works perfectly fine except for the preset options which are being reset everytime I press the save button. It saves the current settings I applied. But rechecks chechboxes that have been unchecked by me and should stay that way. If I want to edit the slider again, I have to uncheck the boxes again which is super annoying to do – especially when developing and applying custom css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Are you getting any JavaScript errors within your WordPress Dashboard – press CTRL + SHIFT + J keys together to bring up the JavaScript console.

    Also check if you have any PHP errors by adding the following lines to your site’s “wp-config.php” file.

    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', true);
    Thread Starter Shekler

    (@shekler)

    @simonpedge

    Neither the JavaScript nor the Debug shows me anyhing. No JavaScript errors found. Debug doesn’t show up at all.

    Plugin Author simonpedge

    (@simonpedge)

    Could you elaborate on the issue – which presets are being reset on your site? Could you include a screenshot/s.

    Maybe provide me with a login to your WP Dashboard so I can look (you can contact me on the contact form on this page edgewebpages.com).

    There’s something on your site (some sort of clash) causing this issue – With 80K+ active installs of SA I would be drowning in emails/support posts if everybody was getting this issue – maybe try disabling all plugins and checking if this resolves the issue and if so then re-enable plugins one-by-one until the clashing plugin is found.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Settings being reset after saving’ is closed to new replies.