LB
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing Trackbacks in Journalized SandI take that back. I placed the code a little lower in the template, right after “<?php endif; ?>,” and your code showed up. Thanks! 🙂
Forum: Fixing WordPress
In reply to: Missing Trackbacks in Journalized SandStrangely enough, that doesn’t work. Had I know this was in an issue in J-S, I wouldn’t have spend all this time modifying and tweaking the theme for my new blog. 🙁
Thanks, Podz.
Forum: Fixing WordPress
In reply to: What is forcing my sidebar down in IE?I have a custom-designed blog, and I put the code in the “sidecontainer” CSS. I would guess you’d put the code in the first reference. If you posted two or three references, perhaps I could tell you where you should put the code.
Forum: Fixing WordPress
In reply to: What is forcing my sidebar down in IE?What’s probably going on is some of your sidebar links are “spilling” off the page, ie, the links are too long, and IE doesn’t like that. Try putting this code in your style template somewhere in the sidebar CSS:
“overflow:hidden;”
This will let the text wrap itself so the sidebar in IE won’t jump.
Forum: Fixing WordPress
In reply to: “Linkroll” on separate pageThank you!
Forum: Themes and Templates
In reply to: FastTrack Theme – Need Page TemplateNever mind. I got it. Kaf, yours worked great. Thanks, WP users!
Forum: Themes and Templates
In reply to: FastTrack Theme – Need Page TemplateThanks for the tip!
Podz – With your page template, how do I put it on the site? Do I upload it to the templates folder and choose it when I create a page?
Forum: Your WordPress
In reply to: site check – reader reported problem in IEHi – It looks fine in IE on my end. If it happens again, you may want to add this descriptor to your sidebar CSS in the stylesheet:
“overflow: hidden:”
Sometimes a link fails to wrap, and it extends beyond the sidebar. For various reasons this causes the sidebar to shift. The tag wrap the link so it doesn’t overflow.
Forum: Fixing WordPress
In reply to: Removing the Metacmap, that information can also be found in the main template or index.php, at least it is in the Fasttrack theme I’m using.
Forum: Fixing WordPress
In reply to: Parsing errorthanks
Forum: Fixing WordPress
In reply to: Parsing errorNow I’m getting these in the admin, although I now have access to the blog:
Warning: Cannot modify header information – headers already sent by (output started at /home/lashawnb/public_html/wp-includes/kses.php:564) in /home/lashawnb/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information – headers already sent by (output started at /home/lashawnb/public_html/wp-includes/kses.php:564) in /home/lashawnb/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/lashawnb/public_html/wp-includes/kses.php:564) in /home/lashawnb/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/lashawnb/public_html/wp-includes/kses.php:564) in /home/lashawnb/public_html/wp-admin/admin.php on line 9
Forum: Fixing WordPress
In reply to: Parsing errorI got it, Podz. The break was causing the error. Thanks.
Forum: Fixing WordPress
In reply to: Parsing errorNow I can’t even get into the admin to edit. I get the error message
Parse error: parse error, unexpected ‘,’ in /home/lashawnb/public_html/wp-includes/kses.php on line 21Forum: Fixing WordPress
In reply to: Parsing errorPerhaps that’s the problem. I don’t don’t know if there is a line break. I have two versions on the kses saved on my hard drive, and they both have the linebreak. I may have introduced it, though. Should I remove the line break?
Forum: Fixing WordPress
In reply to: Comment patch parsing errorI guess I copied too much. I’ll try to figure it out.