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-03-04 00:12:10

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

Ugly Lines in Slightshow

Hi,

ive got a problem. i have different looks in lightroom and firefox.
i had done 2 Scrrenshots.

In Lightroom looks all fine and pretty
http://fotomatisch.de/photos/browser.jpg


but after exporting the page has a ugly dark line in near of top and bottom:
http://fotomatisch.de/photos/lightroom.jpg

anyone has an idea to eliminate this line?

nice greetz
Fred

Offline

#2 2015-03-04 00:29:01

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

Re: Ugly Lines in Slightshow

that should also be appearing in Lightroom. What you're seeing is the box shadow of the Highslide user interface. You can set the color in Appearance > Large Image Presentation : UI Border-color

it looks like you've chosen the same color as the background.

I see no control for removing the shadow, but you should be able to do that with custom css

.highslide-controls, .hs-info-overlay {
    box-shadow: 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

#3 2015-03-04 02:45:30

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

Re: Ugly Lines in Slightshow

hi rob,

thx for feedback, but
it wont work sad

i changed the ui border coler in white for testing. in Lightroom i see just a white line, but in firefox there is added a light dark shadow around the white line. also around the picture!

lightroom
http://fotomatisch.de/photos/lightroom2.jpg

firefox
http://fotomatisch.de/galleries/02/

i also tried to change the phplugins.php document inside the ce4-gallery.lrwebengine but nothing happens
http://fotomatisch.de/photos/php.jpg

Offline

#4 2015-03-04 03:30:04

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Ugly Lines in Slightshow

phplugins.php needs to be modified on the server. Please see http://ce4.theturninggate.net/docs/doku … _phplugins for more infos.


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#5 2015-03-04 03:34:53

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

Re: Ugly Lines in Slightshow

you need to set up your entire site to use custom css.

the code I posted should remove the shadow from the user interface at the top and the info bar at the bottom. You can remove the image shadow by using development tools to find the proper css selector and adding it to the rule.

you don't add css to the phplugins.php file, you need to enable custom css in the phplugins.php file, but you need to add the code to the custom.css file

enabling custom css: http://ce4.theturninggate.net/docs/doku … custom_css

you'll also need to make sure phplugins are enabled site wide.
http://ce4.theturninggate.net/docs/doku … _phplugins

this will require that you add the server path to phplugins to all your ttg exports. If using Publisher this will be easier as you'll only need to update, export and upload your publisher templates. If you have exported and uploaded galleries, you'll need to re-export the galleries and upload, at the least, the index.php files.


also, I think it depends on what version of Lightroom you have as to whether or not you can see the shadows. You can see them in Lightroom 5, but prior to that I don't think you could.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2015-03-04 03:42:29

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

Re: Ugly Lines in Slightshow

to remove the image shadow add
.highslide-image  to the css rule above:

.highslide-controls, .hs-info-overlay, .highslide-image {
    box-shadow: 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

#7 2016-09-12 18:29:17

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

Re: Ugly Lines in Slightshow

Hi there,

i lost Hairs again.
I got these shadow lines in the Highslide mode again. But only at the Gallery links (like Interiour or Portrait) Not in the Gallery for Home. All Gallerys got the same Preset. Does anyone got an Idea?

www.fredurbanke.de

Have a nice Day

Fred

Offline

#8 2016-09-12 21:52:17

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

Re: Ugly Lines in Slightshow

the reason that the shadow is there is because the gallery template (2016-Gallery) is not using custom css. Make sure phplugins is enabled for that template like it is for your home gallery.


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