image names not showing under thumbnails

DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Thu, 2013-09-19 15:57

My gallery can be viewed here: schylling.net/gallery3 username: AAAAA password: AAAAA

I would like to have the image name show up under the thunbnail. How can I get these names to show?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2013-09-20 05:05

Sure they do. You have to mouse over the thumb. That is the design of the theme.
If you want to change the theme you could add:

.g-item h2 {
display: block!important;
}

to your css of the theme you are developing.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Fri, 2013-09-20 15:49

Thanks floridave!!!! It totally worked!!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2013-09-20 16:23
.g-item h2 {
display: block!important;
margin-top:-10px!important;
}

Migh be a bit better for mixed landscape and portraiture layouts.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Fri, 2014-03-14 18:21

floridave, how can this be used in the wind_click4next theme? I tried adding it to the screen.css and it broke the page.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2014-03-14 19:07

I guess you need to show "broke the page" for me to understand how a CSS change would do that.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Fri, 2014-03-14 19:46

When I add that line to the screen.css I get a 404 error.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2014-03-14 20:56

Must be something else. A bad edit, improper formating or corrupt css file will not cause a 404 error.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Mon, 2014-03-17 13:19

floridave, when I had the code to my screen.css I get this error message when I refresh the page:[i]http://imagevault.schylling.net/index.php/ imagevault.schylling.net /index.php/Crayola We are working to resolve this issue.

ALso right after that the Hey wait, you're an admin! We can tell you stuff pops up with this:
Kohana_Exception [ kohana/core.errors.403 ]:
@todo FORBIDDEN
MODPATH/gallery/helpers/access.php[ 202 ]

197 198 /** 199 * Terminate immediately with an HTTP 403 Forbidden response. 200 */ 201 static function forbidden() { 202 throw new Kohana_Exception("@todo FORBIDDEN", null, 403); 203 } 204 205 /** 206 * Internal method to set a permission 207 *
MODPATH/gallery/helpers/access.php[ 425 ] » access_Core::forbidden()

Seems very odd. Any ideas?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2014-03-17 19:34

So adding some css to screen.css cause the issue? I can't see how changing a line or adding some to the css file would cause an issue.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Mon, 2014-03-17 19:38

should it be inserted like this:

.g-item h2 {
display: block!important;
}

or like:

#g-item h2 {
display: block!important;
}

 
DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Mon, 2014-03-17 19:44

floridave, I added this:

.g-item h2 {
display: block!important;
margin-top:-10px!important;
}

instead of the first option and it seemed to work. Also I had to uncheck the square thumbnails module.