calw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Invalid Usernamei went into php admin and changed it using md 5 option. i’m not sure how to do what you describe above, not being good at programming!
Forum: Plugins
In reply to: admin style plugins and wp versionsOk. plugin versions for wp versions. This will teach me to take a hiatus from web design!!
Forum: Fixing WordPress
In reply to: admin theme image problemsok – so now the images are okay, but what i’ve realised is that when i’ve activated either one of the two new admin plugins, they’re pulling in the images from the regular wp admin style. i’m not sure how to fix this, so am going to stay with the regular admin style for now. *sigh* – am going to open another thread as i think it’s a wp version issue.
Forum: Fixing WordPress
In reply to: admin theme image problemsThis is so weird – beer – more like cheap vodka!! ROFL
(the weirdest part is that other image uploads are fine and it’s happening in more than one “imported” theme, as well as the default theme)
giving up for today – wasted far too much time on it already.
Forum: Fixing WordPress
In reply to: admin theme image problemsi’ve been doing this for years – all images uploaded in binary – unless of course both ws_ftp and my control panel are screwed up! oh well – i’ll figure it out.
Forum: Fixing WordPress
In reply to: admin theme image problemswish it was that easy!! LOL
here’s a screen shot:
https://covedesign.com/screen.jpg
Forum: Fixing WordPress
In reply to: admin theme image problemsactually it seems to be more of an FF problem, which is highly irritating. any ideas?
Forum: Fixing WordPress
In reply to: Skinning siteNothing like getting all the right answers! What a wonderful bunch of people!
Forum: Fixing WordPress
In reply to: “Filed Under”…Marvelous advice – worked like a charm – thanks!
Forum: Fixing WordPress
In reply to: “Filed Under”…I’ve been looking through, and what I see is this:
<?php the_category('separator'); ?>
That shows up as the default – an unordered list. That’s what I don’t want. So, I still need to know where to go to change the default on that. ThanksForum: Fixing WordPress
In reply to: Skinning siteThanks so much, Southerngal. Great tutorial!
Forum: Fixing WordPress
In reply to: edit profileThis is so bizarre.
Actually, I was going into the team section. But I just went in (I’m now in NS not IE), and clicked on it, and when the window came up (it was coming up ok before, just uneditable), it showed all the fields!
Who knows..maybe it’s due to the good Sunday dinner we had!!! lol
thanksForum: Fixing WordPress
In reply to: edit profileWell that’s the problem! I signed in as both members, and still nothing! One would have thought that it would work then!!
Forum: Fixing WordPress
In reply to: Post titles not showing properlyAint it just always the silliest things! I told you I haven’t really done the reading on it all yet. I am really enjoying WP already…fantastic stuff!
(lesson 101 for any new application – read documentation first!)
I can’t wait to really get to a good understanding of this once I learn php.
Just as an aside – I use MT for my main blog. I’m using WP to help me learn php, and it’s a faster product. Although I love the add-ons that come alongside MT, I can see a really good potential for customization in this product. Great stuff!Forum: Fixing WordPress
In reply to: Post titles not showing properlyHere it is, Mike.
I didn’t think css would affect php…although I haven’t looked as hard as I probably should have to see what’s going on. I did take a look at the readme file, and it looked as though I was doing it right.
Thanks so much for helping. I hope I’m putting this code in correctly!
<h3>
” rel=”bookmark”><?php the_title(); ?>
<span class=”meta”>” title=”Category: <?php the_category() ?>”>[<?php the_category() ?>] — <?php the_author() ?> @ <?php the_time() ?>
</span>
</h3>