Here I am with one of my minor problems after upgrading to 1.4.1.6 because of the security issue.
With colorbox plug-in enabled (I use it only for image info popup) images in albums with a theme different from the main theme of the gallery are displayed with many layout errors.
If the CB plug-in is disabled everything works fine but you can't see image info.
I tryed to assign an official (non custom) theme to those albums to be sure it was not a custom theme problem.
Comments
Tomorrow I'll post some screenshoots.
The site is the one in my profile, I suppose you can see it, no need to spam it here.
Colorbox is enabled only in image's pages for every theme. The js defines where are supposed to be? With the old version (1.4 build 6467) it was fine, same custom theme as main theme.
Otherwise I have no idea what hte conflict could be. You could abandon several themes and use the multiple_layouts plugin instead. Then all would be within one theme (still the need to enable and add code though).
Also as acrylian has mentioned, the javascript to actually attach colorbox to the target has to be in each script that uses colorbox and for each target to be attached. Perhaps that is not the case on all thems.
The screenshoot here is taken with main theme zenpage and album theme garland
http://www.antonioranesi.it/test/cbconflict.jpg
as you can see the css is not loaded when the cb plugin is enabled.
Setup is that I have one main theme (acutally the local site to test our own sites theme) and one album without images and 2 subalbums that I set to default theme. Themes look as they should but the colorbox does not work on the default theme although set on the plugin settings.
Update: Quick guess is that something with `getCurrentTheme()` is wrong on album themes. The colorbox in my test is only loaded on the album theme if set on the main theme. As I was testing a new version of the main theme I had forgotten to enable Colorbox at all for the "gallery" theme. So once I did for that theme's image.php there it was also loaded on the album theme, default theme, no matter how it was set for this theme. The theme's settings only applied to the default theme if it was the "gallery" theme.
[edit] However, this should not impact the colorbox settings as they are not "theme" options but plugin options. There is, however, a problem sometimes with getCurrentTheme() where it will return the global theme. That will be fixed in tonight's build.