Page 1 of 1

Gallery module shows no thumbs and no pictures

Posted: Tue Nov 08, 2016 5:15 pm
by map_1961
Hi.

I use cmsms 2.1.5 with brecenbt gallery module and the creative-start-bootstrap-V1 template.
Whatever galley template (AE-Gallery, Cycle, Fancybox...) is set i see imagetitle only. No thumb.:
http://dev2017.fabbrica-schloss-horst.d ... osskueche/

When i click on a picture title i get a Not Found with an url like:
'http://myURL/path/of/the/gallery/pagepa ... rename.jpg

I my case:
'http://dev2017.fabbrica-schloss-horst.d ... c01794.jpg

I also would like to combine a gallery template with cgsmartimage. I found a forum record that proposes the Gallery template: PhotoSwipe. Using this template the site is completely crashed.

Thx 4 help

MAP

Re: Gallery module shows no thumbs and no pictures

Posted: Tue Nov 08, 2016 8:25 pm
by velden
1. your site seems to be in Maintenance mode?
2. I think you need to implement the <base..> tag (which comes by default with the {metadata} tag

Re: Gallery module shows no thumbs and no pictures

Posted: Tue Nov 08, 2016 8:43 pm
by pWorker
Hi,

what i can see is, wrong:

Code: Select all

GET 
http://dev2017.fabbrica-schloss-horst.de/location/schlosskueche/uploads/images/site-layout/basiclayout/service/Redaktion.jpg
right:

Code: Select all

GET 
http://dev2017.fabbrica-schloss-horst.de/uploads/images/site-layout/basiclayout/service/Redaktion.jpg
so without the /location/schlosskueche, what also the pagealias is.

I have nearly the same problem:
viewtopic.php?f=7&t=75663

The modules include the pagealias to the img src paths, no idea why or where... if you correct the header with firebug, you can see the pic.

Someone an idea?

Re: Gallery module shows no thumbs and no pictures

Posted: Tue Nov 08, 2016 9:52 pm
by Jos
What Velden already said: make sure you have the {metadata} tag in the head section of your page template.

Or an alternative is to not use pretty-urls

Re: Gallery module shows no thumbs and no pictures

Posted: Tue Nov 08, 2016 10:00 pm
by Rolf
PhotoSwipe template needs an extra line in the config.php as is described in the docs

Re: Gallery module shows no thumbs and no pictures

Posted: Wed Nov 09, 2016 11:18 am
by map_1961
Thank u so much for the reply.
The Problem was caused ba the module: CSSPreprocessor
I deinstalled and now it works finr.

BUT i stil would like to integrate cgsmartimage module into the Lightbox template of Gallery module??

Thx.

MAP

Re: Gallery module shows no thumbs and no pictures

Posted: Wed Nov 09, 2016 11:32 am
by Jos
map_1961 wrote:BUT i stil would like to integrate cgsmartimage module into the Lightbox template of Gallery module??
Within the {foreach} loop, after the {else}, replace

Code: Select all

{$image->file|escape:'url'|replace:'%2F':'/'}
with

Code: Select all

{CGSmartImage src=$image->file filter_of_your_choice notag=1 noembed=1}

[solved] Gallery module shows no thumbs and no pictures

Posted: Mon Nov 21, 2016 5:56 pm
by map_1961
Jos
->> y o u a r e a big big s t a r ! ! ! ! !
a champion!!
******IT WORKS*********

I am very happy - thank you - thank you - thank you - thank you *1000
thank you - thank you - thank you - thank you *1000
thank you - thank you - thank you - thank you *1000
thank you - thank you - thank you - thank you *1000
thank you - thank you - thank you - thank you *1000
thank you - thank you - thank you - thank you *1000

Yours MAP

Re: Gallery module shows no thumbs and no pictures

Posted: Mon Nov 21, 2016 6:46 pm
by Jos
y're welcome 8)