Gallery module shows no thumbs and no pictures

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

Gallery module shows no thumbs and no pictures

Post 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
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Gallery module shows no thumbs and no pictures

Post 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
pWorker
Forum Members
Forum Members
Posts: 48
Joined: Wed Aug 31, 2016 1:30 pm

Re: Gallery module shows no thumbs and no pictures

Post 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?
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Gallery module shows no thumbs and no pictures

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Gallery module shows no thumbs and no pictures

Post by Rolf »

PhotoSwipe template needs an extra line in the config.php as is described in the docs
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

Re: Gallery module shows no thumbs and no pictures

Post 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
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Gallery module shows no thumbs and no pictures

Post 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}
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

[solved] Gallery module shows no thumbs and no pictures

Post 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
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Gallery module shows no thumbs and no pictures

Post by Jos »

y're welcome 8)
Locked

Return to “Modules/Add-Ons”