Hello,
I'm running a nearly-fresh install of Joomla 1.7.3. All I have are some articles, just text, and a Twitter feed plugin installed that I haven't gotten around to using yet. I'm developing offline, without connecting to the internet, using XAMPP instead.
I've been trying to get a Lightbox-style image viewer to work. I've tried four different galleries so far, and am now on sigplus (release pkg_sigplus-1.4.2.

, with the content ordering of 0. Out of stubbornness, I will be sticking with this one.
With the exception of Slimbox (which I abandoned because it doesn't seem able to display a single image, just galleries), I haven't been able to get a single plugin to work. They all use curly braces {} for their syntax, but I either get the text visible as-is, or a big blank empty space.
After a couple of hours of Googling, I stumbled on something that suggested I look at Firefox's error console. There, I received "
jquery is not defined" errors. I've spent a couple more hours Googling this error, with nothing coming up that was helpful. I've set sigplus's AJAX settings to "local only" and to "none", but I still get the errors. The files and directories they reference are (colons removed so they don't turn into shortened URLs):
http//localhost/joomla/plugins/content/sigplus/js/jquery.noconflict.js
http//localhost/joomla/plugins/content/sigplus/engines/boxplus/popup/js/boxplus.min.js
http//localhost/joomla/plugins/content/sigplus/engines/boxplus/lang/boxplus.lang.min.js
http//localhost/joomla/plugins/content/sigplus/engines/boxplus/slider/js/boxplus.slider.min.js
http//localhost/joomla/
My (very limited) understanding is that jQuery is either accessed remotely or locally, depending on your settings, and that sigplus comes with a copy of jQuery to reference. Is this right? Is there something else I need to install, uninstall, enable, or disable?
Any help is greatly appreciated.