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.
In "slideshow" view the the options of displaying thumbnails and sharing are excellent.
The only problem is I don't use social media and I don't want it to be easy to transfer my images to social media.
I know I can do this by using "single-image" but if I do that users lose the facility of the thumbnail display, share by link options and the swipe facility to move through images.
What I really want is the "single-image" display to include the same icons in the top right hand corner, a swipe facility consistent with "slideshow", a share icon (which should look like a conventional share icon) and the ability to turn off social media buttons. Also the maps option is not a share facility so it should appear on the top bar as in the "single-image" view. These changes would make the interface more consistent for the user.
Pete
Offline
you can use custom css to remove the sharing icons from the slideshow view.
For example:
li.share-twitter {
display:none;
}
will hide the Twitter sharing button.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
sure thing. Let us know if you have any questions or need help with selectors, etc.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline