When the page is first loaded in IE8 or 10 (or after the cache is cleared) all works fine, but if the page is opened again (or f.e. the back button is pressed in browser) the gallery is not shown with the following error: No theme CSS loaded

Adding
solves the problem, but it ruins the size of the thumbnails (cause I use few instances of galleria themes with different thumbnail dimensions in css file for each of them).

Tested with galleria-1.2.9.js, galleria-1.2.8.js and classic and folio themes.
Jquery 1.44, 1.5, 1.7, 1.8

Comments

hefterbrumi’s picture

same here.

What do you mean adding? Add what?

bigfatguy’s picture

Adding <link rel="stylesheet" href="http://www.site.com/sites/all/libraries/galleria/themes/folio/galleria.folio.css"> into the html.tpl.php solves the problem for IE.

hefterbrumi’s picture

The problem is if i add it like that, there will be some clash between the two css in Chrome, Firefox, Safari so all of them but IE works fine.
Aggregating or not it doesnt have any impact.

Any ideas?

howdytom’s picture

Same issue here. Take a look at http://drupal.org/node/1544278#comment-6047670

drupalina’s picture

I added <link rel="stylesheet" href="http://www.site.com/sites/all/libraries/galleria/themes/classic/galleria.classic.css"> at the top of my page.tpl.php and all seems to be working fine now in IE10, as well as in FF, Chrome and Safari.

chefnelone’s picture

same problem here. Adding the css in the tpl page doesn't work for me. And it doesn't seem to be a definitive fix for this problem, which is recurrent from time to time.

b777’s picture

I updated to the latest galleria (1.3.2) and it fixed the problem for me.