Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Problems showing image at full size


  #1  
Old Apr 7, 2011, 09:59 AM
mdmower's Avatar
mdmower
 
76 posts · Jul 2010
Missouri, USA
Site: http://web.missouri.edu/~mdmnq5/vrg/
Atahualpa 3.6.4 with bugfixes 1-6
Wordpress 3.1.1
Tested in Chrome 11 Beta and Firefox 4 with Firebug.

On the front page of my site I have a picture which refuses to show at full size (500px width). The image has been set to full-size and center in the "Insert Media" dialog. The resulting HTML code is:

Code:
[caption id="attachment_6" align="aligncenter" width="500" caption="From left to right: Dr. Stefano Pittalis, Dr. Oleg Shalaev, Dr. Giovanni Vignale, Matthew Mower, Tianyu Liu"]<a href="http://web.missouri.edu/~mdmnq5/vrg/wp-content/uploads/2011/03/group.jpg"><img class="size-full wp-image-6" title="Group Photo 2010" src="http://web.missouri.edu/~mdmnq5/vrg/wp-content/uploads/2011/03/group.jpg" alt="Group Photo" width="500" height="375" /></a>[/caption]
<h1>Introduction</h1>
Our research covers...
The width and height are correct in the <img> tag. This screenshot of Chromes's "inspect element" feature suggests the div container holding the image is plenty wide to accommodate its full size (the td#middle tag alone has a width of 608px).

Relevant theme options:
Style & configure LAYOUT
Min/Max Width: 840px; (fixed width layout)

Style IMAGES
Images in posts: Caption style:
Code:
text-align: center; margin: 0; padding: 0;
Caption Text: Style:
Code:
text-align: center;
font-size: 12px;
padding: 2px 4px 2px;
margin: 0;
color: black;

Last edited by mdmower; Apr 7, 2011 at 10:01 AM.
  #2  
Old Apr 7, 2011, 10:22 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I never noticed that small difference before. I am not sure why but the theme is set to show the full size images at 96%. To override that you could add the following to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
.post img.size-full {
    max-width: 100% !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Apr 7, 2011, 11:10 AM
mdmower's Avatar
mdmower
 
76 posts · Jul 2010
Missouri, USA
Thank you for the solution, it works.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop full post from showing (another user, another problem) daniel3ub Excerpts, Read more, Pagination 0 Dec 28, 2010 07:55 AM
[SOLVED] Description and background issues with full size images Fux Atahualpa 3 Wordpress theme 2 Oct 18, 2010 08:16 AM
[SOLVED] Full size image not thumbnail for excerpts goonygoogoo Center area post/pages 2 Sep 5, 2010 09:46 PM
[SOLVED] Full post not showing on Atahualpa theme? Help. John777 Forum How-To 3 Jul 23, 2010 02:13 PM
[SOLVED] Showing full posts when Categories selected Paul33 Center area post/pages 2 Apr 19, 2010 06:55 AM


All times are GMT -6. The time now is 08:11 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.