vertmonkee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Multiple featured image sizesThanks for all the help.
I’ll check the GD library when I get back to work tomorrow.
I’m pretty sure it is enabled as it’s normally something I use in sites.
Forum: Themes and Templates
In reply to: Multiple featured image sizesHi Tim,
Good suggestion, but unfortunately my image is larger than the two thumbnail sizes.
I’ve been trying this on my localhost version. I’ve just checked on the live server, which is running identical code, and it works on there.
I can’t see any reason why they would be different.
Forum: Themes and Templates
In reply to: Multiple featured image sizesI disabled all of my plugins and then switched to the Twenty Eleven 1.2 theme.
If I add a new image I only get the original sized image uploaded. No small, medium and large versions.
Forum: Themes and Templates
In reply to: Multiple featured image sizesHi Jeremy,
Thanks for the response.
Yes I am uploading a new image from my hard-drive.
I have deleted all the previous versions as well just to be sure I am looking at the correct one.
Thanks
Forum: Hacks
In reply to: edit_form_advanced not working for pageIt took a good bit of searching but I found that I also need to register the hook edit_page_form
Forum: Hacks
In reply to: Admin hook to add new textarea after content editorI found this which has solved this
add_action(‘edit_form_advanced’, ‘my_function’);
Forum: Fixing WordPress
In reply to: IIS remove index.phpThanks for the link.
Using the rules detailed doesn’t work for me.
I tried adding /recording-blog/ to the match and the action and still no luck.
I’m not great with rewrite but is it to do with wordpress being in a sub directory so the match part isn’t working with just .*
Thanks
Forum: Fixing WordPress
In reply to: Get page content when the url does not have an id inThanks for the answer.
I need to get the content in the public facing part of the website rather than the admin part.