Viewing 1 replies (of 1 total)
  • Thanks for being with us,

    Its may because of your theme problem.

    Please take a look at

    http://codex.wordpress.org/Function_Reference/wp_footer

    According to wordpress theme design guidelines

    Always have wp_footer() just before the closing </body>
    tag of your theme, or you will break many plugins, which
    generally use this hook to reference JavaScript files.

    So Make sure, in
    Apperance >> Editor

    Footer.php

    the <?php wp_footer(); ?> is placed just before the </body> tag.

Viewing 1 replies (of 1 total)
  • The topic ‘simple slider manager just stopped working’ is closed to new replies.