Hi,

Despite having created a theme as per the Galleria documentation with a correctly named and referenced CSS file, I am getting a 'No theme CSS loaded' warning?

Caches have been cleared but still no joy.

Thanks,

S

Ps Great module!

Comments

kroimon’s picture

Did you specify the correct CSS filename in the theme's .js file as described in the docs?

Galleria.addTheme({
    ...
    css: 'galleria.my_theme.css',
    ...
});

The Galleria library is responsible for loading the CSS, not the Drupal module, so this is not our bug :-)

davidwatson’s picture

Status: Active » Closed (works as designed)

Nothing here for three months, and the issue seems to be in the realm of the library itself, so I'll close this for now. Feel free to reopen if you find there's an issue with the module itself. :]

Anonymous’s picture

Apologies, yes please close. S