Problems with jQuery Tabs and Accordion after upgrade to 2.3.9.7

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/3/2013 3:49:17 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Problems with jQuery Tabs and Accordion after upgrade to 2.3.9.7

Hi Joe,
I have just upgarded to 2.3.9.7 my test & demo site (.NET 4.5), where I can test features and skins before the deployment to all production sites.

jQuery Tabs and Accordion don't work with a skin created with Artisteer 4.0
Other skins created with earlier Artisteer versions have no problems.
For your info, the skin includes a nivo slider in page header (which works fine). Can this affect the jQuery scripts ?

Please, note that with version 2.3.9.5, I changed the ScriptLoader in layout.master of all Artisteer skins as suggested:

<%--  <portal:ScriptLoader ID="ScriptLoader1" runat="server" /> --%>
<portal:ScriptLoader ID="ScriptLoader1" runat="server" IncludeJQueryMigrate="true" />

Any clues ?
(if needed I can zip and send you the skin to check how it works with jQuery UI)

Thanks.

Diego

5/3/2013 6:20:26 AM
Gravatar
Total Posts 18439

Re: Problems with jQuery Tabs and Accordion after upgrade to 2.3.9.7

send me the skin, I will take a look

Best,

Joe

5/3/2013 9:54:43 AM
Gravatar
Total Posts 18439

Re: Problems with jQuery Tabs and Accordion after upgrade to 2.3.9.7

Hi Diego,

The problem is caused because the jQueryUI theme named "base" no longer exists in the google cdn for newer versions of jqueryui. So the css is returning a 404. If you change to a different jqueryui theme it should fix it.

Hope that helps,

Joe

5/3/2013 10:20:05 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: Problems with jQuery Tabs and Accordion after upgrade to 2.3.9.7

Thanks Joe!

I have now set the "smoothness" theme and everything is ok.

yes

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