• Hi guys,

    My site Solar Professionals has stopped displaying images on the Nivo slider (which is embedded into the theme I bought from Theme Forest called Versatile.)

    It was, seemingly, spontaneous and I think I confirmed that after disabling all the plug-ins with no luck.

    Thanks or the help ??
    Adam.

Viewing 3 replies - 1 through 3 (of 3 total)
  • in the source i couldn’t saw jquery.nivo.slider.pack.js
    could that be the problem?!?
    you can try it by manually putting it there after jquery

    by the way you are using jquery twice (1.4.4 and 1.5.1 versions). i’m not sure if it causes any problem but i just wanted to warn

    Thread Starter IHeartOranges

    (@iheartoranges)

    Where would I put that? I’m not great at programming :/
    Thanks.

    normally plugin takes care of that but in your case css appears but javascript is not.

    in one of my sites where i use nivo i put it under theme folder. put it somewhere before wp_head() function in header.php in your theme.

    than check source code of the page and be sure the nivo.sliderpack.js is coming after jquery.

    example code.

    <script type="text/javascript" src="https://www.yoururl.com/wp-content/themes/toolbox/jquery.nivo.slider.pack.js"></script>

    and btw top navigation seems weird? I think it needs a little tidying up the original theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nivo Slider Problems’ is closed to new replies.