Hi there, I have a problem with galleria-galleria, hope you can help me.
I tried to modify some of the options in the galleria.js file, but they don't work.
This is the list of the options: http://galleria.aino.se/docs/1.2/options/
For example, I would like to disable the thumbnails (setting them to "false") or don't allow the upscaling of the images.
How can I able these options in wordpress?
Thanks a lot for your precious help.
http://wordpress.org/extend/plugins/galleria-galleria/
Sam Margulies
Member
Plugin Author
Posted 1 year ago #
You can change the galleria options by installing the beta version of the plugin from https://github.com/samargulies/galleria-galleria.
For example, you can disable thumbnails by adding this to your theme's functions.php:
function my_galleria_options() {
return "thumbnails: false";
}
add_filter('galleria_galleria_theme_options', 'my_galleria_options');
GlamazonDiaries
Member
Posted 1 year ago #
Hi Sam -
I updated my WordPress to 3.3.1 and now my Galleria Galleria doesn't work properly. The photos won't show. Just a big black box as seen here: http://www.glamazondiaries.com/2012/01/mulberry-spring-2012-campaign/
Anyway to help?