On Wed, Dec 5, 2012 at 11:02 PM, Petko Yotov <<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>> wrote:<br>> Peter Bowers writes:<br>>><br>>> I just installed mini and originally tried it with the default ultralightbox and then tried installing the galleria plugin.  What I'm seeing is a simple list of thumbnails.  What I want to see is some kind of interactive slideshow where the user can scroll through the pictures in a larger size as compared to the thumbnails.<br>

><br>><br>> If you cannot see the slideshows on the demo pages, see if you have JavaScript enabled:<br>><br>>  <a href="http://tl.5ko.fr/M/Ultralightbox">http://tl.5ko.fr/M/Ultralightbox</a><br>>  <a href="http://tl.5ko.fr/M/Galleria">http://tl.5ko.fr/M/Galleria</a><br>

<br>I confirm I am able to view the demo - just what I'm looking for. And I'm testing on the same browser/computer.  So I think that confirms pretty definitely that JS is enabled.<br><br>> If you can see the demo pages, then something is wrong with your installation. Check if your skin has the markers <!--HTMLHeader--> and<br>

> <!--HTMLFooter-->.<br><br>Yes, both of those markers are present.  Although there is nothing within the HTMLFooter marker -- it just proceeds immediately to </body>.<br><br>> Can we have a look at the wiki page?<br>

<br><br>Sure: <br><br><a href="http://www.qdk.org/pmwiki/index.php?n=Inovat.FirepitTest">http://www.qdk.org/pmwiki/index.php?n=Inovat.FirepitTest</a><br><br>The edit password is temporarily set to the <a href="http://pmwiki.org">pmwiki.org</a> password.<br>

<br>Feel free to make changes - this is just a test page for now... <br><br>Here's a copy of the relevant lines in my config.php (at the very end):<br><br>===(snip end of config.php)===<br>include_once("$FarmD/cookbook/mini.php");<br>

$Mini['EnableLightbox'] = 2;<br>$Mini['EnableCache'] = 1;<br>$Mini['LbUrl'] = '$FarmPubDirUrl/galleria';<br>$Mini['LbFiles'] = array('jquery-1.7.min.js', 'galleria-1.2.5.min.js', <br>

  'themes/classic/galleria.classic.min.js', 'mini-galleria.js');<br>===(snip)===<br><br>The galleria/ and ultralightbox/ directories are both in what I believe to be my $FarmPubDirUrl.  I say "I believe" because I've only verified this via FTP -- not sure how to verify it via the URL itself.  ($FPDU is <a href="http://pmwiki.qdk.org/pub">http://pmwiki.qdk.org/pub</a> as confirmed by an echo in config.php)<br>

<br>This particular site (<a href="http://www.qdk.org">www.qdk.org</a>) is a farm with the "root farm" located at <a href="http://pmwiki.qdk.org">pmwiki.qdk.org</a>.  I have a pub directory under the <a href="http://qdk.org">qdk.org</a> as well - I think it was because it didn't used to be a farm and I converted it to a farm but never deleted the extraneous files...  Would a tree listing of the directories on the server under each of these pub directories be helpful?<br>

<br>I'm pretty sure I put all the necessary lines (as per installation instructions) in the pub/local.css file.  I don't play much with css, so I could have very easily made a mistake here...  Below is the entire contents of my $FarmPubDirUrl/local.css file (relevant lines at the end):<br>

<br>===(snip local.css)===<br>img.thumbs {<br> border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }<br>img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {<br> border:1px solid red; }<br>
table.thumbtable img.thumbs { border: 0; padding:0; }<br>
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}<br>table.thumbtable td.thumbtd:hover { border-color:red; }<br>table.thumbtable { border:1px solid #cccccc; }<br>table.thumbtable td.thumbtd div.img {<br> border: 1px solid #dddddd; text-align: center;}<br>

.caption {<br> font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}<br>img.current, table.thumbtable td.thumbtd div.current {<br> border-color: #ff0000;}<br>table.firstrow th { background-color:#FFF68F }<br>
<br>
.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }<br>.miniH, .miniF {display:block;}<br>===(snip)===<br><br>-Peter<br>