Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 left

    http://awesomescreenshot.com/0a54kzkw4c

    any clues how to fix this?

    #409599

    Hey!

    Does it work if you edit the image directly in Media > Library?

    Regards,
    Josue

    #411934
    This reply has been marked as private.
    #412572

    Hey!

    Do you have any TinyMCE plugins activated? have you tried disabling all third-party plugins and see if it gets fixed?

    Cheers!
    Josue

    #412785

    yes I did – I deactivated and it didn’t help. Any clues?

    #414014

    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

    #414085

    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?

    #414777

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.