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.
Dear all,
I just set up my new website with CE4 pages and CE4 galleries. Everything works fine but unfortunately I cannot figure aout hw to change the album titles. What I mean: if I open my webpage (corniche96.de) and go to gallery then I see the different album thumbnails and there corresponding title. And the style of this album title I would like to change - but didn't manage so far ...
Any idea,
thanks a lot for your help
Offline
This is for the Galleries page, correct?
http://corniche96.de/galleries.php
you'll need to use custom css. The selector should be: .album-title
set up for custom css by enabling phplugins site-wide
and then enabling custom css inside the phplugins.php file
try something like:
.album-title {
font-family: 'your chosen font family';
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you for the fast reply. Yes you got my question. Well, I tried to follow the guidelines of how to set it up - unfortunately, I got stuck. The PHP x was enabled on the Pages and all gallery modules. When I tried next to ping the path.php file it didn't work. Then I realized that I have only an phpplugins-sample folder on my website. Is this the correct folder the manual is talking about and should I simply remove "-sample" from the folder name and then continue? Sorry for all these question but I am not at all familiar with web programming etc. That's why I use TTG ...
cheers,
dirk
Offline
Yep, remove the "-sample". You may have missed that part in the instructions, there is a lot to take in.
You won't have to do much, if any, coding as the phplugins.php file is pretty much set up for most common tasks already. And someone can usually help you out with things like 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