Cannot get cerabox to work at all

68 views
Skip to first unread message

Adam Gordon

unread,
Aug 11, 2013, 10:00:20 AM8/11/13
to cer...@googlegroups.com
Hi,
No matter what I try I just cannot get cerabox to work on my photo gallery. It just opens the image in a new tab as a direct link.
Here is the code:

<script src="code/mootools-core-1.4.5.js"></script>
<script src="code/mootools-more-1.4.0.1-assets.js"></script>
<script src="code/modernizr.custom.js"></script>
<script src="code/cerabox.js"></script>
<script src="code/cerabox.min.js"></script>


<script type="text/javascript">
window.addEvent('domready', function(){
$$('.gallery a.ceraBox').cerabox();
});
</script>

<div class="gallery">
<div class="thumb shadow">
<div class="thumb-wrapper">
<a href="albums/Avishai/page27-1001-full.jpg" class="ceraBox" title="&lt;a href=&quot;albums/Avishai/page27-1001-full.jpg&quot;&gt;Download Photo&lt;/a&gt;">
<img src="albums/Avishai/thumbs/page27-1001-full.jpg" width="150" alt="" /></a></div></div></div>


Any help appreciated.
Thanks

Tazintosh

unread,
Aug 11, 2013, 10:07:46 AM8/11/13
to cer...@googlegroups.com
Looks like you're loading cerabox twice

Le dimanche 11 août 2013 16:00:20 UTC+2, Adam Gordon a écrit :
[…]
 
<script src="code/cerabox.js"></script>
<script src="code/cerabox.min.js"></script>

One is enough. Try removing one first and tell us. 

Tazintosh

unread,
Sep 4, 2013, 6:02:39 AM9/4/13
to cer...@googlegroups.com
Oh BTW: You're welcome…

Adam Gordon

unread,
Sep 4, 2013, 6:12:24 AM9/4/13
to cer...@googlegroups.com
Sorry got caught up.
Thanks a lot but it still does not work so will look at alternatives.

Tazintosh

unread,
Sep 4, 2013, 6:34:38 AM9/4/13
to cer...@googlegroups.com
The following is fully working for me.
But don't forget to add the cerabox.css


<script type="text/javascript">
window.addEvent('domready', function(){
$$('.gallery a.ceraBox').cerabox();
});
</script>

<div class="gallery">
<div class="thumb shadow">
<div class="thumb-wrapper">
<a href="http://farm6.staticflickr.com/5335/9259194985_b63a3c237e_o.jpg" class="ceraBox" title="Sukhoï Su-35">
</a>
</div>
</div>
</div>
Reply all
Reply to author
Forward
0 new messages