Using Style 3 with rotating pictures background

More
10 years 5 months ago - 10 years 5 months ago #42663 by dreamdest
now that only loads the first background foto - it doesn't go through the "slide show".
Attachments:
Last edit: 10 years 5 months ago by dreamdest.

Please Log in to join the conversation.

More
10 years 5 months ago #42671 by ivan.milic
Open:

modules/mod_hot_scroller/js/jscroller-0.4.js

this code:

pause: function(obj,status) {
if (obj && typeof status !== 'undefined') {
for (var i in $jScroller.config.obj) {
if ($jScroller.config.obj.child.attr("id") === obj.attr("id")) {
$jScroller.config.obj.pause = status;
}
}
}
},

replace with:

pause: function(obj,status) {
if (obj && typeof status !== 'undefined') {
for (var i in $jScroller.config.obj) {
try{
if ($jScroller.config.obj.child.attr("id") === obj.attr("id")) {
$jScroller.config.obj.pause = status;
}
}catch (e){}
}
}
},

Please Log in to join the conversation.

More
10 years 5 months ago #42689 by dreamdest
that didn't work :(


Attachments:

Please Log in to join the conversation.

More
10 years 5 months ago #42694 by ivan.milic
In animbg.js, replace:

jQuery('#master-wrapper')

with:

jQuery('BODY > .wrapper1')

Please Log in to join the conversation.

More
10 years 5 months ago #42698 by dreamdest
That didn't work - it made the actual website flash every few seconds, but kept the background the same :(

Please Log in to join the conversation.

More
10 years 5 months ago #42703 by ivan.milic
and try:

jQuery('BODY')

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum