-
Search Results
-
Sorry if this has been address before but I have once again today been locked out of a clients hosting account due to wordpress Image issues when importing some products into woocomerce or trying to manage images and image sizes.
Please Please Please can you stop enfold generating all the different image sizes on post creation and make it generate them on the fly when needed instead.
It is not necessary to generate every single possible image size for every single image found within a post/page/product as we are currently in a constant battle with our hosting company over excessive CPU and inodes which are 100 % caused by having so many different image sizes generated.
Can you please fix the issue once and for all by making the theme only generate any additional image sizes IF and WHEN they are first called by the browser in a front end page. We do not need to generate and store portfolio images if we do not have a portfolio. we don’t need shop images if we don’t have a shop etc etc
As an example it is sheer madness when a post has 10 images in the main body.. the only image that would ever actually require multiple sizes is the main featured thumbnail or “Featured Image” but enfold will generate 12 images for each and every single image found within the post. that is 120 images if a post has 10 images in it yet for the most part only 1 size is required for all body images and a few sizes for the featured image.
Generating all those extra images is a complete and total waste of server resources during post creation and a total waste of hosting space because only the featured image is going to be called up as a “thumbnail” or used in any widgets/ etc
Therefore only the first or “featured image” needs several sizes created during post creation. doesnt matter if its a post,page, product this is the same issue for all post types . Images that are not the featured image ie additional images contained in the main body do not need a thumb or any additional image sizes.Every time I get busy working on a website hosted on a shared hosting environment that uses a kriesi theme such as enfold I more than often get locked out with a 503 Service Unavailable error message by the host for excessive CPU and have to contact support and explain whats going on and get them to let me back in.
Not too mention it is a nightmare to backup a site when 98% of the hosting space used is wasted unrequired additional image sizes that create too many problems when it comes to backing up and downloading.
even the site logo and favicons which are used only once at one single set size are having ALL of the 12+ enfold image sizes created for them.Please stop this crazy image generation madness by having only the featured image generated at post creation/updating and then for all other sizes generate those as required on the fly when they are called for only at the specific size required instead of every size and instead of the current wasteful practice of generating every single image at every single size for every post, page, product and all images contained etc
Enfold is also generating all the extra sizes for woocommerce products when it should only create the shop sizes required and posts and pages do not require the shop sizes but again every post type is creating every image size.
You guys keep suggesting to people who are confused about image sizes, blury images or incorrect sized images that we use plugins such as regenerate images and simple image sizes but what your failing to comprehend is that using those plugins causes many a hosting lockout or even an entire server crashing if there are a lot of posts and images because those plugins dont selectively only regenerate the featured image, they regenerate all sizes for all images. The Enfold theme has 12 of its own sizes and telling us to regenerate images is very bad advice to give in this regard. Again the required solution to the problem is quite simply program the theme to only generate the featured image in additional image sizes upon post creation and then to only generate additional sizes IF and WHEN they are called for the first time a post/image is loaded in the browser and NOT to generate all images at all sizes at all times during every page/post/product creation.
This has been the biggest and most ongoing problem I have faced with the enfold theme (actually I love enfold but this problem is real)
is there some reason we cant have an on the fly image creation process instead?
Topic: Produktbild Warenkorb
Hey,
im Warenkorb ist das Produktbild bei uns 32 x 32 px groß.
Wir hätten dieses gerne auf eine andere Größe eingestellt, so dass es der Kunde auch gut erkennen kann.Kann die Größe des Thumbnails irgendwo eingestellt werden, oder geht es nur per CSS?
Vielen Dank im Voraus
Verena
When adding multiple images to the “Fullscreen Slider” via the Page Builder, the sort order is not working like it should. That’s a major pain, when adding more than 20 images, because the thumbnails are very little, so manual resorting is nearly impossible.
Would be great, if the sorting in the Fullscreen Slider” would work like in the Audio Player, where it’s very easy to set the order, reverse it and so on.
UPDATE: 2019-03-15
Just updated to the latest version of enfold. The problem is still there. Adding multiple images reverses the sort order of images from the 2nd images until the last. So adding let’s say 10 images which should be listed like that:
1-2-3-4-5-6-7-8-9-10instead they are listed like:
1-10-9-8-7-6-5-4-3-2I have disabled the creation of multiple images by WordPress and Enfold using the Simple Image Sizes plugin and the well-referenced (in this forum) remove_image_size solution in my child theme functions.php.
The only sizes I need/use on the site are shown on this screenshot.
The vast majority of images are uploaded with our ‘standard’ size of 700 x 467 px.
I have now discovered in the Uploads directories that ‘something’ is creating additional thumbnails, sized 400x267px and 620x414px (sometimes 620×413).
The strange thing is that these unwanted thumbnails are not created for every image uploaded but on a seemingly random basis. i.e. only some images will have these extra sizes. In January, out of 153 image uploads, only 14 images had the unwanted thumbnails created.
The other issue is that this happens only on images uploaded by an Administrator role. There are other roles who can upload files, but these do not have the unwanted thumbnails generated.
I have searched the entire code base for add_image_size and set_post_thumbnail_size to see if I could figure anything out, but nothing came to light.
I realise this could be theme related or might be a general WP issue, but does anyone have any idea how I might be able track down which piece of code (WP, plugin, theme) is creating these unwanted thumbnail files? So that I can then figure out how to stop it happening…
Hi,
When I look at the masonry shop on my homepage on the pc at my workplace everything is quite normal. The thumbnails are big and everything is in the middle.

