David Hartman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Content Margins for specific post ??hmm. yeah same problem I had – still aligns to the left.
I had tried adding a float:right, which worked.. but still.. how to make it center, or at least define margins on either side?
preview link: http://documentaries.org/wp-admin/post.php
Thanks Esmi!
Forum: Fixing WordPress
In reply to: Post Content Margins for specific post ??That stuff is over my head for now.
I just need to add something to the code I had to make it center the content..
`<div class=”maincontent” style=”width:100%;”>It works for scaling the margins, which I want to do also, just need the center bit.
Simple right?
Thanks Esmi.
Forum: Fixing WordPress
In reply to: Next Page – Multi Page Posts??Thanks Esmi,
That level of coding is a bit over my head. I’ve seen the info on this from here:
WordPress Styling Page-LinksAny available codes or places that have something good like this out there?
WordPress 2010 Multi Page Post
Thanks so much for your help!
Forum: Fixing WordPress
In reply to: Next Page – Multi Page Posts??Ok. I figured out how to add the code to get that function… but
How do I make it look nice or like the one I linked.. right now its just plain text.look like: Pages: 1 2 3 – and that’s it..
Thanks Esmi!
Forum: Plugins
In reply to: Blog Aggregate – Plug-in or Page ??Well, apparently there isn’t a whole lot out there for this. I’m really surprised.
If anyone is interested, this seems to be the only method around for getting started- it does work but you would have to know code pretty well to make it good.
Forum: Plugins
In reply to: Blog Aggregate for PageWell, apparently there isn’t a whole lot out there for this. I’m really surprised.
If anyone is interested, this seems to be the only method around for getting started- it does work but you would have to know code pretty well to make it good.
Forum: Plugins
In reply to: Blog Aggregate – Plug-in or Page ??Samuel,
Any good suggestions?I’ve been searching for two days on this and tried every plugin I can find. None of them do this or work, which is really strange considering there are entire themes developed around aggregating feeds.
I find it hard to believe there’s nothing available.. its such a basic idea.
Forum: Plugins
In reply to: Blog Aggregate – Plug-in or Page ??I tried this one out already, but as I mentioned I don’t want it to add other blog’s posts to our existing categories. I want something on a unique page that features our associates blog feeds.
I also tried the WP-O-Matic, which is the same as this; and the NewsPage plug-in which is functionally what I would like but it isn’t working and generally looks a bit primitive..
Thanks for the link tho.. any suggestions?
This one is ok, but is a little too basic and I’m not sure how to build it into a page, right idea tho:
Forum: Fixing WordPress
In reply to: Header Image Size 3.1Perfect. Thank you so much!
Forum: Plugins
In reply to: Want to Customize Margins on Homepage.. Twenty TenWell, I think I figured it out now.. in case anyone else needs this. I changed the secondary width in the style-sheet css..
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}
#content {
margin: 0 280px 0 20px;
}
#primary,#secondary { float: right; overflow: hidden; width: 240px;Forum: Plugins
In reply to: Want to Customize Margins on Homepage.. Twenty TenSite is here: http://www.thewindingstream.com
Forum: Fixing WordPress
In reply to: Paypal Button In PostThanks, but i want to have all of those on the same line. The “Please Visit..” and “Contribute..” and Paypal button. So its neat and just straight across the line between the video and the content below. There’s room for them to fit, how would this be coded..?
Forum: Fixing WordPress
In reply to: Paypal Button In PostEsmi, Thanks for the code. It still doesn’t do what I want. I need it to be on the same line as the “Visit Film Site:..” with some text before how can i code it be where I want..?
http://documentaries.org/?p=784Heres what the code looks like for those lines:
<h5 style=”text-align: left;”>Visit Film Site: http://www.peacedocumentary.org <span style=”font-weight: normal; font-size: 13px;”>
<h5 style=”text-align: center;”>Contribute To This Film:
<input alt=”PayPal – The safer, easier way to pay online!” name=”submit” src=”https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif” type=”image” /> <img src=”https://www.paypal.com/en_US/i/scr/pixel.gif” border=”0″ alt=”” width=”1″ height=”1″ /></h5>Thanks! David
Forum: Fixing WordPress
In reply to: Paypal Embed in Posts – Formatting Help Needed!Here’s an example:
http://documentaries.org/2009/02/10/coexist/Forum: Fixing WordPress
In reply to: Swithing to permanent URL — Please Advise!correct. there is a problem with the WordPress structure.. i believe the index file is out of place or something equally simple but don’t know what.
I did see that tutorial and it didn’t work
following those instructions di not moved the blog loading to documentaries.org away nor place the new one there..Please Advise!! This should be pretty simple right?