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-07-08 06:19:27

johnshorephoto
Member
Registered: 2015-05-27
Posts: 41

forward and back arrows in mobile touch and magnific albums

Is there a way to suppress the forward and back arrows in touch and magnific?   They are always within the photo frame when the mobile is in portrait orientation, which is very distracting.   If you tap in the middle of an image, all the other controls disappear; it would be nice if the arrows did also.

Offline

#2 2015-07-08 07:20:31

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

Re: forward and back arrows in mobile touch and magnific albums

I think you'll need to use custom css for that.


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-07-08 09:03:14

kmlucy
Member
From: Atlanta, GA
Registered: 2013-01-30
Posts: 123
Website

Re: forward and back arrows in mobile touch and magnific albums

I removed them on my website. Here is the css I use for Touch:

/*REMOVE ARROWS IN MOBILE PRESENTATION*/
.gsNext.midRight,.gsPrev.midLeft {
    display: none;
}

Kyle Lucy Photography
kylelucy.com

Offline

#4 2017-08-14 18:04:04

markharris
Member
From: Uppsala, Sweden
Registered: 2013-01-21
Posts: 57
Website

Re: forward and back arrows in mobile touch and magnific albums

Oooh, that would be nice to do until I get round to installing backlight.
But where should I put that code ?
I've dabbled a bit with PHP scripts in CE4, but it was a while ago, and didn't include css.
Do I need to put it in the final uploaded code, or can I insert it via phpplugins ?
Thanks,
Mark

Offline

#5 2017-08-14 20:06:03

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

Re: forward and back arrows in mobile touch and magnific albums

In CE4 you need to implement custom CSS via phplugins.
From the Docs: http://ce4.theturninggate.net/docs/doku … custom_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

#6 2017-08-14 22:05:12

markharris
Member
From: Uppsala, Sweden
Registered: 2013-01-21
Posts: 57
Website

Re: forward and back arrows in mobile touch and magnific albums

Wow, that was much easier than I expected. Thanks a bunch !

Offline

Board footer

Powered by FluxBB