If I look at the masonry shop but now at home, the thumbnails are much smaller and no longer positioned in the middle. At home but I tried all the browsers (Edge, IE, Chrome, Firefox) but nothing changes. what can this be?

I have tried to move the product price in a simpel product overview, created with the product grid, to the top-right corner.
After searching quite a lot I found another thread with a code that I should add to the functions.php of my child theme, but it still doesn’t work.
I’m referring to: https://kriesi.at/support/topic/change-the-position-of-a-div-in-the-woocommerce-product-grid/I used the code:
// Price Position start adjustment function add_custom_price_pos(){ ?> <script> jQuery(window).load(function(){ jQuery('span.amount').each(function() { var movePrice = jQuery(this); movePrice.prev().append( movePrice.html() ); jQuery(this).parents('.inner_product').find('.thumbnail_container').append('<span class="price">'+'<span class="amount">'+movePrice.html()+'</span>'+'</span>'); console.log('Price is :' + movePrice.html()); }); }); </script> <?php } add_action('wp_footer', 'add_custom_price_pos');What should I do to solve this?
I’m using “Big image with thumbnails below”.
Is there a way to add the number below each thumbnail?Topic: Masonry titles on mobile
HI
Searched but can’t find a solution –
I’d like to have the titles in my masonry gallery on mobiles to be placed underneath the thumbnail image instead of as an overlay. Can you help me with this?
Thanks
NancyHello,
Before the update I was able to tick a box under the featured image so that it would only display as a thumbnail on the list page and then it would not appear at all on the post page if that makes sense. Now I can only have the thumbnail and a large image on the post page or neither.
Do you know how I can get this functionality back?
Many thanks
Hi,
I have used a function to create a post type but the featured image does not appear in the editor. Could you please help me with this?
Here is the code used to create the post type:
// Register Custom Post Types
add_action(‘init’, ‘register_custom_posts_init’);
function register_custom_posts_init() {
// Register Members
$members_labels = array(
‘name’ => ‘Members’,
‘singular_name’ => ‘Member’,
‘add_new’ => ‘Add New’,
‘add_new_item’ => ‘Add New Member’,
‘edit_item’ => ‘Edit Member’,
‘new_item’ => ‘New Member’,
‘all_items’ => ‘All Members’,
‘view_item’ => ‘View Member’,
‘search_items’ => ‘Search Members’,
‘not_found’ => ‘No members found’,
‘not_found_in_trash’ => ‘No members found in the Trash’,
‘parent_item_colon’ => ”,
‘menu_name’ => ‘POD Members’);
$members_args = array(
‘labels’ => $members_labels,
‘public’ => true,
‘capability_type’ => ‘post’,
‘has_archive’ => true,
‘supports’ => array( ‘title’, ‘editor’, ‘excerpt’, ‘thumbnail’, ‘revisions’ )
);
register_post_type(‘members’, $members_args);
}Hi,
In a portfolio item, when adding images to Easy Slider, you are only presented with a thumbnails view.
A nice to have feature would be to be able to see the details of the images you’re selecting for adding. Maybe a switch like in the Media Library to choose between icon view and list view.
Right now you can only see the image thumbnail when adding images to the gallery, not the name. Confusing if you have different sizes of the same image, for example img-full-1600×1200 and img-ftd-800×600, they both show the same picture :-)
Kind regards,
RobTopic: Shop Features
Hi, I would like to purchase Enfold to create a clothing Shop with the following features:
– the ability to search for clothing based on type or color
– display back/front view photos of item when cursor hovers over item
– when a specific clothing item is selected, the item page should have the following:
* enlarge clothing item when the cursor hovers over that area
* show thumbnails of item in different colors
* the ability to print, email item descriptionIs this possible to do this without a Demo? I didn’t plan to use Demo because I thought I would have more creative control.
Thankyou,
AngelaTopic: Lightbox with thumbnails ?
Hello,
is it in any way possible to create thumbnails below the big picture in the Lightbox?
Many gallery plugins has this opportunity and I found it very useful but in ENFOLD I cannot find this possibility.
Thanks a lot, best wishes,
Holger Jacoby
