crossedgenres
Forum Replies Created
-
Forum: Hacks
In reply to: How to make Featured Image thumbnail a link to the same image, larger?Rev. Voodoo, I don’t actually need the if function exists check.
Your code does seem to work! I had to reupload my Featured Images afterward – I realized that I’d uploaded them as thumbnail-sized, so when I clicked the link it just showed the same thing. But it is working now! Thanks!
Forum: Fixing WordPress
In reply to: WP auto-changing page slugsRoseAppleMedia, that didn’t work. At this point I’m pretty sure it’s because WP is seeing the all-number slugs as problematic with the ID #’s. It didn’t use to care, but I guess with the upgrade to WP3 it matters. I had to use something else, which is damn annoying.
It’s doing this to me too. I noticed it only seems to do that with slugs that are all-number: so, “i001” is fine, but “001” gets changed to “001-2”. No idea why, except maybe it looks like an id and it’s protecting itself against confusion?
Forum: Installing WordPress
In reply to: [Plugin: WP Forum] Fails to installnumeeja, that worked! It’s weird, because it looks like the auto-install didn’t have an additional parent folder. But whatever, it’s working now – even works with WordPress 2.9! Thanks a lot!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Fields do not appear on page, ONLY code!It looks fine to me: I can see Name / Email / Website, Subject / Message, and the confirmation checkbox.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to a page after form succesfulThat’s odd, it works perfectly for me. Make sure you didn’t accidentally delete a ‘ from around the URL, or leave a space where there shouldn’t be one. And be sure to Save after adding the code.
Beyond that, I don’t know what to tell you. What version of WP and the contact form are you using? I’m using WP 2.8.6 and Contact Form 2.0.7
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to a page after form succesfulOn the settings page for the plugin, go down to the Additional Settings section (all the way at the bottom) and enter this:
on_sent_ok: “location.replace(‘YOUR URL’);”
Changing YOUR URL to wherever you want it to redirect to. It should work exactly how you want.