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.
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
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
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
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
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
Wow, that was much easier than I expected. Thanks a bunch !
Offline