• Resolved arogersmfh

    (@arogersmfh)


    On my gallery I briefly selected “clean start” and saved the gallery. The effect was not what I wanted so I went back and untoggled “clean start” and hit save. The effect was still there. I go back in to edit the gallery and the checkbox is on again for “clean start.” How can I get that off?

    https://wordpress.org/plugins/slideshow-satellite/

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

    (@cpres)

    I’m so sorry! Looks like you’ve spotted a bug, I’m able to reproduce, so I’ll see if I can fix that real quick and submit the update.

    Plugin Author cpres

    (@cpres)

    I found a quick fix:

    editing your helpers/form.php line 126
    add this line:
    <input type="hidden" name="<?php echo $Html->field_name($name); ?>" value="0" />

    it should be right before this line:
    <input type="checkbox" ...

    I’ll have this in the new version very soon!

    Thread Starter arogersmfh

    (@arogersmfh)

    thanks that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clean Start Toggle will not Stay Off’ is closed to new replies.