Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   flexible width thumbnails? (http://forum.bytesforall.com/showthread.php?t=7115)

kaspar.wimberley May 14, 2010 03:43 PM

flexible width thumbnails?
 
Just starting to build a new site for my lady and starting off with some basic structural stuff. Have a few questions and issues regarding thumbnails used for excerpts.

Despite increasing the size of thumbnail in the theme options, it seems that the thumbnails do not get bigger than 150x150. I would like full-width thumbnails for each post on a multi-post two-column page of posts.
1. Why are the thumbnails maxing out at 150?
2. Ideally these would be flexible width, to grow and shrink together with the width of the column posts. Is this possible?

http://www.susanne.treacletheatre.co...press/?paged=2

Latest A, and WP 2.9.2

Thanks,
Kaspar

lmilesw May 14, 2010 04:29 PM

I haven't tested this but you might want to look at WordPress>Settings>Media to see if setting that thumbnail size has any bearing on your issue.

kaspar.wimberley May 14, 2010 04:52 PM

Hi Imilesw,
Just tried and it didn't seem to help. Do you think the theme settings and wordpress settings need to match? Or do I need to disable one of them? When inserting an image/thumbnail following the change in the settings, the thumbnail size still read 150x150. Does WP need time to adapt to the change?

Also wondering if something like this may help: http://forum.bytesforall.com/showthr...ght=thumbnails

lmilesw May 14, 2010 04:57 PM

I really haven't looked into it that much but is seems as though I have seen something in these forums about thumbnail sizes. I also have had to run the regenerate thumbnails plugin one time after I made some changes to thumbnail size.

kaspar.wimberley May 14, 2010 04:59 PM

Thanks, I'll give it a go and let you know.

kaspar.wimberley May 14, 2010 05:13 PM

Tried the first method used in the link I sent you first. This certainly works. I imagine the problem comes when you want to be more flexible with your images, and this method simply makes all the images 100%. But still very useful for flexible width sites.

I'll try the other methods too and let you know...
K

When nightrowan says:

Assign a class to your image and then add a CSS insert:
img.classname {
width: 100%;
}

where exactly does he mean in the advanced settings of the image editing options? I guess in the CSS Class and Styles boxes, but how exactly do I assign a class to the image?

kaspar.wimberley May 14, 2010 05:22 PM

By putting 100% in both the height and width boxes I can make the image width flexible to fit the browser/post width, while keeping control over which images I want to have this function.

But this option is not available for thumbnails - so back to square one in some respects. Where can I change the settings for the thumbnails to be 100%

kaspar.wimberley May 14, 2010 06:11 PM

Solved!
Simply insert:

Width: 100%;
Height: 100%;

into the 'post thumbnails' (Atahualpa Theme Options) CSS - maybe upping the post thumbnail width and post thumbnail height will ensure better quality on bigger browsers, but I don't know for sure. I just put 100% there too to be on the safe side.

Jeff G Jun 18, 2010 01:47 PM

I just tried putting this
Width: 100%;
Height: 100%;

into the css, and it still didn't do anything. Basically, it seem that the image size I enter under ATO-->Post THUMBNAIL is ignored.

It seems so straightforward: I put in 221 for "width" of thumbnail.... and nothing happens.

I tried to put in this CSS code:

.post img.attachment-post-thumbnail {
float: left;
width: 211px;
height: auto;
margin: 0px;
padding-bottom:27px;
padding-left:0;
padding-right:27px;
position:relative;
}

which sorta gets me what I want, but it's still defaulting to a smaller thumbnail, then resizing it, so the quality is poo.

I'm trying to make this...
http://www.fuzzpodmusic.dreamhosters.com/news/

look like this:
http://web.me.com/fuzzpodmusic/Site/News/News.html

Using:
WordPress 3.0
Atahualpa 3.5.1

Any way to make the title and byline float nicely as well?

Thanks! Any help very appreciated!!!

lmilesw Jun 22, 2010 07:08 PM

Have you tried setting the thumbnail size in Wordpress>Setting>Media to at least as large as the thumbnail you want? You also may have to regenerate your thumbnails. There is a plugin that will do this for you called Regenerate Thumbnails. So you would want to set the Wordpress settings, regenerate, and then try the Atahualpa settings. I'm not sure if that will work as I have never use the thumbnail settings but it seems like I saw something similar to what I just said.

juggledad Jun 23, 2010 03:53 AM

Jeff: do an export of the settings and attach it to a reply an dI'll take a look

Jeff G Jun 24, 2010 11:30 AM

1 Attachment(s)
Ok, here it is. I looked at this text file and it was unintelligible, but hopefully you can make sense of it.

Thanks so much for replying. It's distressing how quickly I've grown to depend on this forum to get me through projects!

--jeff g

juggledad Jun 26, 2010 04:21 AM

Ok I imported the style and when I change the width, I get a different size for the thumbnail.
1) I'm using Safari, what browser are you using and have you tried in another?
2) do you have a caching plugin? If so turn it off while makig theme settings.


All times are GMT -6. The time now is 10:13 PM.

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