kickass
Forum Replies Created
-
Forum: Plugins
In reply to: Categories and Subcategorieshttp://www.onlinetools.org/tools/yadm/expanding.html
http://easy-designs.net/articles/replaceSelect/
http://www.onlinetools.org/tools/puredom/index.html#If this is what you’re thinking of, I think you can, if you’re clever with coding, add one of these to your theme.
Forum: Fixing WordPress
In reply to: ? about container nesting w/i postI’m thinking that method will work. You just have to very carefully place the div for the “photo-card” just before the php call for the content of the post, which, in the single.php page, is
<?php the_content('more_link_text', strip_teaser, 'more_file'); ?>or similar. The div will be for card-right. Make sure to define a width for card-right in your css.Let me know how that works.
Forum: Fixing WordPress
In reply to: ? about container nesting w/i postYou must have changed it since you posted this, at least the way I understand it.
Okay, a thumbnail sketch of “floating” in css. When you float anything in css it will float the direction you point it and UP to the top of whatever container contains it, and that container must be cleared. OR it’ll float up until it bumps the bottom of another block level element. So the trick with floating is to wrap the floated element within a wrapping container of some sort, so that the top of the float will be where you want it, OR to place the div in the html so that the float will butt only up as far as the block level element above it (like a paragraph.)
This is an article with a method to create a float container. I’ve used this method for both text boxes and for images with captions, and it works well. *important!* Make sure to set a width on anything you float. That width can be either in pixels, ems or percent (and that’ll be percent of its container!)
http://wellstyled.com/css-photo-cards.html
I hope this helps!
Forum: Installing WordPress
In reply to: redirecting WP blog to become homepage of site, help!I think you have to move EVERYTHING since when you try to access it can’t find anything. Once everything is moved things will be in the right relative places and can find each other. I think.
Forum: Fixing WordPress
In reply to: Move blog to another page?My suggestion is to create a WordPress Page, then designate it as your homepage or entry page. Directions here:
Forum: Installing WordPress
In reply to: sidebar jumps to bottom of pageWhich browser? Which Op System? Which Theme? What exactly did you change and in which file?
In WP admin, options/permalinks, when you do the permalinks creation in your admin area, if for any reason it can’t overwrite your .htaccess file in your wordpress root file (ie, it doesn’t exist and can’t be overwritten or permissions are wrong) it will instead show a text box down at the bottom of the screen, with this above it: “If your .htaccess was writable we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.” Select all, then use your filemanager to create/edit the file and paste that stuff in there.
Forum: Fixing WordPress
In reply to: database problem, non-funcioning categories, or permalinksBen, most hosts these days have a cpanel or other type of domain admin access area. All of these (at least the ones I’ve used) have some sort of filemanager where ftp stuff can be done without an ftp program from within the browser. Also, you can edit files from there in your browser. Actually, with the .htaccess file, that’s the only way I can access it. I use ftp but that file doesn’t show on my ftp list. Anyway, if your webhost has cpanel or one of the other types of admin, maybe that’s something that you could use since you can’t reconfigure your dad’s ‘puter.
Forum: Fixing WordPress
In reply to: ALA PHP Switch: Cookie Conflictions?Rather than using an outside tool, which may not recognize the necessity of jumping from theme folder to theme folder, it might be better to use a plug-in that’s designed to work with WordPress. I use this plug-in here:
http://boren.nu/archives/2004/10/13/theme-switcher-plugin/You can see it in action here, just scroll down the linklist til you find it:
http://kickasswebdesign.com/wordpress/Good luck!
Forum: Installing WordPress
In reply to: How To Upgrade From 1.5 to 1.5.1.3?Please before reading this– I love WP, I love you guys, I think this is one of the best communities around!
Having said that, I feel the rest of this really needs to be said, and I’m trying to say it gently and so I don’t hurt any feelings or anything. But my frustration level with this issue is high right now. Please take that into consideration as you read, and don’t take anything personally. And TRY to understand what I’m saying and where it’s coming from.
Respectfully, if the upgrade instructions were “fairly clear” I think there would be less posts on the support board from people with frustrations that are the result of following them. I’m fairly good at following clear instructions, and I’m pretty good with xhtml/css and with making edits to php and an occasional change in that code, though php isn’t my strongest talent. I install scripts all the time. I even make the occasional minor edit to them. I design small business websites for bucks. I’m not a noob.
I read the instructions in the codex on the “Upgrading WordPress” page. Clear instructions are not at all what I’m seeing, so consequently I’m really not wanting to do this upgrade. If I feel this way, how do you think a noob must feel? Directions for “major” and “minor” upgrade are all mixed up in the “detailed” part of that page with no mention of version numbers, and it’s easy for people to misunderstand. Version numbers are all so similar and not spelled out clearly so you have a clear path to follow. I know for a fact I don’t understand.
You say, “I encourage you to help us improve the upgrade documentation.” Help with the docs? How can anyone do that when they can’t understand them? I know they need edits. I’m telling you they need edits. But I’m not qualified to do them. I’ll be damned if I do and cause someone else the same frustration I’m feeling.
Meanwhile I’m seeing a lot of posts on this support forum from people who do the upgrade (major? minor? who knows?) and have problems with permalinks (Oh no! Not that! It took me ages the first time!) and rss feeds after upgrading. Why is that information on dealing with that in the wake of the upgrade not in the Codex on that upgrade page, where it will be easy for people to find? The issues keep coming up over and over as a result of this upgrade. I’ve also gotta wonder if those issues come up because the differences between major and minor and who is supposed to do what are really mixed up in a lot of places.
With so much confusing information I think I’ll leave my current install (1.5) up until my host tells me to change it OR until someone edits that “Upgrading WordPress” page so I know what I have to do.
For instance-
Upgrading from 1.<5 to 1.5.1.3
Upgrading from 1.5 to 1.5.1.3
Upgrading from 1.5.1 to 1.5.1.3
Upgrading from 1.5.1.2 to 1.5.1.3 (this one is there, kinda, though mixed in with other stuff)
And maybe leaving out the “major” and “minor” stuff completely. Yes, I know there will be some duplication of material, but if it makes it clearer for people to follow, and lessens the load on the support board, is that a bad thing?Please help us out here.
Forum: Installing WordPress
In reply to: Formatting, Comment Box & RSS ProblemsOne suggestion I can make re themes- wherever you see the theme, and it’s being used on the site where you can download it, test the whole theme- in other words click on archives, click on individual entries, click on comments, click on WP Pages, click on every dang thing. See that it all shows up more or less the same in that theme and that it all works, and if it doesn’t, then consider looking for another theme. Next, see if the pages that use the theme validate at http://w3.org — and they needs to validate for both xhtml and css. If validation turns up errors, run in the other direction and find another theme. Last, check the theme in a bunch of different browsers BEFORE you download it. If the theme passes all these tests then you’ll probably be able to get it working, and you’ll probably be happy with it.
Doing a little testing before you download and install a theme can save you a lot of time and a lot of headaches! This is especially true if you are relatively new to xhtml or css or php and maybe don’t know how to customize or fix a theme yourself.
Forum: Fixing WordPress
In reply to: PHP Blogging Apps Open to XML-RPC ExploitsOkay, so I have 1.5. I did some sort of “security upgrade” not all that long ago where I changed a line in template-functions-category.php in the wp-includes directory. I think that corresponded roughly to 1.5.1? (file changed 6-7-2005) How do I handle this? Do I follow the above instructions? Or do I have to do more?
Forum: Your WordPress
In reply to: Need browser checks(esp mac) & comments, new themeThanks, all! And I LOVE being able to say my site’s been tested in Linux!!! Next hard drive update I’m going to dual boot . . .
Macmanx, though screenshots are helpful in at least checking to see things are where they’re supposed to be, I’ve had problems in the past with links not working in IEMac even though the site looks fine, and a screenshot won’t point up that problem. So LIVE browser tests by people with macs is the only way to be sure things work. And someday I’m going to actually get a mac so I can test myself.
If the .htaccess file you want to edit is in your main wordpress directory, then yes, editing it will do the job. If it is not, then you need to create one in your main wordpress directory and edit that one. If you cannot create an .htaccess file in your main wordpress directory you need to move to a host that will allow you to do so OR you can stay with yahoo and forget about using permalinks.
Forum: Plugins
In reply to: Make me WittyI don’t know if this will help, but this theme I have available for download has the call for the witty plugin in place and it works fine in this theme.
http://kickasswebdesign.com/wordpress/2005/06/kickass-squawk-wordpress-theme-available-for-download/Maybe seeing how I set it up will help anyone who is trying to make it work in their own theme of choice.
And I agree- Witty ROCKS!!!