Yeppers I am new

More
11 years 11 months ago #25069 by ivan.milic
Replied by ivan.milic on topic Yeppers I am new
Vidi ovo , kad udjes u tmpl/defaul.php u modulu:
...
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_lightbox/js/jquery.lightbox-0.5.min.js"></script>
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
jQuery('#gallery img').last().css('margin-right','0px');
});
</script>


<div id="gallery">
....

promeni ovako:

...
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_lightbox/js/jquery.lightbox-0.5.min.js"></script>
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery-1 a').lightBox();
jQuery('#gallery-1 img').last().css('margin-right','0px');
});
</script>


<div id="gallery-1" class="gallery" >
....

znaci na 3 mesta sam dodao -1 na gallery i ovde dole class="gallery". Za svaki kopijustavi drugi broj 1,2,3 ...

i nakraju ostaje tmpl\style.css - uradi replace all #gallery sa .gallery

Please Log in to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum