With the template Seasons I have a conflict between Multitumb (http://www.kreacom.dk/mambots/multithumb.html) and the slimbox (lightbox) of Seasons.
I want use multitumb. Can I turn slimbox ‘off’?
changing:
[PHP]”lightbox” => true, /* true | false */ [/PHP]
into false doesn’t work.
deleting:
[PHP]<?php if($ytSettings->get(‘lightbox’)) { ?>
<link href=”<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/lib/js/lightbox/css/slimbox.css” rel=”stylesheet” type=”text/css” />
<?php } ?>[/PHP]
and
[PHP]<?php if($ytSettings->get(‘lightbox’)) { ?>
<script language=”javascript” src=”<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template; ?>/lib/js/lightbox/slimbox.js” type=”text/javascript”></script>
<?php } ?>[/PHP]
also don’t work and gives errors on the page.
With another template (without an intern lightbox) works fine.
Who can help me. It may be as easy it is, but I can’t find it.