First--thanks and praise for the Options theme and your other themes. A great service to the community, and they are fantastic themes.
Now, the problem. I've been trying to get slimbox working according to your directions (http://justintadlock.com/wordpress/options/using-lightbox#slimbox). I've added the js and css calls in the config-advanced php file, but it isn't working for me--and browsing the other slimbox questions on the Forum nothing there is helping either.
Clicking the pic after adding the slimbox activation in the html for the image just brings up a second page with the image on it--no slimbox animation overlay.
Here's what I have in the post: <a rel="lightbox" href="http://www.mysite.com/images/testimage1.jpg"><img class="center" src="http://www.mysite.com/images/testimage1_medium.jpg" border="1" width="38%" /></a>
Also, in the instructions you have posted on using Lightbox/Slimbox, you have this listed to be included in the config-advanced php file:
wp_enqueue_script('slimbox', $dir .'/js/jd.gallery.js', array('mootools'), '2.0');
Should this instead be:
wp_enqueue_script('slimbox',$dir,'/js/slimbox.js', array('mootools'), '2.0');
Anyway, even trying both versions didn't work for me. Clicking on the image still just brings up a second page with the image on it, not the slimbox animation overlay, no matter which enqueue I use.
Any idea what's wrong? Something obvious and simple that is staring me in the face?
Oh, and which slimbox version? 1.52 or 1.63?