Member
Member
binoyte   2012-09-26, 15:54
#1
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 :
`<link rel="stylesheet" href="" type="text/css">`

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 '';
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/
Administrator
Administrator
acrylian   2012-09-26, 19:20
#2
Remame the colorbox folder within your theme to colorbox_js. The plugin needed to be renamed because of a css conflict. (it was noted on a release post but don't remember which one right now).

Edit: http://www.zenphoto.org/news/zenphoto-1.4.3#plugins
Member
Member
binoyte   2012-09-26, 20:30
#3
thanks ! this solved my first point. Promise, i'll read releases notes next time Wink

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.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.