Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #232454

    The images on our website are still not adjusting correctly.
    Here is an example: href=”http://christophermatthewspub.com/sapphire/” title=”Example” target=”_blank”>

    The author’s picture needs to be considerably smaller. When we try to edit it to 60% of the original, it remains the same size. This is happening on most of our images.Please help.

    #232466

    I get the same thing

    <img alt="ALT_Logo_web" src="http://calcontrk.com/wp-content/uploads/2013/04/ALT_Logo_web.gif" width="62" height="66" />

    this is from the source page

    <span class="image-overlay overlay-type-extern" style="opacity: 0; left: -5px; top: 0px; overflow: hidden; display: block; height: 160px; width: 160px;"><span class="image-overlay-inside"></span></span>

    This is throughout the entire website

    • This reply was modified 10 years, 8 months ago by webguy_ccta.
    #233872

    Hey!

    Seems like you have already figured out the issue. If not, please re-create the same elements so we can take a look at the issue on live site

    Best regards,
    Yigit

    #233930

    The issue has not been corrected. We need help with this

    look at this site I am working on http://calcontrk.com/

    there in the “CCTA Conference” area you will see 4 logos, the last logo to the right is down sized with in WP, but the template does not down size it.

    • This reply was modified 10 years, 8 months ago by webguy_ccta.
    #234840

    Hey!

    You can use Partner/Logo Element under Media Elements in Avia Layout Builder

    Best regards,
    Yigit

    #234918

    OK what we are trying to say is that when you are in TXT block form, and you place a logo, then try to downsize it. the template will not allow you to downsize the logo.

    • This reply was modified 10 years, 8 months ago by webguy_ccta.
    #235203

    Hi!

    It would be better to resize the images to the desired size before uploading them, but if you want to do it the other way, you’d need to remove line 162 and 163 in css/base.css:

    max-width: 100%;
    height:auto;
    

    Regards,
    Josue

    #235829

    Josue, this is bad for those users who are not good with image software. and such an inconvenience to create multiple images in different sizes. WP created the image resize tool for a reason, but then this function is used in with the template it dose not work.

    #235975
    /* #Images
    ================================================== */
    
    	img, a img {
    		border:none;
    		padding: 0;
    		margin:0;
    		display:inline-block;
    		/*		max-width: 100%;
    		height:auto;*/
    		width:auto;
    		image-rendering: optimizeQuality;
    	}

    this is on line 152 and 153

    • This reply was modified 10 years, 8 months ago by webguy_ccta.
    #235988

    THIS TEMPLATE IS PISSING ME OFF!!!!

    I don’t want to be hacking into the template just to make stuff work.
    I just did the update to the template, and now all kinds of functions don’t work correctly

    #236094

    Hi!

    You weren’t using the “WP resize tool”, instead you were hardcoding the width/height attributes on the image, which are disabled by the theme CSS in order to maintain the responsiveness of the content, you don’t want to see a fixed 400px image on a 320px screen, don’t you?.

    You can edit your images using the WordPress Image editing tool:
    http://en.support.wordpress.com/images/image-editing/

    Regards,
    Josue

    #236453

    Josue. as you stated there are several ways to resize in WP.

    The one you mentioned is one of three. But what about the default way the WP originally created the image resize. It does not work in this template…

    I work for a newspaper and time is money. as soon as I get a story, I need to post, insert image, resize and be done with it. That is where the default WP resize image does not work. now I need to take extra steps to resize an image as you stated.

    #236491

    Then the fix is pretty simple, as i mentioned before you just need to remove these lines from the img, img a selector in css/base.css and you are good to go:

    height: auto;
    width: auto;
    

    Best regards,
    Josue

    #237063

    Hey, Webguy, Did this work for you. Like you, I am not into resizing images and loading up my library with tons of duplicates.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Image function still not working correctly’ is closed to new replies.