I can’t replicate this. Link?
I know this is as cheeky as hell, but could you take a quick look at my site at http://www.danielcharlesphotography.co.uk/wp and perhaps have a crack at explaining why lightbox 1.2.2 works fine on all the gallery pages and the album pages, but won’t work on the about us page? I’ve even copied and pasted code that I know works in a gallery page onto the about us page, whereupon it stops working. The template used in both about us and albums is the same one so there’s no bits missing from the header or anything like that – at least I don’t think so!
… would you mind sharing your solution please?
Well… the only thing I could find that was wrong was that I had the <?php wp_head(); ?>
in my header twice (go figure?) SO i removed the extra one and the plugin worked again. But… that still doesn’t explain why it worked on one set of pages and not the other. But hey ho, it works.
To be honest, I never thought there was anything wrong with the plug-in – I just needed some help, as I know diddley-squat about php and even less about jquery.
Thanks for getting back to me though! 😉
Dan
Thread Starter
Ryan
(@rryyaanndd)
Actually I managed to resolve the issue on my side.
Seemed to be something funny going on in my W3 Total Cache, “minify” javascript, settings.
after removing: wp-includes/js/jquery/jquery.js
it works normal again…