Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi,
at first a merry x-mas to ya all.
after this family days i wanna kill someone. The target ist called gallery info link.
i wanna have the headline titels under my pictures but not the info-icon in the upper right.
I tried following css:
.galleria-controls {
background-color: #FFFFFF;
background-color: rgba( 255, 255, 255, 0.15 );
color: #808080;
display: block;
font-size: 18px;
height: 1.5em;
line-height: 1.5em;
position: absolute;
top: 4px;
right: 4px;
text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
z-index: 2;
}
.galleria-collapse,
.galleria-fullscreen,
.galleria-info-link,
.galleria-play {
cursor: pointer;
float: left;
margin: 0;
text-align: center;
width: 1.5em;
}
.galleria-collapse:hover,
.galleria-fullscreen:none,
.galleria-info-link:none,
.galleria-play:hover {
color: #A6A6A6;
}
but without effect. Does anyone got an idea?
http://fotomatisch.de/galleries/new3/
Further the is a ugly line above the caption, i dont know where from it comes
Offline
the line is a box-shadow. Use your browser's inspector to see the css for it.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
to get rid of the Info link, have you tried:
.galleria-info-link {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
thx Rod,
i fixed the info link, but i can't find a way to seperate the Caption from the Picture.
Do you know a command to place the Caption more down unter the Picture?
http://fotomatisch.de/galleries/01/
Offline
Do you know a command to place the Caption more down unter the Picture?
No. I've tried messing with css for Galleria several times for several reasons but haven't had much luck.
There's only so far you can move the caption because it's inside the Galleria container. I've been able to move it a bit, but if I remember, it requires making the container bigger and the results never looked good.
You could try poking through the Galleria documentation so see if there's anything there that might help
http://galleria.io/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1