-
Search Results
-
Dear Enfold team,
I changed the imag size for the latest postings widget with the following CSS code:
#top .news-thumb { width: 232px; height: 118px; float:none !important; padding:0px !important; margin:0px !important; border-radius:3px; border-bottom: 2px solid #4b758a !important; } #top .news-thumb img { width: 232px; height: 118px; float:none !important; padding:0px !important; margin:0px !important; }I also added the custom image size 232x118px via functions php. This used to work fine until recently – since the last update, Enfold is using the small thumbnails instead:

You can also see it live in the sidebar here.
Any idea how to get the widget to display the correct thumbnail size?I’ve made three galleries, but one of them opens with a ‘fog’ over the first two rows of pictures. This particular tab has more photos than the other two, so it seems that the page is taking along time to load, but waiting doesn’t clear the fog. have a look at http://follies.org.uk/wp/index.php/galleries and click on the second tab ‘Restored or rebuilt’ to see the effect. I have tried changing the thumbnail fade in effect to ‘activate animation on page load’ but that had the effect of only covering the first two rows in fog, whereas with ‘show the animation when user scrolls’ the whole page was covered in fog.
Also when I click on a thumbnail and the large picture opens, there is no way to close it- in most galleries I’ve seen there is an ‘X’ in the top corner. Is there any way to add this functionality?
Topic: Thumbnail problem
Hi, I have searched but found no solution to my problem. Suddenly, today when I added 4 products to my shop it began to make large thumbnail on the shop page. When going to single product page, it looks fine. Also, most of the old products look fine, but not all.
I have tried the “regenerate thumbnail” plugin (and one more simular).
I have removed the productpictures, and uploaded them again :/Easyist to spot here: https://www.mitsupport.dk/produkt-kategori/baerbare-computere/?pa_skaerm-stoerrelse=125-mobil
Please help :)
Hello,
when attaching an image, the attachment display settings are limited. The only options I get are Thumbnail, Medium, Large, Full Size. I read in a previous threat the recommendation to disable all active plugins. Did not help.
I use enfold on several other websites and never had this issue before.Regards,
PatriciaI’m trying to use the “Blog Posts” builder, but the thumbnail is aligned center to top, like the image:
https://prnt.sc/hc2hmmI would like to leave the same as the demo, the image next to the title, tried to configure the same, but it is not working:
https://prnt.sc/hc2ifnGood evening enfold gurus. I’m working on updating the look and feel of my website and I need some help with the new blog page. https://designinside.com/design-blog/
I would like to have a white square background with a small inset border with about a 90% transparency behind the title of the blog post title. Would something like these image mockups be possible? My goal is to be able to simply upload the background image as my “featured image” and let the theme do the text formatting on the blog post page to make the text clearer and searchable.
https://designinside.com/wp-content/uploads/2017/11/4-Alternatives-to-white-Subway-Tile-Square.jpg


