msadventures
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Okay, got some help and fixed the code. Here’s how I wrote it:
<ul>
<li>
<form action="<?php echo $PHP_SELF ?>" method="get">
<div style="text-align:center">
<p><?php dropdown_cats(TRUE, 'Choose...', 'NAME'); ?></p>
<p><input type="submit" name="submit" value="Go!" /></p>
</div>
</form>
</li>
</ul>That code gave me a drop down menu for my categories, alphabetized the categories, put the word “Choose” in the drop down menu window instead of one of my category names, and integrated the drop down menu into my theme – including removing the bullet that showed up when I first put the drop down menu in my code.
Thanks to pundit/wahgnube for the help! 🙂
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessWell, the header image is now all lined up…as well as the stuff in the sidebar being aligned properly with the image background now. Looking much better.
Still have just that one bullet there, though.
In Firefox, anyway.
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump.
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessBy the way, from where I’m sitting (viewing your website in Firefox) your whole site isn’t too whacked…your header image is slightly misaligned to the right, and the content in the sidebar is a bit too far to the left. Plus that one bullet at the top. 🙂
Forum: Fixing WordPress
In reply to: Please help with Sidebar weirdnessI had the same issue with the black dots, have you tried the code in Chelsea’s post?
I had the same issue with bullets myself, but all I had to do was add
<ul>and</ul>in the code on my sidebar.php file. Try adding it to yours – put the<ul>just under your<div id>, and the closing tag at the end of that section, see what happens.Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump. Again, I DID say “Please.” 🙂
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump.
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Please? I know SOMEone knows the answer. 🙂
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump again. Anyone?
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump.
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Bump.
Forum: Fixing WordPress
In reply to: Alphabetizing categories in drop-down menu.Also, how would I get the word “Choose…” to show up in the drop down menu, instead of one of the category names, prior to someone clicking the menu and scrolling through the category names?
(Wow, I hope someone understood that.)
Forum: Installing WordPress
In reply to: Problems installing when site already has content?A-ha! That may very well be the issues, I’d completely forgotten about that, I’ll go fix it right now. Thanks for reminding me! D’Oh!
Forum: Installing WordPress
In reply to: Problems installing when site already has content?Not really…mine are separate blogs on different sites/servers/IP addresses. Only thing the same is the host, but the websites are completely separate.
Also, for me, on my second site, the one that already had the content, I wasn’t trying to upgrade to 2.0. I completely deleted 1.5.2 AND the database that was already in place, since I couldn’t get the plugin page to work, anyway. Then I created a new database and uploaded/installed 2.0. But I haven’t been able to get that one running.
Now, I’ve just installed 1.5.2 on my third website, which is an old site without much content that I’m now using as a “test” site. Instead of installing it in the root directory, like I did with my blogsite, I put it in a subdirectory. I’m having problems with that. When I log in using the wp-login.php page, instead of being taken to the admin panel like I’m supposed to be, I’m shown my directory listing instead, and have to go through the list to get to the page I want.
Oh boy.
Forum: Installing WordPress
In reply to: Problems installing when site already has content?Will do. 🙂