Hey!
Try to regenerate all thumbnails with: https://wordpress.org/plugins/regenerate-thumbnails/ . Unfortunately WPML doesn’t always generate thumbnails of the translated images and if the right thumbnails are missing the galleries will look different.
Cheers!
Peter
This reply has been marked as private.
Hi Peter,
thanks for your support. I’ve an initial test installation with current versions of wp and wc (theme twenty thirteen). I’ve created one product with three variations, different prices and differnet pictures. On the product page I can choose one of the variations and the belonging thumbnail and the appropriate prices show up. So I guess it is an implented woocommerce feature!
Regards,
Klaus
Hey Nick!
Review your gallery now:
http://www.nickboylephotography.com/wp-nbp2014/galleries/landscapes/
I added the following code here:
function restore_image_title_lightbox($attrs, $entry) {
$attrs = array(
"title" => get_the_title(get_post_thumbnail_id($entry->ID))
);
return $attrs;
}
add_filter('avf_portfolio_image_attrs', 'restore_image_title_lightbox', 10, 2);
Cheers!
Josue
Hey,
I hope all is well. Can you please let me know what the default aspect ratio is for the “Big Preview Image” in the “Single Post Style” called “Single Post with Big Preview Image” ?
I ask because I have been using Enfold for close to 1 year. In the past, I had been sizing images at 710px-360px as that seemed to be the maximum size. The most recent update seems to have altered the size to 630px x 280px and now all of my images are cropped….which results in cutoff heads and cutoff words….which is undesirable.
Is there a way to get the old aspect ratio back?
I have already used “Regenerate Thumbnails”.
Hi,
Does anyone know how to remove (or colour in white) the slim line above the full-width masonry as seen here:
http://www.whitestagweddings.com/
Half way down the page, the line is green above the four thumbnails.
Thank you very much!
Hey!
Unfortunately this is not a default woocommerce feature and Enfold simply doesn’t add it as a “new” feature. You can try to switch the theme to Twenty Thirteen (default wordpress theme) and you’ll notice the thumbnails also don’t change if the user selects a different variation. I recommend to suggest the idea here: https://kriesi.at/support/enfold-feature-requests/ and we’ll see if more users are interested. If yes we’ll look into it and probably add it as a new feature to an upcoming update. If you need a quick solution you can try this plugin: https://wordpress.org/plugins/woocommerce-dynamic-gallery/ but I’m not sure if it works with Enfold.
Regards,
Peter
I was able to remove the re-sizing images from being created by Enfold theme simply by adding a /* at line 92 and */ at line 111 in the function.php. This was an easy and elegant solution to my needs. I was looking for any easy way to disable the resizing prior to uploading over 50 large images to use in my portfolio via Lightroom and FTP with only one dimension required for use in the theme. I needed to easily turn on and turn off the resizing function. You may find this method useful for other customers in the future, rather than removing all those lines from functions.php…
http://prntscr.com/4dwc7y
I don’t know why //avia_backend_add_thumbnail_size($avia_config); did not work. But it gave me the idea to use my process above. Using the same logic, to comment out. I also deactivated the plug-in simple image sizes, one less plugin is a good thing.
thanks,
Ed
Hey!
@holleycreative: Glad it is working for you now. Thanks for sharing.
@Chrisparkins: Please try holley’s suggestions then if possible, please remove all images on the media library that doesn’t have any thumbnails. Regenerate the images using the plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Ismael
Hi Darin,
Thanks for the info.
But even after I disabled the Simple plugin.
Then changed my function.php with //avia_backend_add_thumbnail_size($avia_config);
and when I added a new image to my Library, all the Enfold images sizes still were generated !
Any ideas ?
http://prntscr.com/4dphus
Hey!
I checked the images and I think some of them are too small for the slider. If the images are too small (= low resolution) the slider can’t display them and will output an error. I used some random images http://thesevencollection.com/beauty/ which are all bigger than 710px x 270px (selected thumbnail size) to test the slider and the slider works now. Please make sure that all images in the accordion slider have at least the size of the selected “Accordion Image Size”.
Best regards,
Peter
Hi Ed!
You just need to comment out one line in enfold/functions.php. Replace:
avia_backend_add_thumbnail_size($avia_config);
with
//avia_backend_add_thumbnail_size($avia_config);
If you want to generate the thumbnails undo the code modification and regenerate the thumbnails with: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Peter
Hi codersAcumium!
Thank you for visiting Kriesi’s support forum.
You can edit functions.php, find this code code on line 118:
$avia_config['selectableImgSize'] = array(
'square' => __('Square','avia_framework'),
'featured' => __('Featured Thin','avia_framework'),
'featured_large' => __('Featured Large','avia_framework'),
'portfolio' => __('Portfolio','avia_framework'),
'gallery' => __('Gallery','avia_framework'),
'entry_with_sidebar' => __('Entry with Sidebar','avia_framework'),
'entry_without_sidebar' => __('Entry without Sidebar','avia_framework'),
'extra_large' => __('Fullscreen Sections/Sliders','avia_framework'),
);
Add additional image options. You also need to register additional thumbnails if you want more options.
Best regards,
Ismael
Hi!
Use this plugin to modify the existing image sizes or create new ones. Don’t forget to regenerate the thumbnails after that.
Best regards,
Josue
Hi Ben!
Try the following:
1. Install and activate this plugin.
2. Go to Settings > Media and change the Portfolio image size to this (width: 218, height: 168, cropping: yes):

