I managed somehow to get thumbnail image ( i replaced code from line 86 til 101 with code gd0g provided) , but thumbnail image its to big and excerpt text is under image i need image to be on te left and excerpt text to the right side.
Look at picture

Any help will be grat,
Tnx a lot for yout time and support!
M
Hello as a title says, when i try to search some posts, and i got results with title and excerpts, but here is no thumbnail.
look at the image:

I need the thumb img in left side from excerpt.
How can i fix this?
tnx a lot and best regards.
M
-
This topic was modified 11 years, 5 months ago by
mrjukic. Reason: i need tumb pic. left from excerpt text
I am using the gallery shortcode to display various images and sizes – is there a way to make it open in lightbox the actual size of the image? or is there I can add a download button so when someone clicks on the thumbnail they can download the actual higher resolution image?
Hey Arjannavanderplas!
That is WordPress resizing. If your image dimensions are quite a bit different from the image size you select then WordPress may create a new image and crop it a bit. For example if your using a large image and select the thumbnail size ( 80 x 80 ) with our blog shortcode then WordPress will probably crop the image a bit to 150 x 150 so it displays better.
Regards,
Elliott
-
This reply was modified 11 years, 5 months ago by
Elliott.
Hi!
I checked the page and the thumbnails are changed: http://www.weinkellerei-woeber.at/weinkellerei/?product=zweigelt-2
Regards,
Ismael
Hey DavidMiles!
Thank you for using Enfold.
1.) Use the Simple Image Sizes plugin to adjust the size of the magazine thumbnail.
2.) Use this on functions.php to increase the excerpt:
add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
function avf_magazine_excerpt_new_lenght($excerpt) {
$excerpt = 100;
return $excerpt;
}
3.) Please refer to this link: https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list/#post-259924
Cheers!
Ismael
Hi!
Gehe zu:
WooCommerce > Settings > Products > Product Image Sizes
Mache dort die Einstellungen, die du möchtest für das Thumbnail. Schalte “Hard Crop” ein.
Lade das Bild nochmals hoch oder regeneriere das Thumbnails mittels https://wordpress.org/plugins/regenerate-thumbnails/
Gruß!
Andy
Hey!
@xepyonx This is how it looks on my end – http://i.imgur.com/ODKJge7.jpg
If you would like to change the size of the single product image, please go to WooCommerce > Settings > Products and change the size of “Single Product Image” and regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit
Hey!
adjust image sizes to your needs, of course.
Your other images which are cropped correctly on http://ariaguitarsglobal.com/product-category/products/acoustic-guitars/sinsonido-series-acoustic-guitars/ have the size 448×510. If you want to keep this size you should adjust it to this.
But at first you could just try to delete the two images which are not working and upload them again. You also could try to regenerate your images using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Andy
Hey GGLNetwork!
Thank you for using Enfold.
1.) Thumbnails are cropped differently depending on the image dimension and proportion. You can use this apply a minimum and max height for blog grid thumbnails but this might stretch landscape images. The best solution is to use images with the same sizes for post featured images:
.page-id-33 a.slide-image img {
min-height: 135px;
max-height: 135px;
}
2.) What arrow? A screenshot will help.
3.) You chose 3 columns so it will render 3 columns. Why did you place the blog posts inside a 3/4 column?
4.) I’m sorry but this particular modification is beyond the scope of support. You can try to use the magazine element but the layout is different from the blog grid element.
Cheers!
Ismael
VIelen Dank. WooCommerce Thumbnail Input Quantities ist installiert und aktiviert. Hat aber keinen Effekt auf das abgeschnittene Bild im Warenkorb.
https://www.sendspace.com/file/sig6uk
Hi!
That’s why I put height: 335px. Please use this. It should work.
Please follow the instructions from Ismael:
Regarding the thumbnail issues, please go to WooCommerce > Settings > Products > Product Image Sizes section. Adjust the Catalog Images size then enable the Hard Crop? parameter. Upload the featured image again or regenerate the thumbnails.
Please remember to make a backup before screwing up your entire site.
Cheers!
Andy
Hey diefleischerei!
ich denke es wäre gut wenn du WooComerce Thumbnail Input Quantities plugin installierst, um das Problem deines anderen Posts zu lösen (wo im Warenkorb das Thumbnail der Flasche abgeschnitten ist).
Es schade bestimmt nicht die anderen WooComerce Plugins ebenfalls zu installieren, wenn du mit WooComerce arbeitest.
Gruß,
Andy
Hi!
replace my code with this one:
.thumbnail_container {
height: 335px;
}
You can try to play around with the height number. You can go up to 380px, but as Ismael already mentioned you should adjust the catalog image size.
Please have in mind that you ALWAYS should make backups before you do any (big) changes in your theme/files.
Regards,
Andy
-
This reply was modified 11 years, 5 months ago by
Andy.
Hi!
@vegaspro: I didn’t actually do anything. I activated WooCoomerce and the Menus panel goes back to normal. Regarding the thumbnail issues, please go to WooCommerce > Settings > Products > Product Image Sizes section. Adjust the Catalog Images size then enable the Hard Crop? parameter. Upload the featured image again or regenerate the thumbnails.
@Kris1711: It’s alright. :)
Regards,
Ismael
Hi Arvish,
Yet another question. Where can I find the Easy Slider setting modal?
I cannot find it anywhere? I only have 4 options for slideshows and 4 options for sizes if I import a pichture: (thumbnail, averige, big, maximum size)
Thumbnail (80 × 80)
Gemiddeld (300 × 198)
Groot (1024 × 677)
Volledige grootte (1119 × 740)
But not the one you describe.
Thank you in advance for your reply.
Groetjes, Daphne
Hi, I want to know if is possible to modify enfold gallery to have thumbnails on left side and main image on right side? When you click on thumbnail main image changes. I’ll have over 200 photos so i need to know also if is possible to divide gallery on pages to show about 20 images per page?
Example
[IMG]http://i62.tinypic.com/1tl9mt.jpg[/IMG]
Hi elinevedder!
Thank you for using Enfold! :)
Please go to Settings > Media and increase thumbnail image sizes to 150x150px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Are you aware of any sidebar widgets that will show a grid of thumbnails from the portfolio?
Hi!
Height should be 80px and you should adjust the width accordingly to fit your thumbnails. If you would like to disable border radius, please add following code to Quick CSS
.avia-post-nav .entry-image img { border-radius: 0; }
Best regards,
Yigit
Hi!
please add this to Quick CSS:
.thumbnail_container {
height: 100%;
}
Regards,
Andy
Hi Krissie!
1. To use a custom blog layout template, simply save your file as single-(post-type).php.
For reference:
http://codex.wordpress.org/Post_Type_Templates
http://codex.wordpress.org/Template_Hierarchy
2. For sidebars for particular posts in certain categories, create a page for the post, add the blog post using Avia Layout Builder, add a Dynamic Sidebar using Widget Area.
Alternatively, you can look into third-party plugins.
E.g https://wordpress.org/plugins/wp-custom-post-template/
You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
3. With regards to images, you can change image size on functions.php, find this code
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news<br />
$avia_config['imgSize']['related'] = array('width'=>128, 'height'=>80); // small images for related items<br />
$avia_config['imgSize']['portfolio'] = array('width'=>208, 'height'=>125); // small preview pic for default portfolio (4 columns )<br />
$avia_config['imgSize']['portfolio2'] = array('width'=>448, 'height'=>260); // medium preview pic for 2 column portfolio and small 3d slider<br />
$avia_config['imgSize']['portfolio3'] = array('width'=>288, 'height'=>170); // medium preview pic for 3 column portfolio<br />
$avia_config['imgSize']['page'] = array('width'=>608, 'height'=>200); // image for pages and one column portfolio<br />
$avia_config['imgSize']['featured'] = array('width'=>928, 'height'=>350); // big images for fullsize pages and fullsize 2D & 3D slider<br />
$avia_config['imgSize']['portrait'] = array('width'=>340, 'height'=>390); // medium preview pic for portrait pictures
You need to regenerate thumbnails once you edit the thumbnail sizes.
Regards,
Arvish
Hi there!
First of all, thank you for the fantastic theme! I’m a WordPress newbie, but making huge progress bevause of your fabulous theme. Second, thank you for this amazing forum! I already found many answers to questions I was running into.
My question (and I did a search, but can’t find the answer): if I make a gallery in a blog post, the thumbnails under the main picture are very blurry. I can’t figure out what to do about that, or why this happens. It’s probably a very stupid question, but I hope you can help me anyway :) Thank you hugely!!
Nope, not in lightbox. As you can see here – http://realight.ronenbekerman.com/ – the image is not showing full width. It’s close but not quite there.
I regenerated all thumbnails to fit the new width using a plugin recommended by support but that still didn’t seem to help.
Hi,
How do I make the whole header/logo area fit an entire picture whenever I have the menu and logo settings to logo center, menu below?
I literally want to make the entire picture I currently have on the website now fit the entire header. I am going for a “full width” banner look without it necessarily being in a full width view (I have a boxed frame). If you take a look at the site now you will that the theme is forcing the image to be a thumbnail.
Thanks and any help would be greatly appreciated!
Hey!
Thank you for using Enfold.
You can open the video on a lightbox. Edit the portfolio item then set the Overwrite Portfolio Link setting to define custom link. Add the URL of the video. When you clicked the portfolio thumbnails, it will up the video on a lightbox.
Cheers!
Ismael
Hello Kresi,
Still loving the template enfold but I have CSS question I cannot fix.
I use the AV builder to show our trips in a grid layout. See attached screen dump. What I would like is that users who see the site on an iPad or similar only see one item on a row. Of course in a way that the thumbnail is also resized.

When they turn to landscape a 2-column layout is fine, no need to change that.
Can you help me with this css problem? Thanks in advance!
Hey!
Did you update functions.php before you regenerate the thumbnails? Please post the login details here. Give us a link to a single post with the thumbnail issue. We would like to check it.
Best regards,
Ismael
Hey!
Instead of editing the code, please use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Look for the entry_with_sidebar thumbnail on Settings > Media panel. Adjust the size then save changes. Upload the image again or regenerate the thumbnails.
Best regards,
Ismael
I did that, and added that line to the functions.php in the child theme but the new pics I upload still go to default width of 845 px.
Regenerating thumbnails hasn’T changed anything either.