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 2019-09-18 05:31:01

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Fancybox navigation arrows

Hi, in desktop view, the fancybox navigation arrows are disappearing after a few seconds. What is the right css code to make them always visible like in mobile view?

Rainer

Offline

#2 2019-09-18 07:42:35

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

Re: Fancybox navigation arrows

Maybe something like this:

.fancybox-navigation .fancybox-button--arrow_right, 
.fancybox-navigation .fancybox-button--arrow_left 
{
    opacity: 1;
    visibility: visible;
}

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

Offline

#3 2019-09-20 18:49:06

skipper
Member
Registered: 2013-04-26
Posts: 121

Re: Fancybox navigation arrows

Is there a CSS code to also make them disappear in mobile view after a few seconds? That would be nice, since they cover up way too much of the images.

Offline

#4 2019-10-02 04:20:30

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Does not work. After a few seconds the arrows disappear.

Rainer

Last edited by Rainer Goergen (2019-10-02 04:20:46)

Offline

#5 2019-10-02 07:33:11

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

Re: Fancybox navigation arrows

The fade in/ out may then be in the Fancybox script


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 2019-10-02 08:15:39

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

Re: Fancybox navigation arrows

Hallo Rainer,

Do you have a gallery where we can see that's it is not working? This way we can better debug it. Thanks!


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

Offline

#7 2019-10-02 08:29:07

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

The code you have written is in basic css file. I checked this in aspect.app.
In all galleries the arrows disappear in fancybox.

On mobile devices all arrows are always visible, until you click onto the image.

I have tested your css code additionally in my custom css file.
I have checked also fancybox.php.

Rainer

Last edited by Rainer Goergen (2019-10-02 08:31:18)

Offline

#8 2019-10-02 08:44:31

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

Re: Fancybox navigation arrows

Sorry, if you don't have a link I can look at I can't help.


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

Offline

#9 2019-10-02 09:08:29

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

See all galleries on my website.

Rainer

Offline

#10 2019-10-02 09:43:51

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

Re: Fancybox navigation arrows

Sorry, I don't see the css I proposed.


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

Offline

#11 2019-10-02 10:34:35

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

Re: Fancybox navigation arrows

I don't see it either. It looks like you haven't included it in your custom css file (pangolin-iconic.css)


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

Offline

#12 2019-10-02 14:48:05

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Now I have it included again at the end.
But if it isn't include the custom css, this code is integrated in backlight, if you use inspector and mark an navigation arrow.

Please have now a look again.

Rainer

Last edited by Rainer Goergen (2019-10-02 14:48:34)

Offline

#13 2019-10-02 15:14:50

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

Re: Fancybox navigation arrows

is there still a problem? I just looked and the arrows are not fading out. That's what you wanted, correct?


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

Offline

#14 2019-10-02 18:37:43

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Yes, I am now at my Mac. This seems to be a problem in Safari browser.
In Firefox, the arrows are were visible for some minutes. After a few tests with css and undo the changes, same like in Safari. In Safari they disappear always with the other buttons top right.

???

Rainer

Edit:

Is there also a solution that, if I click beside the image, that the image stays on the screen and will not close?

Last edited by Rainer Goergen (2019-10-02 22:51:41)

Offline

#15 2019-10-03 01:32:54

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

Re: Fancybox navigation arrows

Works for me on both Chrome and Safari on my Mac.


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

Offline

#16 2019-10-03 02:44:26

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

I am trying this since 3 hours. With my iPhone the arrows are always visible. On iPad with desktop site - no chance.
I tried everything.

Rainer

P.S.: On your website they disappear too.

Edit:

Now I have taken my Macbook Pro with Sierra.
Firefox and Safari worked.
But why not my MacPro with High Sierra and my iPad Pro 2018 with iPad OS 13.12 not?

Rainer

Last edited by Rainer Goergen (2019-10-03 03:20:16)

Offline

#17 2019-10-03 03:29:39

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

Re: Fancybox navigation arrows

P.S.: On your website they disappear too.

That's how they are supposed to work on MY website.


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

Offline

#18 2019-10-03 15:21:01

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Take these albums for checking:

https://www.rainer-goergen.de/galleries … ibia_2018/

Rainer

Offline

#19 2019-10-03 15:36:12

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

Re: Fancybox navigation arrows

Sorry, I don't have an iPad. But you might try

.fancybox-navigation .fancybox-button--arrow_right, 
.fancybox-navigation .fancybox-button--arrow_left 
{
    opacity: 1 !important;
    visibility: visible !important;
}

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

Offline

#20 2019-10-03 20:51:32

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Thank you - now - without your code, on PC and Mac the arrows are always visible. Maybe there was an internet cache too.
iPad - I don't know. I try your code too.

Thanks, Rainer

Offline

#21 2019-10-05 17:21:14

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

I tried all this for hours. The !important code is not needed. On PC, Mac and iPhone this all works well.

But the changes are not visible on iPad Pro, they have no effect. Also changes in the album template
under - presentation -.
When I change the colors, there is no effect on iPad. On iPhone there is no problem.

In my pangolin_iconic.css I have a @media code at the end. This works well on iPhone.
If I delete the @media code, there is no effect on the iPad. On Mac, I will check it later in the day.

Rainer

Last edited by Rainer Goergen (2019-10-05 17:21:42)

Offline

#22 2019-10-05 20:30:40

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

Re: Fancybox navigation arrows

Have you tried:
Clearing browser cache in Safari?
Other browsers on iPad?


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

Offline

#23 2019-10-06 14:55:04

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Fancybox navigation arrows

Error found - see my other posting. - */ - was in the wrong line of my custom css. Little error, but max. effect.

Rainer

Last edited by Rainer Goergen (2019-10-06 19:01:44)

Offline

Board footer

Powered by FluxBB