Can work wow slider http://wowslider.com/ in mojoportal?

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.
10/14/2012 11:08:26 PM
Gravatar
Total Posts 2

Can work wow slider http://wowslider.com/ in mojoportal?

Wow slider is a jquery slider and gallery. I wish this in my site, but not work.

in the folder of my skin I have add js files:jquery.js, script.js, wowslider.js and style.css.

On my layour.master I have this:

<portal:ScriptLoader id="ScriptLoader1" runat="server"/>
<portal:SkinFolderScript ID="sfs7" runat="server" ScriptFileName="jquery.js" AddToCombinedScript="true" />
<portal:SkinFolderScript ID="sfs8" runat="server" ScriptFileName="wowslider.js" AddToCombinedScript="true" />
<portal:SkinFolderScript ID="sfs9" runat="server" ScriptFileName="script.js" AddToCombinedScript="true" />

But it's not working. The javascript files seem that no files are loaded. What am I doing wrong?

Thanks

10/14/2012 11:12:38 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: Can work wow slider http://wowslider.com/ in mojoportal?

I'm not sure I understood, but if the "jquery.js" file is actually the jQuery library, that might be your problem.

So you know, the jQuery library is already included in mojoPortal, you don't need to re-include the library itself, and it might cause bugs if you do.

10/15/2012 11:39:41 AM
Gravatar
Total Posts 18439

Re: Can work wow slider http://wowslider.com/ in mojoportal?

As Isaac mentioned you should not add the jquery file since it is already included.

You might try setting AddToCombinedScript="false" to make it easier to see if the script is included in the page.

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