Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-12-27 04:24:30

fotofred
Member
Registered: 2014-09-08
Posts: 42

galleria-info-link

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

#2 2015-12-27 05:11:11

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: galleria-info-link

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

#3 2015-12-27 07:00:27

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: galleria-info-link

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

#4 2015-12-27 09:31:42

fotofred
Member
Registered: 2014-09-08
Posts: 42

Re: galleria-info-link

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

#5 2015-12-27 09:50:04

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: galleria-info-link

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

Board footer

Powered by FluxBB