Slideset intermittently doesn't load properly and always refuses to display navigation
I posted multiple widgetkit sildeset modules (v1 final release) on the homepage each containing a slideset and they intermittently refuse to load correctly during the first attempt. each module only displays the first 2 slides instead of all 4 of them in the first slideset. If I reload they display correctly.
page load first attempt
http://img267.imageshack.us/img267/4271/ytslideset1.jpg
page load second attempt
http://img718.imageshack.us/img718/1161/ytslideset2.jpg
extension versions:
http://i41.tinypic.com/3502an8.jpg
I use the widgetkit slideshow in the main position and 6 instances of slideset in the another module position below it. The slidesets are all in the same content-a position, so I can stack them nicely. you can see all the template's module positions here:
Using firebug I was able to track the issue to a Gantry div (I know I hate Gantry as much as you do). There's nothing inside template manager or the module manager that I can find to fix this.
http://img834.imageshack.us/img834/1723/gantryerror.jpg
I do notice the CSS resulting difference.
gantry.css (line 17)
CSS WITH ERROR:
#rt-content-top .rt-alpha, #rt-content-bottom .rt-alpha {
left: 400px;
margin-left: 0;
}
CSS NO ERROR:
#rt-content-top .rt-alpha, #rt-content-bottom .rt-alpha {
margin-left: 0;
}
I can't figure out where the 400px is coming from.
- I have tried disabling all slidesets except for one to see if the issue is resolved and I can still reproduce it intermittently.
- I have disabled the sidebar-a module to the right of the slidesets and I can still reproduce the issue:
http://img683.imageshack.us/img683/7946/sidebaradisabled.jpg
I see the following JavaScript files loading in their respective order:
http://mysite.com/media/system/js/core.js
http://mysite.com/media/system/js/mootools-core.js
http://mysite.com/media/system/js/caption.js
http://mysite.com/media/widgetkit/js/jquery.js
http://mysite.com/cache/widgetkit/widgetkit-192c77c7.js
http://mysite.com/components/com_jfbconnect/includes/jfbconnect.js
http://mysite.com/media/system/js/mootools-more.js
http://mysite.com/libraries/gantry/js/gantry-buildspans.js
http://mysite.com/modules/mod_roknavmenu/themes/fusion/js/fusion.js
http://mysite.com/media/widgetkit/widgets/lightbox/js/lightbox.js?=1326388655356
http://mysite.com/media/widgetkit/widgets/mediaplayer/mediaelement/mediaelement-and-player.js?=1326388655357
http://mysite.com/media/widgetkit/widgets/spotlight/js/spotlight.js?=1326388655359
http://connect.facebook.net/en_US/all.js
http://mysite.com/media/widgetkit/widgets/slideset/js/slideset.js?=1326388656426
http://mysite.com/media/widgetkit/widgets/lightbox/js/lightbox.js?=1326388655356
http://mysite.com/media/widgetkit/widgets/slideshow/js/slideshow.js?=1326388656423
The 2nd issue I have is that slideset navigations are not visible even when chosen in the slideset options:
Sideset Options Selected:
http://i41.tinypic.com/4icy1v.jpg
Edited
