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 2014-09-12 01:29:55

Dunnowhen
Member
Registered: 2012-12-06
Posts: 19

Has "Galleries Page:Staging (Albums CSS3 Styling) been lost"?

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

#2 2014-09-12 03:02:00

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

Re: Has "Galleries Page:Staging (Albums CSS3 Styling) been lost"?

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

#3 2014-09-12 03:05:33

Dunnowhen
Member
Registered: 2012-12-06
Posts: 19

Re: Has "Galleries Page:Staging (Albums CSS3 Styling) been lost"?

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

#4 2014-09-12 03:41:09

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

Re: Has "Galleries Page:Staging (Albums CSS3 Styling) been lost"?

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

Board footer

Powered by FluxBB