Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor slidervilla

    (@slidervilla)

    Hi,

    GO to Appearance ==> Editor ==> Edit header.php file of theme template, add the below piece of code before HEAD close,

    <?php wp_head(); ?>

    Update the file.

    After that, remove the below piece of code from footer.php file and update the same as there should not be multiple jquery.js.

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script>

    Let me know if it helps.

    Thread Starter websmyth

    (@websmyth)

    Thanks – I’ve updated it, but it still doesn’t seem to work…I’ve left the code as updated.

    Plugin Contributor slidervilla

    (@slidervilla)

    Great.

    Now you need to add below piece of code in footer.php file of theme template before </body>

    <?php wp_footer(); ?>

    As Smooth Slider is based on cycle JS, the files load in footer area. Your theme is not having this standard hook call and that’s why those files are also not loading. The above code should fix the issue.

    Let me know if it helps.

    Thread Starter websmyth

    (@websmyth)

    Perfect, thanks…too simple!

    Plugin Contributor slidervilla

    (@slidervilla)

    Glad to know that it worked.

    Kindly spare some time and give a positive rating to Smooth Slider plugin on repository. Thanks for your time.

    Myfooter.php contains

    <?php wp_footer(); ?>

    But the images still stacked. I am using the ‘Responsive Mobile’ theme by CyberChimps.

    Can you help me to fix the issue? Thanks a lot.

    Hi there,

    Please send us link where you embedded Smooth Slider, So that we can look into issue and try to solve it.

    Thank you,

    Regards,
    Sagar.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slides stacking’ is closed to new replies.