Hi Christian, not really sure if this is a lightbox2 issue or a page style issue. In standard page style mode lightbox2 performs well, however when selecting black/white for example lightbox2 fails to show an image, anybody else had this issue? Any ideas?
Comments
Comment #1
CZ commentedA first solution is a hack in the CSS files. For example in the file style_black_white.css add the code:
Comment #2
ludo1960 commentedThanks Christian, gave that a try and strangely I get a lightbox showing with half an image. Nearly right :-)
Comment #3
CZ commentedThe easy solution is to change all important background images in your theme to "!important". For example: "background: url(example.gif) left no-repeat !important;"
The better way (no hack). Add only this code in your theme CSS (example /sites/all/themes/mytheme/style.css)
For Garland in /themes/garland/style.css: "url(../../sites/all/modules/lightbox2/...".
And so on for lightbox_lite.css and more.
This issue can be a support request because the most of us don't use "!important" for background images, and it's not so good to add all important code of moules/themes in the pagestyle module (overloaded).
Comment #4
ludo1960 commentedThank you very much Christian, the above code sorts out the problem perfectly!
Once again thank you for your essential modules and your continued support.
Very much appreciated.
Comment #5
CZ commentedI think, this is a solved support request.