Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Totally Bewildered!

Topic Locked
UserPost

6:40 am
August 2, 2009


Digital Worlds

Member

posts 4

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

Member

posts 4

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 1140

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

Member

posts 4

4

My Url is:

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

At the very bottom!

1:47 pm
August 5, 2009


Ade

Admin

posts 1140

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

Member

posts 4

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 1140

7

Try this instead…

.serial-posts li {

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

}

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