Excellent theme ... I've been using it proudly on my website for year(s) now (
http://www.zomaarfotos.nl).
I was jsut moving hosting providers and this newest version came right in time. On the day I started a refresh of my website.
The new way to maintain the door pictures via the 'featured image' of the pages is very clever.
But ... I do have a question. Where do I post that ?
I have a Gallery 2, so installed the WPG2 and Lightbox plugins.
The WPG2 widget shows some random images of my gallery just fine.
But when clicked they only pop up a lightbox when I do NOT use the Sliding Door theme.
If I choose the theme the pictures just open in the browser as a new page when clicked.
Chrome's resource inspector shows an error : lightbox.js:113
objBody.appendChild(objLightbox);
var objOuterImageContainer = document.createElement("div");
objOuterImageContainer.setAttribute('id','stimuli_outerImageContainer');
objLightbox.appendChild(objOuterImageContainer);
// When Lightbox starts it will resize itself from 250 by 250 to the current image dimension.
// If animations are turned off, it will be hidden as to prevent a flicker of a
// white 250 by 250 box.
if(animate){
Element.setWidth('stimuli_outerImageContainer', 250);
Uncaught TypeError: Object function (){return(arguments[0]!==null&&this.initialize&&$type(this.initialize)=='function')?this.initialize.apply(this,arguments):this} has no method 'setWidth'
I'm not a js, css or php expert. So ... can you help out ? Can the theme be improved or how can I debug this ?
Cheers,
Peter