Hello Support,
just updated my website to WP4.9 and also updated Enfold a few days ago so I cant really tell what is responsible for this.On Chrome I only have 1 problem, on Firefox the same plus one more:
Problem Firefox: The Portfolio Grid container slides over the container that is underneath the Grid when in the same 1/1 Container or over when in a separate 1/1 Container. This only happens in FF not in Chrome and no matter the content under the Grid.
Problem FF and Chrome: My site is multilingual DE/EN/ES and on my Homepage I have a Portfolio Grid that, when you click on a item, opens in the very nice Ajax style. On the main language (german) Homepage all works fine but on the other two languages the thumbs under the main image have the same size as the main image and not the generated thumbnail size. I also notice that when you mouse over the items of the Grid, on the german page a circle shows but und the other two languages it does not. The homepages of all languages are identical. The strange thing is, I have the same Portfolio Grid with the same content on my “Clients” page and there it works correctly both in Chrome and FF.
I post a link to the page in question in the Privat Content
Thanks,
GregorHi there,
I have read several articles on this website about changing the size of featured image, but all of them where either making changes in functions.php
of the main theme (which is never recommended for maintenance), or using another plugin ‘Simple Images Sizes’ (which I try to avoid, since having too many plugins isn’t healthy).Well, below I’ve come up with my own solution which seems to work in my website. I hope this could become useful to other users…
1) you need to use the child theme of Enfold
2) open functions.php, found in …../wp-content/themes/Enfold/enfold-child
3) in functions.php, paste the following code :
/**************************************************************************/ /* Change featured image size for "entry_with_sidebar" */ /***************************************************************************/ function change_featured_image_size( $avia_config_imgSize ) { $avia_config_imgSize['entry_with_sidebar'] = array('width'=>849, 'height'=>566) ; // big images for blog and page entries return $avia_config_imgSize ; } add_filter('avf_modify_thumb_size', 'change_featured_image_size' );In my case, I wanted to change picture with a ‘entry_with_sidebar’ tag, but you might have to change that (other possible values are : ‘featured’, ‘featured_large’, ‘extra_large’, ‘portfolio’, ‘portfolio_small’, ‘entry_without_sidebar’).
Also the size I wanted was 849 x 566, but you might have to change that as well.4) Once this is done, I think that you need to regenerate the thumbnails of each of your image, which can be done via the “Regenerate Thumbnails” plugin (which is a plugin that you don’t need after that, so you can deactivate after use).
Other than that, you should be good to go :-) !
Topic: Ajax image resize
Hi, I found the following piece of code on a related thread. It fixes the issue described in the previous thread for category pages, but at the same time it seems to remove the banner image for the main shop page. How could this code be adjusted to not remove the banner image (set in Enfold > Shop) on the main shop page?
// Fix Enfold from using 1500px wide image and use the full-size image instead add_action( 'init', 'ssi_woocommerce_full_width_category_images', 50 ); function ssi_woocommerce_full_width_category_images() { remove_action( 'ava_after_main_container', 'avia_woocommerce_shop_banner', 11 ); add_action( 'ava_after_main_container', 'avia_woocommerce_parallax_banner_child_theme', 11); function avia_woocommerce_parallax_banner_child_theme($bg, $overlay, $opacity, $description, $font) { if(is_numeric($bg)) { $bg = wp_get_attachment_image_src($bg, 'full'); if(is_array($bg) && $bg[0] != "") $bg = $bg[0]; } if($font) $font = "style='color:{$font};'"; if($bg) $bg = "background-image: url(".$bg.");"; $output = ""; $output .='<div id="av_product_description" class="avia-section main_color avia-section-large avia-no-border-styling avia-full-stretch av-parallax-section av-section-color-overlay-active avia-bg-style-parallax container_wrap fullsize" data-section-bg-repeat="stretch" '.$font.'>'; $output .='<div class="av-parallax avia-full-stretch" data-avia-parallax-ratio="0.3">'; $output .='<div class="av-parallax-inner" style="'.$bg.' main_color background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;">'; $output .='</div>'; $output .='</div>'; $output .='<div class="av-section-color-overlay-wrap">'; if(!empty($overlay)) { $output .='<div class="av-section-color-overlay" style="opacity: '.$opacity.'; background-color: '.$overlay.'; "></div>'; } $output .='<div class="container">'; $output .='<main class="template-page content av-content-full alpha units">'; if($description) $output .= "<h1>".$description."</h1>"; $output .='</main></div></div></div>'; return $output; } remove_action( 'ava_after_main_container', 'avia_woocommerce_big_cat_banner', 11 ); add_action( 'ava_after_main_container', 'avia_woocommerce_big_cat_banner_child_theme', 11 ); function avia_woocommerce_big_cat_banner_child_theme() { if(is_product_category()) { global $wp_query, $avia_config; if(isset($wp_query->query_vars['taxonomy'])) { $term = get_term_by( 'slug', get_query_var($wp_query->query_vars['taxonomy']), $wp_query->query_vars['taxonomy']); if(!empty($term->term_id)) { $description = term_description() ; $style = get_woocommerce_term_meta($term->term_id, 'av_cat_styling'); $attachment_id = get_woocommerce_term_meta($term->term_id, 'thumbnail_id'); $overlay = get_woocommerce_term_meta($term->term_id, 'av-banner-overlay'); $font = get_woocommerce_term_meta($term->term_id, 'av-banner-font'); $opacity = get_woocommerce_term_meta($term->term_id, 'av-banner-overlay-opacity'); if(!empty($style)) { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); echo avia_woocommerce_parallax_banner_child_theme($attachment_id, $overlay, $opacity, $description, $font); $avia_config['woo-banner'] = true; } } } } } }Topic: Image sizes: banners
Hi,
I use the crop-thumbnails plugin for specifying a different cropping than the default for images with the focal point outside of the middle .
When I want to add an image, I also have the size option “fullscreen sections/sliders”
This does not appear when editing an image using the crop-thumbnails plugin.I discovered it is not mentioned in the functions file as mentioned in the post https://kriesi.at/support/topic/enfold-image-sizes/
Where is it defined? How can I make this size appear in the crop-thumbnails ?
Thanks,
SaraI’m building a website with around 200 products.
On the product pages, there is a large image on the left and several thumbnails underneath. These images have a float property. Sometimes there is a gap of one or two images.
I can’t debug it with just CSS. I think it is related to the resizing of the images (and the calculation) in combination with the float property. It doesn’t always show.
Platform: MacOS in combination with Chrome.

Small update:
The gap is also showing in the back-end.

