• Resolved Liam

    (@rhinownam)


    Hi Nextend team,

    Thank you for a great plugin.

    I used your free version and I tested on my site but there was a blank space after I added the PHP code to my theme.

    This is the error I found when pressing inspect.

    Please help me to solve this problem.

    Thank you
    Liam

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @rhinownam!

    The problem on your website is, that in your theme you are using an old jQuery:
    https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js

    This version is 11 years old, so it is very outdated. Are you able to update it to for example to this version?:
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js

    We will also release a new Smart Slider version probably in this week, where jQuery won’t be required anymore, but if you would need that version now, let me know and I will share it with you.

    But I really suggest updating your jQuery, as it won’t be compatible with most WordPress plugins.

    Also, this doesn’t cause an error right now, but in the end of your theme, these closing html tags are missing:

    </body>
    </html>

    I suggest fixing this too, to avoid possible future problems.

    Thread Starter Liam

    (@rhinownam)

    Thank you so much, Gabor!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank space after adding a slider’ is closed to new replies.