samueldiener
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: List category posts] How to Add comment count to pluginOh you make me learn php!!!!
foreach($catposts as $single): $output .= '<li><a href="' . get_permalink($single->ID).'">' . $single->post_title . ' (' . $single->comment_count . ') </a>' ;
Forum: Plugins
In reply to: [Plugin: List category posts] How to Add comment count to pluginnothing?
Forum: Themes and Templates
In reply to: floats? (html w3 validated)ESMI —– SHAZAAAAM!
thanks for the fix man. I never saw this :after thing. Did you see it in inpect elements?
Forum: Themes and Templates
In reply to: Sidebar IssuesHmmmm – that’s an easy one for the right person.
the format will be src = “/image/textimage/ open php call here to replace with widget title (continue url)
However, I don’t know how to make this php call. Take a look in a couple widgets and see if you can find an example. You need that, and the variable for the widget name. Should start with a “$””
Forum: Themes and Templates
In reply to: Removing Content Background in Freshy2kitkaplan,
Your white background is coming from the body. It you remove that, the white bars go away.
Cheers,
Sam
Forum: Themes and Templates
In reply to: ieyeah – disqus actually does not validate. I had fixed that container problem previously and the fix didn’t stick. That should be resolved.
I disabled disqus and added a </div> and everything validates again. However, back to the original?Thoughts?
Thanks songdogtech..esmi..etc.
Forum: Themes and Templates
In reply to: AHHHHHHH floats….got it… beware clear.
bump — any thoughts….
Songdogtech,
Thank you for your response. Fix the div. Haven’t gotten to the ul. but this should affect everything should it.
No change as of yet. Thanks for your continued help guys!
Forum: Themes and Templates
In reply to: spacing problemESMI – I resolved it. Actually feels good to figure something like this out seeing as I didn’t know CSS before I started…..
In any case…. solution was changing the html to use a background: as opposed to an img. I needed to change the height of the element too.
Code was….
echo ‘<div style=”height:24px; background:url(/wp-content/themes/thesis/custom/images/blogside_top.jpg);”> </div>’ ;}
BTW – how do all of the borders around the elements line up for you?
Forum: Themes and Templates
In reply to: spacing problemEsmi – no go. I have no idea where this is comin from…
Forum: Themes and Templates
In reply to: Another “sidebar not showing properly in IE” questionmurman,
I don’t know the answer to your first question. However, the carriage return problem seems to be pretty common for me. Inserting a
into the html should do the trick ??Otherwise, change the line spacing in css..
Sam
Forum: Themes and Templates
In reply to: a little trouble with header spacingES – – – you rock dude.. thanks!
Forum: Plugins
In reply to: robots meta!!!???no bueno… tried all of this. It is some interaction between robots meta and bad behavior. I had to use all in one seo. Sucks cause I like robots meta better. Oh well….
Forum: Plugins
In reply to: [Plugin: Robots Meta] Database ErrorsWait – just found it is conflicting with “bad-behavior”