I'm trying to use jQuery Lightbox (Balupton Ed.) with NextGen Gallery plugin. It works fine but i have to change some options of this plugin (helper text and others for multilanguage support). Accorrding to the documentation, I added constructor method $.Lightbox.construct({}); to the end of the HEAD of my theme's template like that:
<script type="text/javascript">$(function(){
$.Lightbox.construct({
show_linkback: false,
text: {
image: 'Photo'
}
});
});</script>
But it doesn't affect. Please help me, how can I apply options for jQuery Lightbox (Balupton Ed.)]? Thanks in advance for your support.