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.
Just working on converting my pages from CE3 to CE4.
I am trying to identify in CE4 Pages the settings which, under CE3, were encapsulated under Galleries Page : Staging (Albums : CSS3 Styling).
Has this section/functionality been deprecated and, if so, how do we now achieve the same functionality?
Mac : Mavericks
Chrome : Version 23.0.1271.95
Apache : PHP version 5.4.4
Offline
Looks like if you want to add drop shadows and border radius you'll need to do that via custom css
You could probably just copy the styles from the CE3 style sheets and apply it to the appropriate selector for CE4. You can find the selector by using the Inspector tools (Firebug, Chrome developer tools)
setting up custom css: http://ce4.theturninggate.net/docs/doku … custom_css
using the Inspector: http://ttg-tips-and-tricks.barbeephoto. … selectors/
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, thanks for the reply.
Is there a practical reason why the said functionality was omitted from CE4?
I don't want to start messing around with CSS if there was a reason for not including it within the plugin.
Last edited by Dunnowhen (2014-09-12 03:07:11)
Mac : Mavericks
Chrome : Version 23.0.1271.95
Apache : PHP version 5.4.4
Offline
I don't know.
there is an issue with border-radius for the lower right corner though, as you can see on my test site:
http://ce4.barbeephoto.com/galleries.php
here's what I'm using for custom css for that look in the index:
.album-mantle {
border-radius: 20px;
box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
}
I haven't added the vendor specific prefixes for older browsers, but this should work on all modern browsers.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline