The galleries folder where the images are stored when they are uploaded.
The parent directory is the galleries folder. This is under assets/galleries/
Snippet version 0.5.1
Modx version 0.9.5
There is a snippet call in one document (parent container - My Galleries) that is supposed to display all of the child galleries:
[!MaxiGallery? &childgalleries_ids=`all` &display=`childgalleries` &order_by=`random` &childgalleries_order_by=`createdon`!]
There is another snippet call in a document (Gallery 1)stored under the parent container:
[!MaxiGallery? &display=`embedded` &embedtype=`slimbox` &pics_per_row=`3` &max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`!]
Neither of these snippet calls are displaying the pictures. The pictures are getting stored in the galleries folder. However, the table that MaxiGallery created remains empty.
There is no message to say the pictures uploaded successfully.
The pictures do not show at picture management.
Thanks