Katch22
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Really Simple CAPTCHA image doesn't appearI’m currently having this issue too. It was working but when I updated the plugin it now will not display the captcha.
Everything is installed, the images are being created and I believe all of the permissions are correct. When testing things, I deleted the contents of .htaccess in the upload folder and the captcha appeared immediately.
Obviously this isn’t an acceptable solution, but the code MickeyRoush provided unfortunately doesn’t work either! I’ve removed the captcha from the form for now but I would prefer to have it fixed and activated again – Any help would be appreciated! I’ve found surprisingly little referring to this htaccess issue :S
Cheers!
Downloaded a plugin for twenty eleven theme & child themes using the twenty eleven foundation. This extension added the keep sidebar option and seems to work perfectly. I was hoping to solve this without the use of another plugin, but for now this will do nicely!
Cheers
Updated today from 5.0.3 to 5.0.50 and the Enable Comments option appeared for me exactly where you said and it worked a treat! That’s 2 down 1 to go! Thanks for all the help and advice so far I appreciate it :]
any ideas?
Ok solved number 1 – Went to Pages and deleted them. Extremely obviously solution, but I would have thought it was called dynamically not onto a page it created within the pages.
Forum: Themes and Templates
In reply to: Twenty Eleven footer widgets stack on iphoneI’ve got two widgets in the footer on my site, used alchymyth’s code but changed width to 50% and it works perfectly! Exactly what I needed!
Plus I got here because of Liz’s link on the other topic where you helped, so thanks 2 times! 😛
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Populate Select Box from databaseAny ideas?
Forum: Fixing WordPress
In reply to: Cascading/Chained Dropdown boxesAnyone have any ideas? Is this post better suited in the Advanced section?
http://codex.wordpress.org/Using_Permalinks
I had the same problem when changed to the “Pretty Permalinks”
It was my .htaccess file that I needed to edit
That link above helped me a lot! Look for the part for “Creating and editing (.htaccess)” and read from there.
Hope that helps
Forum: Your WordPress
In reply to: NYC Web Design Portfolio using TwentytenI love the design of your title, I don’t think I’d change a thing on that! I like the fact that you are focusing on “clean, simple and functional”, but after the menu the rest of the content looks a little lost it the entire white page.
Just my opinion, but I would prefer to more separation between the title/menu and the content, it seems very close together. Your title has a great style to it but it isn’t continued or shown anywhere else, would be nice to see that kind of design continue throughout the page, even if it’s just in small quantities within headings or in the footer.
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] html in a text fieldHi Stefan,
I have put together some screenshots of the table set up, content and made some notes on each to say what is happening. Ive tried on a few other entries and the same thing happens on those too.
http://s283.photobucket.com/albums/kk305/GeordieFly/
I haven’t really used photobucket before so let me know if you can’t see them properly (there should be 5 images)
Forum: Plugins
In reply to: Exclude page(s) from navigation menuI should say, this will remove the page from the navigation bar but it does not close the page down, its still open and can be accessed like any other regular page, either by a link or typing in the address.
Useful for something like a privacy page, copyright page or error page if you need to redirect your 404.php
Forum: Fixing WordPress
In reply to: Text wrap around imageOk made the same change but only to the h2 tag, seems to have worked – must have been something with the h1 tag maybe?
Forum: Fixing WordPress
In reply to: Text wrap around imageUnfortunately im a bit confused now – I made the changes to my copy on my local server and everything worked perfectly, made the change to the website and it put the layout all over the place. I thought it was a bit of a stretch that the clear:none worked straight away, but not sure why it works on one but not the other!
How did you mean more specific?
Forum: Fixing WordPress
In reply to: Text wrap around imageI changed that to
h1, h2, h3, h4, h5, h6 { clear: none; }Seems to have worked and not affected anything else on my site. Thanks esmi!