Topic: theme.css not found

When I add the juicebox gallery to a page I get a 404 on theme.css.
For instance, if I access the following page :

http://www.pretty-story.com/cocktail-so … ge-photos/

it tries to load theme.css from  http://www.pretty-story.com/wp-content/ … /theme.css

instead of http://www.pretty-story.com/wp-content/ … /theme.css

This problem has been happening since I use a new theme. The theme is Osmosis by Greatives but they are not aware of your plugin.

Can you help with this matter ?

Re: theme.css not found

I should mention that if I disable W3 Total Cache the file is found and the gallery shows up fine. Looks like it may not be a theme issue after all. What may explain this behaviour ? (I've clean the cache multiple times)

Re: theme.css not found

It looks like the problem is being caused by the W3 Total Cache plugin minifying the Juicebox JavaScript code, combining it with other (non-Juicebox) JavaScript code and loading it from a custom file:
http://www.pretty-story.com/wp-content/cache/minify/000000/M9bPKixNLarUMYYydHMz04sSS1L1cjPzAA.js

The 'juicebox.js' file needs to be loaded on its own and from its original location within the 'jbcore' folder.
Juicebox will not be able to determine the location of the 'theme.css' file otherwise.

Other than disabling the W3 Total Cache plugin completely, try just excluding the WP-Juicebox files from being minified by the plugin.