Hello, hope you can help out!
I've tried adding Galleria to 2 different local Drupal installations but am having the same problem. I followed the instructions in the README file for creating a Gallery content type. Added an image field, in 'Manage Display' selected 'Galleria' for 'Format', for 'Zoomed Image Style' chose 'galleria_zoom and for 'Preview Image Style' chose 'galleria_thumb'. Created a new Galleria node and added 3 images. However, when I click on a thumbnail, no gallery appears, just a page for [photoname].jpg, with the photo not the original size but formatted to the size of the galleria_zoom style.
The jQuery Galleria .js files are in sites/all/libraries/galleria
jQuery Galleria v1.2.4
Galleria module 7.x-1.x-dev, dated 2011-Jun-09
Drupal 7.2

Comments

s_leu’s picture

Status: Active » Closed (duplicate)

This is a known issue. It's related to a new galleria version that doesn't get included because the old file name galleria-1.2.3.min.js was hardcoded in the module code. Please refer to http://drupal.org/node/1183398 for further updates on the issue.

Mark_L6n’s picture

Found the problem...the previous version of Galleria, 1.2.3, was being linked. I just made a copy of v 1.2.4 (to v1.2.3) and it worked.
[edit]See we cross-posted. Thanks for the response.

arsisthesis’s picture

Component: Miscellaneous » User interface
Status: Closed (duplicate) » Active

Hi,
I re-activate this topic because I'm using the lastest 7.x-1.x-dev version which is supposed to solve the previous galleria-1.2.3.min.js detection problem by using the glob() function. However, I'm still having exactly same problem as described in Mark123's first post. My node just list all the photos thumbnails but no Galleria slideshow.....
Thank you in advance for all help.

arsisthesis’s picture

Status: Active » Closed (fixed)

Just solve the problem by restoring all the folders & sub-folders & files permission.