Hi Folks – I’m using Custom Post types for some of my pages and I’ve used the layout editor to make my single custom posts.\
Here is an example of a ‘people’ custom post type:
http://sdtest.info/ntq/people/frederick-manson-bailey/
The issue I’m having is that when I go to add an image and then resize on the fly, either by dragging the corners or clicking in and edtiing the image size dimensions, these changes aren’t appearing.
See the how I’ve got this post type create in the screenshot below
– i’ve added a text block
– then floated an image to left
http://awesomescreenshot.com/0a54kzkw4c
any clues how to fix this?
Hey!
Does it work if you edit the image directly in Media > Library?
Regards,
Josue
Hey!
Do you have any TinyMCE plugins activated? have you tried disabling all third-party plugins and see if it gets fixed?
Cheers!
Josue
yes I did – I deactivated and it didn’t help. Any clues?
Hey!
Image resizing is working, i just changed that image to 560 width and it is reflecting that size in the front-end.
Regards,
Josue
Thanks Josue – I just tried and it didn’t work.
Please see this page (note URL change as we’re on live server now)
http://queenswharf.org/people/frederick-manson-bailey/
I’ve gone in and made the image 10px wide (tiny) and it’s still showing big on the post.
Any clues?
Hey!
I see what you are referring to but that won’t work because of this code in css/base.css:
#top .wp-caption img {
border:medium none;
display:block;
padding:5px;
margin:0;
width:100%;
}
That width: 100%
is necessary to make the image responsive, if you really want to get this working you’d need to either remove that line or edit the original image via the WP image editor ( http://a.pomf.se/llgtmk.png ).
Regards,
Josue