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

Totally Bewildered!

Topic Locked
UserPost

6:40 am
August 2, 2009


Digital Worlds

Guest

1

I admit I suck at any kind of programming — this is why I love the plug-ins :) So, I installed the plug-in read all the information — setup the field key as serial, labeled 3 posts as "Wedding" for the specific name.

Added to my WP Page at the bottom so my 3 posts would appear — and not suprising – nothing appeared!Most likely something I did wrong, Im sure.

But no 3 posts — and by adding to the WP Wedding PAGE – how does the PAGE know to pull the 3 entries and print them?

Seems like there's something missing? Confused

Help!

7:34 am
August 2, 2009


Digital Worlds

Guest

2

I figured how to make it work — the only thing i really need to know is how to remove the extra spacing between each line entry!

10:44 am
August 2, 2009


Ade

Admin

posts 2378

3

Glad you got it worked out. :-)

For the spacing issue, what's your URL? It's probably a CSS issue.

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

7:14 am
August 5, 2009


Digital Worlds

Guest

4

My Url is:

http://paulaman.net/revelation…..ne-wedding

At the very bottom!

1:47 pm
August 5, 2009


Ade

Admin

posts 2378

5

Add this to your style.css:

.serial-posts li {

margin: 3px 0pt 3px 10px;

}

Adjust the top and bottom margin to suit the look you want.

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

7:27 pm
August 27, 2009


Digital Worlds

Guest

6

Just getting back to you on this. I did what you told me to do — and it still did not change the formatting :(

I even changed everything to 0 just to see what would happen.

11:18 pm
August 27, 2009


Ade

Admin

posts 2378

7

Try this instead…

.serial-posts li {

margin: 3px 0pt 3px 10px !important;

}

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