@capecodjoe
Glad you got it to work.. something to think about...
The location the lightbox code is looking for buttons is
Code:
(<?php echo $template->get_template_dir('', DIR_WS_TEMPLATE, $current_page_base, 'buttons/') . $_SESSION['language'] . '/zen_lightbox/nextlabel.gif'; ?>)
YOUR_TEMPLATE/buttons/LANGUAGE/zen_lightbox/nextlabel.gif
Which gives you the ability to use different languages with lightbox. Because the spinner is not dependent on a language, it was placed in a folder such, YOUR_TEMPLATE/images/zen_lightbox/loading.gif and is addressed in the css for zen_lightbox.
Sorry for the late answer, been a very long week... hopefully this helps a bit.
Bookmarks