Hi Mike61!
You can go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
adjust sizes and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
I am not sure if i understood your question about more images in category. Can you please post a screenshot and show the changes you would like to make?
Best regards,
Yigit
Hi Team,
for my blog I need 2 more pictures in the category listing. The pictures can shown in the excerpt and I can use ACF when it is necessary but I don’t know what is to do that they shown in the listing. Further are the options for the article thumbnail are not right for me. The small is to small and the big is to big. Where I can edit this size?! Hope you can help me!
Kind Regards
Mike
Hello,
I will like to change the main product image based on the image clicked in the thumbnail. So when they click whatever thumbnail instead of it poping up in a lightbox it would just show that image in the main product image box?
I’m using the Gallery with 20 images and when the page opens (or if I refresh it), the thumbnails stay grayed out until I scroll to the bottom of the Gallery, then start scrolling back up. It doesn’t matter how long I wait to scroll down, then up.
Can you help figure this one out?
Also, the last two rows of the Gallery split into two rows on my low-resolution MacBook (only the last two rows for some reason). On a higher-resolution, it’s fine.
-
This topic was modified 10 years, 7 months ago by
barrystrauss.
Hi,
Found this link and followed the instruction https://kriesi.at/support/topic/thumbnails-on-search-results-page/
i have the following error
Notice: Undefined index: size in /wamp/www/test/wp-content/themes/enfold/includes/loop-search.php on line 25
I just discovered code snippets plugin and find that cool! :D Is there a way to add to code snippets that don’t alter the parent theme?
Hi envapk2!
Add this to your functions.php file.
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
{
$link = wp_get_attachment_image_src($attachment->ID, "full");
return $link;
}
Regards,
Elliott
Hey ccharell!
When you selected your featured image did you make sure to use the full size and not a thumbnail? Right now it’s being resized to 710 x 200.
Best regards,
Elliott
Hi Elliott,
Thanks for getting back to me. I updated the functions.php file and regenerated all the thumbnails but doesn’t seem to have worked?
For reference, the dimension of the image at the top of the main portfolio page (Synton-5.jpg) is 888×360 and the full size image can be viewed at http://www.rorygibsonarchitects.co.uk/wp-content/uploads/2015/05/Synton-5.jpg
I would like it so that the image isn’t cropped on the main portfolio page at all.
Any ideas?
Thanks,
Sam
Hi sjwmobile!
On line 126 in the /enfold/functions.php file try switching it to this.
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => true); // images for fullscreen masonry
You may need to regenerate your thumbnails afterwards to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
Elliott
-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey boxedupmedia!
Thank you for using Enfold.
The lightbox will use the Settings > Media > Large thumbnail option. You can adjust the max width and height then regenerate the thumbnails: https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
Ismael
How do I change the image size? you are auto generating a thumbnail at 180×180? how do I change this to another size? where is the code that Avia is using to do this?
My client has a large number of product photos to add to their new website and they are very inconsistent when it comes to the width/height of the images. I used the gallery feature to display them and because of the varying sizes of the images, the thumbnails don’t display so great.
I searched for solutions and found posts suggesting to use the masonry gallery which is displaying the thumbnails better, but they are cropped so you aren’t seeing the entire product. Is there a way to display them all at a consistent width/height, but also size them down so some space is added around the thumbnail either on the left/right or top/bottom (depending on the shape of the image) allowing the full shot of the product to be seen?
I seem to be missing several Ajax Portfolio features such as ‘Captions’ and ‘Thumbnail Spacing’. Has this been removed as part of the Enfold package?
I’ve included a gallery on a page, but the when clicking on the thumbnails the images are being displayed at their original (i.e. uploaded) ratio, not the edited or cropped version that has been selected.
The lightbox images are displayed at 1030px wide which was selected in the media settings, so I’ve changed that to the size I want, but the images are still displaying at 1030 x 1030. There are no caching plugins activated either so I’m a at a bit of a loss.
Thanks for your help!
As a followup to the closed thread here https://kriesi.at/support/topic/change-the-default-blog-thumb-icon-with-a-default-image/, I think I’ve found a better solution, after the suggested solution didn’t work for me.
.av-magazine-entry-icon:before {
content: url(“http://path/to/your/image.png”);
}
Just thought I’d share in case anybody else is running into the same issue.
Hi guys,
Would like to follow up on the following query please, thanks:
Another question on the main portfolio page… how do we make the link from the thumbnails of the main portfolio page go to the full page instead of just a popup preview?
Please see links for info.
Hi!
Thank you for using Enfold.
Have you tried using the Image element? You can select most of the available thumbnail sizes in the ATTACHMENT DISPLAY SETTINGS.
Best regards,
Ismael
or I could set a smaller thumbnail?
Hi Susanne,
Not sure what you mean, it looks like normal on my end. I can see all of the pictures when hovering the thumbnails. Are you using a very small screen?
Thanks,
Rikard
Hi,
I have a problem with my gallery settings. When I make a gallery with the Avia builder, the images are stretched in the size of the first added photo. For example: the first image in the gallery is 433 x 650, the second image is 650 x 433. The result is that the second image is stretched to 433 x 650 px. Is there a way to make the gallery adjust automatically to the size of the photo? Or the image being cropped in proportions to the size of the image gallery? I provided a link to the issue, so you can have a better idea of what I mean.
-
This topic was modified 10 years, 7 months ago by
dvwdj.
Thanks for that, Elliot!
Another question on the main portfolio page… how do we make the link from the thumbnails of the main portfolio page go to the full page instead of just a popup preview?
Please see links for info.
I’ve used a few newsletter plugins on my site and seem to have the same problem with all them when pulling posts into the template – the post thumbnails appear pixelated as though stretched.
I had assumed it was to do with the plugin but now that it has happened on multiple plugins I wonder whether it is to do with the thumbnail size settings. Any ideas?
Hi!
The best solution is to upload images with the same size, orientation and proportion. Inspecting the portfolio items, we can see that most of the images are cropped from images with different sizes and ratios.
Or at least upload images bigger than the preset thumbnail sizes. One example is the portfolio thumbnail which is 495x400px in dimension. This image, for example doesn’t meet the minimum width and height: http://www.nedmobiel.com/wp-content/uploads/2015/08/Benchmark-tunnels.jpg
Best regards,
Ismael
Hey!
Note that the “Slideshow Image Size” setting in the Easy Slider element will not affect the actual width of the slider. Regardless of the settings, the slider will inherit the width of the parent container so if you place the slider inside a 1/2 column, it will inherit the size of that column. The purpose of the Slideshow Image Size setting is to enable the user to select from the available thumbnail sizes generated by the theme.
Best regards,
Ismael
Hi serge esteves!
You can set the size on line 43 in the /enfold/includes/loop-index.php file.
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
And line 97 for the single post view.
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
Setting it to “full” should display the full image not resized.
Best regards,
Elliott
Hey jells2!
You can set the sidebar for your archives in Dashboard > Enfold > Sidebar settings.
For the image, that is the thumbnail your adding to the category correct? We could use some CSS like this to force it’s width but it would be better to upload a square image if you want it to display as square.
.page-thumb img {
max-width: 400px;
min-height: 300px;
}
Regards,
Elliott
Hi,
If I create a Portfolio Page i have to “fill” the page with images from the Media Library.
Is it possible to “fill” the page with images from a different directory?
Reason behind this is that I want to protect the images so nobody can download them. I have a Member Plugin s2members and there I can create a protected directory which only lets user gain access to its content who are properly authenticated. As an alternative I could use Amazon S3 Server to protect the images.
So now I need a way to link the images from the protected directory or Amazon S3 – without changing any link manually (as I have up to 200 images in one portfolio).
Can I set another Image Path / Source so I can create the Portfolio out of protected images – or at least server the large images (not the thumbnails) from the protected directory?
Thans Frank
Also having this exact same issue. All thumbnail images uploaded are 1920×1080. No portfolio setting corrects the size.
Hi,
I was/am struggling with the blog page showing the correct sized image (original 600×600) but the featured image was still stretched and not proportional . I understand that the solution is to use the plugin “simple image sizes”, which I have done . I regenerated the thumbnails, cleared the cache, etc. but the image size on the post is still stretched.
The whole thing had another nasty side-effect. The image slider on the front page used to show the full image (845×684) but since then the images as cropped . In desperation I have put the sizes back to the way they where, regenerated, even uploaded the images new, etc. However, now I have screwed up my front-page slider and still have not solved the featured image in my post.
Please help!
Thank you
PS: I only know the basics of HTML-coding.
No the other way round, the thumbnail on the page to show just the graphic and the lightbox image be larger with annotations.