I’ve tried adjusting the global thumbnail size in ‘Settings’ but this seems to have no effect on members grids, just on profiles.
]]>[netsposts taxonomy_type='tag' taxonomy='news' titles_only='false' show_author='false' thumbnail='true' size='20,20' image_class='alignleft' auto_excerpt='true' excerpt_length='50' show_author='false' paginate='true' list='6' include_link_title='true' column='2' use_layout='inline']
EDIT: It regenerates and smushes thumbnail sizes selected in settings. Other thumbnail sizes are not regenerated but they are smushed again (so they are smushed twice).
When WP Smush PRO is not activated, everything works well.
Can you please fix it?
Thanks,
Jiri
Why would we need different thumbnail sizes? Where are these thumbnails visible after we create the different sizes?
Thank you
]]>Thank you!
]]>Most work fine (mainly landscape layout) but if I upload portrait layout images the thumbnails are a slightly different size.
Please explain how I can rectify this so all thumbnail images display at same size.
They can be seen here:https://darleyhouse.com/test-images
The last 2 images in the first gallery – Spring at Darley House – display differently to the rst.
Thanks
Mark
]]>Joel as a fine are photographer I have been looking for a simple and elegant design for my work…. I have been mostly happy with my Square Space site but find it to be a bit much in terms of the way I would like to ‘simply’ display my work… I stumbled across your design and thought this is exactly what I am looking for. Liking to get my hands dirty and wanted to nudge things a bit I was hoping you might have a CSS cheat sheet lying around that I might peruse…. I have some odd shaped images and when I build the “parent” page to display content from “child” pages … e.g. the thumbnails that are displayed on the “parent” page…. the images are not square… they are odd shaped (i’ve included an attachment of how they come out… I would like to force them into some kind of uniformity… ideally squares…. is it possible to do tweaking the CSS? I’d appreciate any guidance you might give me. Thanks again for the fantastic template
]]>I’m a newbie here trying to setup a new Hueman site. I have a child theme going and trying to change the file sizes of Thumbnails that get generated (most importantly, I want to change aspect ratio for Featured images, which I believe is being controlled by ‘thumb-large’).
When I try to add adjusted code to the functions.php of the child theme it either doesn’t work at all or breaks the site. I think I need some basic guidance on how to properly format the code, unless there is some other reason it’s not working.
Here are the thumbnail sizes I would like to have:
//
add_image_size( ‘thumb-small’, 160, 160, true );
add_image_size( ‘thumb-medium’, 520, 347, true );
add_image_size( ‘thumb-large’, 720, 480, true );
//
In the main Hueman theme, the thumbnails are listed in this section:
//
if ( ! function_exists( ‘alx_setup’ ) ) {
function alx_setup() {
//
If you can show me how to properly put this in the child theme function.php that would be great.
Thanks!
Mike