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
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.
Posts: 27300
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:
to your css of the theme you are developing.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 33
Thanks floridave!!!! It totally worked!!
Posts: 27300
Migh be a bit better for mixed landscape and portraiture layouts.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 33
floridave, how can this be used in the wind_click4next theme? I tried adding it to the screen.css and it broke the page.
Posts: 27300
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
Posts: 33
When I add that line to the screen.css I get a 404 error.
Posts: 27300
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
Posts: 33
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?
Posts: 27300
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
Posts: 33
should it be inserted like this:
.g-item h2 {
display: block!important;
}
or like:
#g-item h2 {
display: block!important;
}
Posts: 33
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.