-
AuthorPosts
-
March 10, 2015 at 7:41 am #408654
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 lefthttp://awesomescreenshot.com/0a54kzkw4c
any clues how to fix this?
March 10, 2015 at 11:21 pm #409599Hey!
Does it work if you edit the image directly in Media > Library?
Regards,
JosueMarch 16, 2015 at 8:28 am #411934This reply has been marked as private.March 16, 2015 at 8:59 pm #412572Hey!
Do you have any TinyMCE plugins activated? have you tried disabling all third-party plugins and see if it gets fixed?
Cheers!
JosueMarch 17, 2015 at 6:52 am #412785yes I did – I deactivated and it didn’t help. Any clues?
March 18, 2015 at 10:13 pm #414014Hey!
Image resizing is working, i just changed that image to 560 width and it is reflecting that size in the front-end.
Regards,
JosueMarch 19, 2015 at 2:00 am #414085Thanks 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?
March 19, 2015 at 7:33 pm #414777Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
