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

Rounded corners ?

unresolved
UserPost

11:04 am
February 5, 2010


timomaas

Guest

1

Hi,

I use the latest 3.2.1 version of your great plugin, however, my theme relies (well, in Firefox that is) on rounded corners. Is this easy to setup in the css ?

Regards,

Timo Cool

7:44 pm
February 5, 2010


Ade

Admin

posts 2378

2

Hi Timo,

You mean you want the DCG to have rounded corners too? Theoretically, it is possible using CSS (though you won't get rounded corners using CSS and IE). Try adding suitable CSS to the myGallery div in your main stylesheet. Eg something like this:

#myGallery {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    }

No idea if it will work. Smile

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

6:41 pm
August 18, 2011


crashguru

Guest

3

Hi there, I just installed your plugin and it works nicely, but I also need round corners. Have tried the #myGallery approach, didnt work (WP Weaver) and tried with CSS, but I am not able to find the right border.

I saw a lot of "border radius" in the code, but apparently one cant select round corners. I think that would make it really complete.

Thanks for any hints.
Reinhard

9:13 am
August 21, 2011


Ade

Admin

posts 2378

4

crashguru said:

Hi there, I just installed your plugin and it works nicely, but I also need round corners. Have tried the #myGallery approach, didnt work (WP Weaver) and tried with CSS, but I am not able to find the right border.

I saw a lot of "border radius" in the code, but apparently one cant select round corners. I think that would make it really complete.

Thanks for any hints.
Reinhard

What's your URL? make sure the CSS you added is still there so that I can see what's going on.

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