Title and Info under Image Title and Info under Image
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Title and Info under Image

Started by yakand, May 11, 2006, 03:16:46 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

yakand

What do I have to adjust to have Title and Image Info right under the Image, and not to have the gap between the image and the first line (Title)?

Also, can the Image info text be justified, instead of having it centered?

I am using the CPG_145.

Joachim Müller

Quote from: yakand on May 11, 2006, 03:16:46 PM
I am using the CPG_145.
Then why are you posting on the board that is named "cpg1.3 Miscellaneous" ::)? Moving accordingly.

Paver

This is a theme question and so you need to find the appropriate template variable and customize as you like.  All the template variables and theme functions you can customize are located in the sample theme under sample/theme.php.

As a general method, use "View Source" on your gallery webpage and look at the HTML you want to change.  Look for unique text or tags and search for this in sample/theme.php.  Then copy that variable to your theme (don't modify the sample theme directly or any other core theme, for your own sanity) and modify as desired.

Please try this and then ask specific questions as you run across them.  A link to your site's page may be useful as well.

yakand

Sorry, I had a feeling that I posted to cpg1.4.x forum.

I solved the porblem by changing values in theme.php. Now looks o.k.

Thank you for your advice.