Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

3.2 upgrade text not centering

open
UserPost

8:28 am
February 4, 2010


gregdowning

Guest

1

I just ran the new 3.2 upgrade on wp2.9.1 and now the text in the gallery is no longer centered. http://www.xrez.com/ Any tips on how to get that back?

8:39 am
February 4, 2010


Ade

Admin

posts 2384

2

Hi,

I made a CSS change in version 3.2.

All you need to do is open up jd.gallery.css (it's in js-mootools/css folder) and change this:

.jdGallery .slideInfoZone h2
{
    border: 0 !important;
    font-weight: bold !important;
    background: none !important;
    text-align: left !important;/* Added DCG v3.2 */
}

to this:

.jdGallery .slideInfoZone h2
{
    border: 0 !important;
    font-weight: bold !important;
    background: none !important;
}

In future, this will be handled by a Settings page option.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

8:41 am
February 4, 2010


gregdowning

Guest

3

Cool Thanks Ade!!

8:43 am
February 4, 2010


Ade

Admin

posts 2384

4

You're welcome. Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?