Hi !
upgrading from 1.4.2.4 to 1.4.3.2, colorbox has a weird behaviour.
First, it doesn't load my personal css (under `my_them/colorbox/colorbox.css`
In fact, after having a look at the html source, the link to the css is empty :
``
The slideshow function (jQuery Colorbox) doesn't work anymore. Again links are empty.
`
Voir le diaporama `
here is the code in my theme :
`
<?php if (function_exists('printSlideShowLink')) {
echo '<span id="slideshowlink">';
printSlideShowLink(gettext('View Slideshow'));
echo '';
}
?>
`
I didn't found a topic about such an issue on the forum. Any Ideas ?
By the way here is my website if you need to take a look at html sources :
http://www.benoitvarret.fr/
Comments
Edit: http://www.zenphoto.org/news/zenphoto-1.4.3#plugins
But I still have an issue with the slideshow. In the html source I see this :
`
Voir le diaporama
Voir le diaporama
Voir le diaporama
Voir le diaporama
Voir le diaporama
etc...
`
href is empty. This is strange.