nmallory
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Database Backup PluginIs there a way to set this up to do the backup 2x a week rather than nightly?
Forum: Fixing WordPress
In reply to: scrunched photo?I figured it out. There was something in the css template adjusting the width but not the height.
I am going to take your advice about resizing it. 🙂
Forum: Plugins
In reply to: My Plugin WishlistIs that possible?
I’d be happy with wrinkling my nose a few times in it’s general direction, if that would work. 😛
Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginIt always helps to post my problem for some reason…anyway.
This is the proper header to get the sticky to work right:
<h2><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a></h2>'For some reason, the css won't work without:
” id=”post-<?php the_ID(); ?>”`
Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginI’m having a WP Adhesive Twilight Zone moment. The stickies work fine…except…
I have a 3 col design. The left col is the sidebar, the middle col is the “featured” articles, and the right col is just the whatever posts.
The class=”adhesive_post” appears to be coming up in the
<a>and looks like:<div class="feature">
<h2><a class="adhesive_post" href="http://nmallory.exit-23.net/20050808/the-audacity-of-stupid-people" id="post-349">The Audacity of Stupid People</a></h2>However, while the sticky keeps the post at the top of the right col, it’s missing the sticky graphic from the css. The code comes out like:
<div class="nonfeature">
<h2><a href="http://nmallory.exit-23.net/20050808/internet-killed-the-stand-up-comic">Internet Killed the Stand-Up Comic</a></h2>See? no class=”adhesive_post” like the other. Since the code is auto generated and both the top posts in both columns are from today, I don’t understand…
Plus, when I sticky a post from yesterday, it does not move to the top, having been the last thing stickied like the other column.
Please help. Thanks!
Forum: Themes and Templates
In reply to: new Theme: iRoybots SlatyStainI have some issues with navigation on the demo site but I do like the color scheme. I may steal the color scheme when I redo my weight loss blog.
Forum: Plugins
In reply to: My Plugin WishlistRe: parent-child categories
Ok Say I have a Parent Category of “Recipes” and a Child Category of “Low-Fat”. If I select “Low-Fat”, I’d like it to automatically list as being in “Recipes” as well. Currently it doesn’t appear to do that when you print what categories something is in.
Forum: Plugins
In reply to: My Plugin Wishlist2. actually you can save posts but not pages. Pages have to be published.
Forum: Plugins
In reply to: Can we fix batch-categories?So…nothing I’ve done will make it work. This would be an awesome tool as I keep resorting my categories.
Forum: Fixing WordPress
In reply to: mass change of category?Does this plugin work with the most current version of WP? I can’t seem to get it to run.
Forum: Plugins
In reply to: My Plugin WishlistThought of another one:
Would like a way to default to the parent category when a child category is selected.
Doesn’t anyone else want to play?
Forum: Fixing WordPress
In reply to: WordPress, AdSense, and Irrelevant Adswell, I tried to separate the subdomains as channels on adsense. I don’t think that works. annoying.
Forum: Fixing WordPress
In reply to: WordPress, AdSense, and Irrelevant AdsI’m having the same problem…only it’s both “blog” and food/recipe links. Since I don’t do food/recipes on that particular site, I’m confused.
I emailed them about it and they said it was due to my site redesign…but it was doing that before the redesign.
The blog in question: The Naked Truth
Forum: Plugins
In reply to: My Plugin WishlistOh, I forgot…I’d also like one to turn off pings and trackbacks to select blogs.
Forum: Themes and Templates
In reply to: Posts in a table with 3 columnsYeah. I thought about such a layout previously, but decided against it. Good luck with that.