3. Regenerate the thumbnails.
Regards,
Josue
Dear Yigit,
Thank you for your quick reply. I’ve added the code in the QuickCSS, yet the problem still seems to persist. Probably because the styling in the element itself still seems to have the highest priority. I’m affraid there is no CSS class I can use to change that. I’ve added a screenshot to clarify the situation, where the elements inspector can indicate where the styling is coming from, visible in the background, where the thumbnails still shine through.

Is there any way to get the styling out?
Kind regards,
Lucas
I’m attempting to use the LayerSlider with only the thumbnail navigation to use as a product scroller. However, I need each of these thumbnails to link to a different product on the site.
For instance, have the picture of the penguins in the slider go to google.com on click, but the picture of the jellyfish goes to yahoo.com on click.
So far I have been unable to accomplish this. Would someone here be able to give me a hand?
sample.purgeplugs.com is the site. The LayerSlider is in use at the top of the Home page.
Thanks Josue. I took a look back at my Quick CSS and made some corrections which immediately fixed issue #1.
Regarding the second problem mentioned in my original post, you said to change the dimension of the large size option then regenerate the thumbnails. What size to I change the “large” size to?
Hi,
If I want to change the size of the “fullResImage” image (Preview Images in my Portfolio), currently it is being scaled to 1030px;
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>2800, 'height'=>980 ); // images for fullsize pages and fullsize slider
I have changed the line and regenerated the thumbnails but the images are still cropped to 1030. As suggested here: post-302469
Is there another place where this value might be hard-coded?
Any suggestions?
Hey JulieDesigns2!
Thank you for using our theme.
It seems, that the image had not been uploaded correctly. Normally WP creates different sizes of an uploaded image.
Either try to upload the image again or use a plugin like https://wordpress.org/plugins/regenerate-thumbnails/ to rebuild all the sizes (make sure, that enfold is the activated theme).
Cheers!
Günter
I just deleted the code you indicated that contained typos and your CSS code still has no effect at all.
Regarding the second problem mentioned in my original post, you said to change the dimension of the large size option then regenerate the thumbnails. What size to I change the “large” size to?
Thanks,
Trevor
Hi fab Enfold peeps,
Brain is going to mush here and can’t figure out why this one thumbnail for this artist portfolio is displaying so differently.
Here’s the link: http://66.147.244.234/~carolks7/newsite/?page_id=10&paged=2
It’s the artist Lisa LeMair – is it because the dimensions are 290 x 520?
All the other artist thumbnail images on this site are cropped and square – even if height is longer than width – except for this one.
Thank you for your help and for hopefully unmushing my brain.
All the best,
Julie
Hi!
Sounds like it might have been cached page data or something like that. I’ve never had any issues regenerating thumbnails and having them show correctly with WordPres or WooCommerce so that would be my only possible guess.
Glad it all seems to be working now for you however :)
Best regards,
Devin
I add quick css to have the same widht box :
ul.products li .thumbnail_container {
max-height: 167px;
}
and
ul.products li .inner_product_header {
min-height: 135px !important;
}
It’s OK on Mac, and on iPhone.
But on homepage iPad, it don’t works !!
Thanx
I’ve just imported blog posts from another wordpress account from my old website. The blog imported ok but the preview images are coming out as grey icon boxes showing the image is missing. Any idea how I can convince the blog preview to be text only ?
Was anyone able to help with this one and removing the thumbnail image? I’d also like to be able to edit the font sizes?
Cheers
We are an architecture and Interior design firm looking to showcase our projects. Our intent is to have a small 4 column gallery as the project index on the left side of the screen (Portfolio 4 Column) and a center large gallery (Single Gallery: 2/3) with thumbnail images of the specific project below. Also,we would like five secondary navigation links on the PORTFOLIO page for the building types (ie: Commercial Interiors, Architecture & Planning, etc…) that link to a new project index on the left and subsequently a new large center-paged viewed project with thumbnails of that particular project below. The following link is the layout we are trying to create. Any help would truly be appreciated including someone consulting with us one on one. https://www.behance.net/gallery/18992087/New-Web-Site-Concept
Thank you,
Timothy
This reply has been marked as private.
I just wanted to let you know that I was able to fix “most” of the issues above except for one. On the portfolio pages, the thumbnails are supposed to take the user to the specific tabs below onclick. It was working perfectly before the upgrade to 2.9.1. I fixed the other issues by replacing the new functions.php with the older one from 2.8.1. The thumbnails link to the tabs using a plugin (which worked great before theme upgrade) called WP Gallery Custom Links. You should have the links for the two portfolio items from my previous private post. Please let me know. I’ll be poking around in it today, since our time zones are pretty much opposite, and will let you know if I find a fix.
Thanks!
Hi welti!
Danke dass Sie unser Theme verwenden.
Kann es sein, dass die Bilder zu unterschiedlichen Zeiten hochgeladen wurden. Es scheint, als ob die Formate nicht ganz übereinstimmen.
Versuchen Sie, mit einem Plugin wie z.b. https://wordpress.org/plugins/regenerate-thumbnails/ die Bilder auf eine einheitliche Größe zu bringen.
Regards,
Günter