custom Nivo not working after Mojo upgrade

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/14/2015 2:14:31 PM
Gravatar
Total Posts 2

custom Nivo not working after Mojo upgrade

We did an upgrade from 2.3.9 to 2.4.0.9.    We are using Nivo as a custom module (ascx) with clickable images on our homepage.  After upgrading, you only see the first image.  No motion or buttons or anything.  Something is off with the jquery but I can't put my finger on it.

 

9/14/2015 3:24:09 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: custom Nivo not working after Mojo upgrade

Hello Phillip,

There's a few quick troubleshooting steps you can do:

  1. Check and see if you're including jQuery Migrate. If so, in your layout.master there will be a line like this:
    <portal:ScriptLoader id="ScriptLoader1" runat="server" IncludeJQueryMigrate="true" />
    Keep in mind there are probably going to be other tags on the ScriptLoader as well, but that one in particular can fix some compatibility issues if you enable it.
  2. Check if you're getting JavaScript errors in the console, and paste those script errors here. We can't very easily help you diagnose a script error without knowing what it is.

If you're not sure how to look for script errors, you could also paste the URL here (provided it's a public site), and I'll take a look at it.

Hope this helps,

-Isaac

 

9/14/2015 4:00:50 PM
Gravatar
Total Posts 2

Re: custom Nivo not working after Mojo upgrade

Adding the item: IncludeJQueryMigrate="true"     actually fixed the issue.  I did see that it was a Jquery version thing.   Thanks!

You must sign in to post in the forums. This thread is closed to new posts.