Hey all,
Im really getting stuck with the album module. My thumbmails are showing up and generating so thats not the problem. You can see the problem here:
http://www.rickterschuur.com/cmsmadesim ... msms-works
If you click the thumbnails nothing is happening
also I found out you can aslo go directly to the album but I have also problems their:
http://www.rickterschuur.com/cmsmadesim ... 1albumid=1
If you click the thumbnail their, strange things are happening but not what should be: I tried the default template, and I get problems now I have used the tickbox module.(wich I want to use in the end) And I still have problems as you can see.
I did al things I could find out like, mask 000 etc etc but I guess thats only for the people where thumbnails dont show up at all.
Thanks in advance!
Rick
edit: I forgot to mention Im working with the latest versions of the module and CMSMS
Album Module - Cant click
Re: Album Module - Cant click
Part of the problem may be no stylesheet for the Album and 21 validation errors in first link and 22 in second link...
Re: Album Module - Cant click
Hey mark,
Thanks for your help. I didnt saw anyway where that I need to add attack album css. Anyway thats not what solved it.
The problem was I did not have the {content} tag before the album tag, but removed it on that page. Im not sure why it has to be their but it worked for me. now Im having it again.
Thanks for your help. I didnt saw anyway where that I need to add attack album css. Anyway thats not what solved it.
The problem was I did not have the {content} tag before the album tag, but removed it on that page. Im not sure why it has to be their but it worked for me. now Im having it again.
Re: Album Module - Cant click
It needs it for some where to point the images/info to...
You will get a better look if you take out the height and width from the '.thumb a' call, it will wrap your thumb images with a 10px padded border no matter what size it is...
.thumb a
{
border: 1px solid #DCDCDC;
display:block;
height:72px; remove this...
/* Set link formatting*/
width:100px; and this...
/* Thumb width*/
You will get a better look if you take out the height and width from the '.thumb a' call, it will wrap your thumb images with a 10px padded border no matter what size it is...
.thumb a
{
border: 1px solid #DCDCDC;
display:block;
height:72px; remove this...
/* Set link formatting*/
width:100px; and this...
/* Thumb width*/