Viewing 30 results - 2,401 through 2,430 (of 10,096 total)
  • Author
    Search Results
  • gameznet
    Participant

    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?

    #1079249

    In reply to: Produktbild Warenkorb

    Hey TruefriendsStore,

    Please try the following:

    .woocommerce .cart.shop_table .product-thumbnail img {
    width: 100px;
    }

    Best regards,
    Jordan Shannon

    #1079170

    Topic: Produktbild Warenkorb

    in forum Enfold
    TruefriendsStore
    Participant

    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

    #1078743
    nomorebeans
    Participant

    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-10

    instead they are listed like:
    1-10-9-8-7-6-5-4-3-2

    #1078729
    zimbo
    Participant

    I 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…

    #1077692

    Ismael.

    Have been away and just got back. Have now applied this and seems to work great!! See http://www.peter-test1.co.uk/artist-test/.

    Just one thing..Is it possible to get the thumbnails sorted by price. so for example when selecting ‘All” on the filter the lowest price is at the left and then increases, then in the current example if you select £500-£1500 we get the thumbnials ordered by prices ie £975, £1,150, £1,200, £1,350

    Many Thanks
    Pete

    #1077293

    hI,
    For anyone interested in follwoing the same route as me to serve up double-size retina images with high compression to all devices, here’s what I did.

    functions.php in child theme:

    // remove "responsive images" functionality in WP 4.4 and higher
    add_filter('wp_get_attachment_image_attributes', function($attr) {
       if (isset($attr['sizes'])) unset($attr['sizes']);
       if (isset($attr['srcset'])) unset($attr['srcset']);
       return $attr;
    }, PHP_INT_MAX);
    add_filter('wp_calculate_image_sizes', '__return_false', PHP_INT_MAX);
    add_filter('wp_calculate_image_srcset', '__return_false', PHP_INT_MAX);
    remove_filter('the_content', 'wp_make_content_images_responsive');
    
    // Disable loads of Enfold & WP image sizes upon upload
    // do image sizes manually, double-size with high compression for retina screens
    // use Photoshop to set exact double size and quality between Q30 and Q40
    add_action('init', 'remove_enfold_image_sizes');
    function remove_enfold_image_sizes() {
    // do NOT remove widget size, is used in backend portfolio items!
    // remove_image_size('widget');
    	remove_image_size('square');
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('portfolio');
    	remove_image_size('portfolio_small');
    	remove_image_size('gallery');
    	remove_image_size('magazine');
    	remove_image_size('masonry');
    	remove_image_size('entry_without_sidebar');
    	remove_image_size('entry_with_sidebar');
    	remove_image_size('shop_thumbnail');
    	remove_image_size('shop_catalog');
    	remove_image_size('shop_single'); 
      remove_image_size('shop_gallery_thumbnail');
    }
    // Remove unneeded WP image sizes
    add_filter( 'intermediate_image_sizes_advanced', 'prefix_remove_default_images' );
    // Remove default image sizes here. 
    function prefix_remove_default_images( $sizes ) {
    // do NOT remove small and medium sizes, they are used in backend Media Library!
    // unset( $sizes['small']); // 150px
    // unset( $sizes['medium']); // 300px
     unset( $sizes['large']); // 1024px
     unset( $sizes['medium_large']); // 768px
     return $sizes;
    }

    List of Enfold/TopMenu image sizes for different image ratios:

    w = standard width Enfold
    Rw = doubled Enfold width for Retina
    GR = Golden Ratio

    ENFOLD WITH Top menu
    
    full width header banner frontpage
    w 1519 x 430 / Rw 3040 x 860
    >>>>> USE:
    4:1 > 3000 x  849
    
    news featured
    w 81 x 81 / Rw 162 x 162
    >>>>> USE:
    1:1 > 180 x 180
    1:1 > 360 x 360
    
    portfolio 2 column featured
    w 758 / Rw 1516
    >>>>> USE:
    4:3  > 1600 x 1200
    3:2  > 1600 x 1067
    16:9 > 1600 x  900
    GR   > 1600 x  991
    
    portfolio 3 column featured
    w 507 / Rw 1014
    >>>>> USE:
    4:3  > 1024 x  768
    3:2  > 1024 x  683
    16:9 > 1024 x  576
    GR   > 1024 x  624
    
    portfolio 4 column featured
    w 378 / Rw 756
    >>>>> USE:
    4:3  >  800 x  600
    3:2  >  800 x  533
    16:9 >  800 x  450
    GR   >  800 x  496
    
    portfolio single full width
    w 1419 / Rw 2838
    >>>>> USE:
    4:3  > 3000 x 2250
    3:2  > 3000 x 2000
    16:9 > 3000 x 1688
    GR   > 3000 x 1858
    
    portfolio single 2/3
    w 918 / Rw 1836
    >>>>> USE:
    4:3  > 1920 x 1440
    3:2  > 1920 x 1280
    16:9 > 1920 x 1080
    GR   > 1920 x 1189
    
    portfolio single 3/4
    w 1043 / Rw 2086
    >>>>> USE:
    4:3  > 2500 x 1875
    3:2  > 2500 x 1667
    16:9 > 2500 x 1406
    GR   > 1920 x 1549
    
    gallery with right sidebar
    w 986 / Rw 1972
    >>>>> USE:
    4:3  > 2000 x 1500
    3:2  > 2000 x 1333
    16:9 > 2000 x 1125
    GR   > 2000 x 1239
    
    store multi product
    w 320 / Rw 640
    >>>>> USE:
    4:3  >  640 x  480
    3:2  >  640 x  427
    16:9 >  640 x  360
    GR   >  640 x  396
    
    store single product 1/2
    w 667 / Rw 1334
    >>>>> USE:
    4:3  > 1440 x 1080
    3:2  > 1440 x  960
    16:9 > 1440 x  810
    GR   > 1440 x  892
    
    5 column featured
    w 216 / Rw 432
    >>>>> USE:
    4:3  >  480 x  360
    3:2  >  480 x  320
    16:9 >  480 x  270
    GR   >  480 x  297
    
    3/5 of page
    w 817 / Rw 1634
    >>>>> USE:
    4:3  > 1800 x 1350
    3:2  > 1800 x 1200
    16:9 > 1800 x 1013
    GR   > 1800 x 1115
    #1077244

    Hi

    I will be unable to test for a couple of days.

    Could i also ask about thumbnails – how many does the theme generate, is it about 18?

    Regards

    Faye

    #1076980
    nightpilot
    Participant

    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?

    #1076401

    Never mind, I’ve got it solved by using:

    // custom script
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script>
    (function($){
    	function h() {
    	$('#top .product').each(function() {
    		var price = $(this).find('.price'),
    			thumb = $(this).find('.thumbnail_container');
    
    		price.appendTo(thumb);
    	});
    	}
    
    	h();
    })(jQuery);
    </script>
    <?php
    }
    #1076351
    Yourhanger
    Participant

    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?

    #1076255

    Yes, I mean the Thumbnails in the masonry shop on the same page.

    #1076059
    TBCCONSOLES
    Participant

    I’m using “Big image with thumbnails below”.
    Is there a way to add the number below each thumbnail?

    #1075904
    This reply has been marked as private.
    #1075643
    Munford
    Participant

    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
    Nancy

    #1075292

    Hi Chris,

    Can you try adding this code at the bottom of your child theme’s functions.php:

    remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10);
    remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 20);
    
    add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 20);
    add_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 10);

    Best regards,
    Nikko

    #1075286

    Hey ihtezaz,

    I think this part of the code should add it:

    'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'revisions' )

    Can you try to replace all your single quotes, just retype it since it might be the cause why it’s not working.
    Another workaround for this is to use this plugin Custom Post Types UI: https://wordpress.org/plugins/custom-post-type-ui/
    It has all the options you need.

    Best regards,
    Nikko

    kdhillon
    Participant

    Hello,

    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

    #1074677

    Hi,
    I took a look at your magazine element that is showing the text “Link a:” in the title attribute, which shows on thumbnails hover.
    So I couldn’t remove the text “Link a: ” but I was able to replace the entire title attribute with the h3 text that goes with the image.
    When I checked other pages I didn’t see this text “Link a: ” being added to the magazine titles, so I added the script to the top of the page in a “code block” so that it will only work on this one page. We can make it work on more pages that have the same error, but check this page first.

    <script>
    (function($){
      $(document).ready(function(){
      $(".av-magazine-entry").each(function(){
        var captiontext = $(this).find("h3.av-magazine-title").text();
        $(this).find("a").attr("title", captiontext);
    
    });
    });
    })(jQuery);
    </script>

    Please see the page link in the Private Content area.

    Best regards,
    Mike

    #1074655

    Hi,

    I see. We can disable the lightbox, but users will still be able to click on those thumbnails and open the image on a new tab. If you’d like to try it, edit the js > avia-snippet-lightbox.js file, look for this code around line 130:

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image a', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu', '.woocommerce-product-gallery'], 
    

    Remove the portfolio preview selector:

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu', '.woocommerce-product-gallery'], 
    

    And then exclude it from the lightbox script by adding the selector on line 133:

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
    

    Replace it with:

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"], .portfolio-preview-image a',
    

    Best regards,
    Ismael

    #1074440
    ihtezaz
    Participant

    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);
    }

    #1074277

    Hi Ismael,

    Thanks for that. The problem now though is that the hover function is also disabled, which means that the thumbnails don’t enlarge when you hover over them.

    #1074224

    Hey Kai,

    Thank you for using Enfold.

    That is the predefined size of the post thumbnail or the featured image. If you want to adjust it, install the Simple Image Size and activate it. Afterwards, go to the Settings > Media panel, adjust the width and height of “entry_with_sidebar” thumbnail, update and then regenerate the thumbnails or upload the image again.

    Best regards,
    Ismael

    #1073949
    rob2701
    Participant

    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,
    Rob

    #1073948

    Hey Holger,

    Thank you for contacting us.

    If you are looking for a way to display a thumbnail gallery when you click a big image it can be done using the lightbox.

    Please refer to this link https://kriesi.at/documentation/enfold/button/#toggle-id-5

    Use an image element instead of a button element.

    Best regards,
    Vinay

    #1073852

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-inner-masonry-content, .av-masonry-pagination {
      background-color:red !important;
    }

    Thumbnails; do you mean the ones in the masonry shop on the same page?

    Best regards,
    Rikard

    #1073803

    Topic: Shop Features

    in forum Enfold
    Angeladlh
    Participant

    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 description

    Is 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,
    Angela

    #1073719
    Hobbo
    Participant

    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

    #1073348

    Hi,

    the link is: https://virtualbewerbung.de/shopseite/

    I just want to Change the Colour of the marked Areas.
    btw one more Question: As I ude the masonry shop, the Thumbnails are really small. Where can I adjust the size?

    #1072467

    Hi,
    Thanks for sharing your tip on Stripe, for changing how your link shows, I believe you can do this with the yoast plugin, please see this article. The article talks about FB, but I think it’s the same steps. To add a Message to the WooCommerce Checkout Page, please see this article.
    As for the icon, it seems this is added by stripe to show which kind of card it is, probably the best approach is to hide it for mobile with this css:

    @media only screen and (max-width: 767px) { 
    #top.woocommerce-checkout .stripe-card-brand {
    display: none !important;
    }
    }

    When I check all 13 of your products show for me on mobile, and I see your Super Cache is turned off, so it doesn’t seem there should be any lag, unless your mobile device is caching on it’s own.
    Does your mobile browser have a setting to clear it’s cache on every close? Or perhaps something similar?

    Best regards,
    Mike

Viewing 30 results - 2,401 through 2,430 (of 10,096 total)