-
AuthorPosts
-
March 5, 2014 at 12:31 am #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.
March 5, 2014 at 1:42 am #232466I 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.
March 7, 2014 at 5:35 pm #233872Hey!
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,
YigitMarch 7, 2014 at 7:45 pm #233930The 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.
March 10, 2014 at 5:32 pm #234840Hey!
You can use Partner/Logo Element under Media Elements in Avia Layout Builder
Best regards,
YigitMarch 10, 2014 at 7:46 pm #234918OK 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.
March 11, 2014 at 5:53 am #235203Hi!
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,
JosueMarch 11, 2014 at 8:28 pm #235829Josue, 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.
March 11, 2014 at 11:47 pm #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.
March 11, 2014 at 11:57 pm #235988THIS 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 correctlyMarch 12, 2014 at 5:16 am #236094Hi!
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,
JosueMarch 12, 2014 at 6:27 pm #236453Josue. 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.
March 12, 2014 at 7:56 pm #236491Then 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,
JosueMarch 13, 2014 at 5:37 pm #237063Hey, Webguy, Did this work for you. Like you, I am not into resizing images and loading up my library with tons of duplicates.
-
AuthorPosts
- The topic ‘Image function still not working correctly’ is closed to new replies.