talie2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery thumb size “Full Size (0 x 0)” only, images not in postAhh, at least I found the answer quickly! I too need to be able to insert various sized images as well as use podpress … any further developments on this?
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] Format outputA few things I’m trying to do I can’t figure out.
1. I’d like to use the Title of the post as the URL text
2. I’d like to make the URL/Post title H2 header
3. I’ve added a checkbox called “spoilers” how do I get rid of the “1” that displays in my output which isn’t very helpful)
4. I’d like the output of the checkbox result to display in red/bold text so that it stands out
5. I’d like to remove “text” above the description on the output page(I figured out how to format the results in the preview but that formatting is lost when the form is submitted)
Forum: Fixing WordPress
In reply to: WordPress 2.7 Editor not workingKimili Flash Embed was the issue for me too – can someone post this info at the top of the thread? Much easier than reading through all the previous suggestions for a fix – and much easier to fix too!
Forum: Fixing WordPress
In reply to: Expand & Collapse WidgetsFound the solution – needed to change some code in my functions.php template file to
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
Forum: Fixing WordPress
In reply to: Expand & Collapse WidgetsYes! That’s exactly what I’m looking for – unfortunately it’s not working for me, installation goes ok, I set up a couple of widgets on the tabbed widget page and then add those to my sidebar but they’re all in open state and clicking on them does nothing ??
Forum: Fixing WordPress
In reply to: Alternateor name your images image1 through image9 or whatever, then add this php code to the header in place of the header image. Load your images via FTP to an images directory to make it easier.
<?php $rand = rand(0,9); ?><img src=”images/image<?php echo rand(1,9) ?>.jpg” />
replace 9 with however many images you have and images/image with the path and filename of your images. If they’re not jpg images you’ll also need to change the .jpg to .gif or .png or whatever
Forum: Alpha/Beta/RC
In reply to: Where is the Page Template option in the new admin?I can’t see it there at all…..??
Forum: Fixing WordPress
In reply to: Site won’t refreshI figured it out!!
It’s not the upgrade of wordpress that’s the problme, it was the upgrade of Cforms II
Disabled that and it’s working fine, so I’m goin gto try going back to the previous version of the plugin and see how that goes
Forum: Fixing WordPress
In reply to: Site won’t refreshalready running 2.3.3 in fact, now that I think about it… it may only be since upgrading that i’ve had this problem… possible?
Forum: Fixing WordPress
In reply to: Site won’t refreshHow do you know it’s really refreshing – have you tried it when you know there’s new content?
Forum: Fixing WordPress
In reply to: must REFRESH to see new contentfreaky – i thought i was replying to my own post which i worded pretty much the same – now i have to go find it!
Forum: Fixing WordPress
In reply to: must REFRESH to see new contentIt’s not my ISP – it’s happening for other people too
Forum: Plugins
In reply to: Seek: Image uploads with comments — plugins, etc?getting back to this topic – I’m looking for the same thing – a way for images to be uploaded with comments – anyone know of anything?