aptdesignonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Relative Links not WorkingThanks esmi,
The site is http://www.wenatcheefitnessblog.com
In the upper right of the header I’ve changed one of the images – “Subscribe” – back to relative linking and you can see it is broken. The rest of the header images are absolute links.
Forum: Themes and Templates
In reply to: Too much SpaceThanks Clayton! That seems to work for FF and IE8, but maybe not IE7.
Forum: Fixing WordPress
In reply to: One Author Link BrokenThe only thing I can figure out is that the username originally was created with spaces in it.
I edited the user_nicename in my mySQL database using this tutorial and it works now!
Forum: Fixing WordPress
In reply to: Author Archive 404I was having this problem too, with an author that had posts. The name originally was created with spaces in it.
I edited the user_nicename using this tutorial and it works now!
Forum: Plugins
In reply to: [Plugin: WP Limit Posts Automatically] Styling the Read More / Continue Link?Figured it out.
You can add HTML in the “Read more linktext” field in this plugin setting.
I added this:
<span class=continue>Continue<span>And then added this in my CSS file:
span.continue { background-color: #5c7846; color: #FFF; padding: 10px; font-size: .8em; }And that did it.
Forum: Plugins
In reply to: Styling WP Limit Posts Automatically Plugin?Figured it out.
You can add HTML in the “Read more linktext” field in this plugin setting.
I added this:
<span class=continue>Continue<span>And then added this in my CSS file:
span.continue { background-color: #5c7846; color: #FFF; padding: 10px; font-size: .8em; }And that did it.
Forum: Fixing WordPress
In reply to: how to limit the size of the post on frontpageHey guys,
Here is a plugin that automatically limits the post lengths on the homepage:
http://wordpress.org/extend/plugins/wp-limit-posts-automatically/
Hope that helps.
Forum: Plugins
In reply to: Automatically insert table after 1st paragraph in post?Dave,
This post is kinda old, so maybe you already found a fix.
Here is a plugin that looks like it might do what you want. Haven’t tried it yet, but the comments look good.
http://www.jenst.se/2007/12/03/wp-limit-posts-automatically/
Forum: Fixing WordPress
In reply to: Display Page Title on all except Homepage!Thanks a96, that works great for me!
Forum: Fixing WordPress
In reply to: Adding New Users/Plugins sends to “Page Not Found”This problem had something to do with my hosting and/or database. I installed WP originally through Fantastico, and was able to upgrade to 2.7 (even though I had already upgraded it via the Automatic Upgrade Plugin) there. I’m not sure what that did (updated the databases somehow?), but it fixed it.
Forum: Fixing WordPress
In reply to: Adding New Users/Plugins sends to “Page Not Found”Is there any more info I can provide that may help anyone in helping me figure out this problem?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Category-specific post navigationI’m also having this problem. Did you get it figured out DeathRay, or does anyone else have suggestions?
Forum: Fixing WordPress
In reply to: Different banners for different pages. Need Help.thajaphio,
Could you tell us how you resolved this?
Forum: Fixing WordPress
In reply to: Broken Dynamic SidebarLadycrow,
Thanks again for your help with this.
Soon after I implemented this in my Sandbox theme would no longer load when I added www. to the beginning of my URL. I finally traced it back to this code.
Not sure why that happened at all, but if you are using the Sandbox theme and want to change the number of sidebars, you can change this code on line 437
// Table for how many? Two? This way, please. register_sidebars( 3, $p );Hopefully that will help someone, sometime.
Forum: Fixing WordPress
In reply to: Edit Post Doesn’t Work – (post.php)Hi TH3,
Sorry I don’t have an answer for you, but I have had the same problem.
Whenever I tried to update a page I would get redirected to a blank page too.
I tried upgrading to WP 2.6, but now my site doesn’t work at all.
(Well, it works from http://aptdesignonline.com, but not from http://www.aptdesignonline.com – but I think this may be a separate issue?)