Skip to content

Instantly share code, notes, and snippets.

@1844144
Created December 20, 2015 15:57
Show Gist options
  • Save 1844144/155eb648eb0c3fb382bb to your computer and use it in GitHub Desktop.
Save 1844144/155eb648eb0c3fb382bb to your computer and use it in GitHub Desktop.
LayerSlider WP Kreature Media bug with "Use Cache" option
To fix option true to FALSE changed in this line of views/slider_list.php
<td><input type="checkbox" name="use_cache" <?php echo get_option('ls_use_cache', false) ? 'checked="checked"' : '' ?>></td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment