<em>@wrpaulsen 259640 wrote:</em><blockquote>Opal is not listed in modules/mod_jaslideshow2/assets/assets/themes and the html that is generated by mod_jaslideshow2.php has this:
<link rel=”stylesheet” href=”/jm/modules/mod_jaslideshow2/assets/themes/-1/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/jm/modules/mod_jaslideshow2/assets/themes/-1/mod_jaslideshow2.css” type=”text/css” />
Note the “-1” in the pathname is not good – it should be default. Please fix.
(This is with the latest opal template and latest jaslideshow2 zips)</blockquote>
I also see this bad code: note the class “ja-slidewrap_-1” is not good – it looks like there’s a php bug in $skin and $skin_name before it gets to modules/mod_jaslideshow2/tmpl/default.php
<div id=”ja-banner”>
<div class=”ja-slidewrap_-1″ id=”ja-slide-41″ style=”visibility:hidden”>
<div class=”ja-slide-main-wrap”>
<div class=”ja-slide-main”>
Please fix this.