Viewing 30 results - 1,201 through 1,230 (of 10,095 total)
  • Author
    Search Results
  • #1294252

    In reply to: Sizes thumbs

    Hey Lidia,

    Thank you for the inquiry.

    You can actually delete all thumbnails because the theme or WordPress will just automatically fallback to the original image, but this is not recommended because it will affect the site performance. We cannot really say which thumbnails to remove because we have no idea which elements are actually added in the site.

    If you want to know how to remove or unregister a certain thumbnail, please check the following link.

    // https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/#post-1271808

    Best regards,
    Ismael

    #1294241

    In reply to: Probleme with anchor

    Hi,

    Thank you for the update.

    The theme automatically assign or pick a specific thumbnail for any specific element in the builder, for the blog element that is the entry_with_sidebar (845x321px) thumbnail, and the masonry (705x705px) thumbnail for the masonry element. However, that can be adjusted by selecting a different thumbnail in the element’s Styling > Appearance > Preview Image Size settings.

    To further optimize the site’s loading speed, you can follow the instructions provided in the following articles.

    // https://gtmetrix.com/wordpress-optimization-guide.html
    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

    #1294147
    ComeAlivesorted
    Participant

    Hi there

    Please could I have some advice? The media library on my site is completely packed, with lots of duplicate files. I myself have not uploaded duplicate files and at the top of the media library, where all my recent photos are, there are no duplicates, but when I scroll down, there are many. I cannot figure out why. I have checked and these are not regenerated thumbnails, they are duplicates. There are some regenerated thumbnails, and these duplicates are separate from these. I cannot figure out what could be duplicating the images.
    I want to clean up the media library but I want to prevent this from happening in the future so I want to know why it happened.
    For example, one of the same image file names are “gentle-serenity-plascon-1-2”, then later the same photo is duplicated with the file name “gentle-serenity-plascon-1-1-1-2”.

    Thanks.

    #1293985
    bloomfashion
    Participant

    Dear Enfold support team,

    I have been having an issue with the vimeo embedded videos lately. Some videos wont open up within the main page. They will only link to the vimeo page. Furthermore, they suddenly started showing a black background on the video thumbnail (which is a PNG file). It did not do this before. I have the latest version of your theme (updated just now). This issue was firstly shown on iPhone and iPad. But now it shows the same problem on the computer as well.

    How can I make sure the videos show the correct thumbnail and dont like to the vimeo website and start playing within the website and theme.

    Hope to hear from you soon.

    Regards,

    Boy

    #1293826

    Hi,

    Thank you for the inquiry.

    using the Simple Image Sizes plugin

    If the plugin is still enabled, you should be able to adjust the default size of the “entry_with_sidebar” thumbnail in the Settings > Media panel. Make sure that the adjusted dimension have the same aspect ratio as the uploaded image, and make sure to regenerate the images after the adjustment, or upload the image again.

    Best regards,
    Ismael

    AlexR
    Participant

    I would need a customization of the archive pages for the category News and for the category Shops as custom archive.php or category.php files.
    The archive page for News (rendered in archive PHP) should look the blog post page which I have created using the blog post element of the Advanced Layout Builder (ALB). The reason why I cannot use the ALB to customize the blogs is that when I want do filter blog posts by category, e.g. by category “Tipps”, the theme displays the default style using archive.php), which looks different than the ALB build style.
    The difference between the default style and my custom News style is that the thumbnails in the default style are cropped (which hides the logo and banner at the bottom of each thumbnail) and there is no “Weiterlesen” (= continue reading link).
    I would like the style for News to be:

    • Large thumbnails (not cropped)
    • “Weiterlesen” link and
    • if possible that the excerpt is limited to a maximum of lines or words to have a cleaner look.

    I found some code samples on how to limit the excerpt in the Enfold support forum but none worked for me so far.

    Then for the category “Shops” (which has subcategories like “Fashion” etc.) the archive page styling should be very similar:

    • Thumbnail (large, not cropped)
    • sorted alphabetically (ascending) by the name of the shop (=blog post title)
    • hide meta info (number of comments and publication date) for Shops.

    The Shop category pages consist of a table (which is defined in the category as description) and the Shop blog posts of this category at the bottom. If you have a better idea on how to arrange the elements Table vs Shop blog posts please let me know (maybe they can be put on different tabs -> how would I do that without the ALB in PHP?).
    I tried the following CSS code to hide the meta info: .slide-meta { display: none !important; }which works but hides the meta info an all archive pages. I just want to hide the meta info on the Shop category pages.
    In the child theme folder there are two inactive category.php files for the Shops category and one already customized archive.php. Please let me know if you have questions regarding the files.

    Thank you very much for your help and support!

    • This topic was modified 4 years, 11 months ago by AlexR.
    #1293440

    Hi,

    Thank you for the update.

    It is possible that the plugin crops the original feature image and not the thumbnail. Is it possible to select the actual thumbnail when cropping using the plugin? Now, if you would like to adjust the default thumbnail sizes, try to use the following plugin.

    // https://wordpress.org/plugins/simple-image-sizes/

    It is an old plugin, but it works fine. Do not forget to regenerate the images, or make sure to upload the them again after the adjustments.

    Best regards,
    Ismael

    Hi,

    I Imagine that the code will include some cropped versions of the hero image

    Yes, that is correct. But you have the option not to do it manually by adding the wp-attachment-postid class name to the image markup, where postid is the actual id of the featured image. WordPress will automatically apply the srcset attribute to any images with this class name. You can also use the av_responsive_images class > make_image_responsive function to make the image markup responsive.

    Example:

     $img = wp_get_attachment_image( $image_id, $thumbnail_size );
    $img = Av_Responsive_Images()->make_image_responsive( $img, $image_id, true );
    

    The class can be found in the themes/enfold/framework/php/class-responsive-images.php file.

    Best regards,
    Ismael

    #1293090

    Here is a link to the plugin: https://en-ca.wordpress.org/plugins/crop-thumbnails/

    What is the default featured image size for an individual Portfolio Item? And where can I change that mage size?
    The problem may be that the theme crops the image after the plugin recreats the custom crop. Is this the case and, if, so, how do I get around it?

    #1292954

    Hey PadmanPL,

    Thank you for the inquiry.

    What is the actual size of the uploaded image? It is possible that the uploaded image is much larger than the default thumbnail used for the lightbox option. The size of the “large” thumbnail can be adjusted in the Settings > Media panel.

    You can also use the snippet or filters in the following thread to assign a different thumbnail for the lightbox.

    // https://kriesi.at/support/topic/image-wont-display-at-original-size-in-lightbox/#post-1290548

    Best regards,
    Ismael

    #1292940

    In reply to: facebook thubnails

    Hey Agelos89,

    Thank you for the inquiry.

    Would you mind providing a direct link to a product page? Did you add the thumbnail as product or featured image? You should be able to check the issue properly by testing the URL in the Facebook share debugging tool.

    // https://developers.facebook.com/tools/debug/

    Best regards,
    Ismael

    #1292642

    Hi,

    Thank you for the update.

    in the 705×705 the challeging very vertical image is spoiling it, as this is the one that refuses to be square.

    It is possible that the image that is being uploaded is not wider than the specified thumbnail dimension (705x705px), so WP does not crop the image because it does not have to. Please note that WordPress will not automatically increase the size of the uploaded image to match the specified thumbnail size. You will either have to upload a wider or taller image, or adjust the size of the 705x705px thumbnai.

    Best regards,
    Ismael

    #1292601
    48Highrs
    Participant

    I have installed the subject plugin because I don’t want to override the arbitrary cropping done by the Enfold theme or by WordPress. It doesn’t work. What can I do to get this plugin to work – just for featured images?

    #1292502
    Agelos89
    Guest

    Good evening to all. I have a problem with the thumbnails on Facebook. It does not show me the thumbnails of the woocomerce product while I have put a default photo. Note that I do not use any plugins for seo

    #1292177

    Topic: Facebook Thubnail

    in forum Enfold
    agelos89
    Participant

    Good evening to all. I have a problem with the thumbnails on Facebook. It does not show me the thumbnails of the woocomerce product while I have put a default photo. Note that I do not use any plugins for seo

    #1292005

    Hi,

    Enfold, would it be possible to crop the 300×300 the same way as the 180×180

    That is a default thumbnail called “medium”, and you can adjust its dimension in the Settings > Media library panel, but you will need a third party plugin to enable cropping. You can use the following plugin to set the crop parameter of the thumbnail to true.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #1291700

    Hi,

    Thank you for the inquiry.

    When the size of the registered thumbnail is not the same as the size of the uploaded image, WordPress automatically crops it to the specified thumbnail dimension. We could set it so that the thumbnail is not cropped, but the blog grid or the current blog layout may look different than it is now.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We are able to reproduce issue on Chrome Windows 10, but we are not yet sure what is causing it. Temporarily, the solution in the following thread should help.

    // https://kriesi.at/support/topic/enfold-photo-gallery-thumbnail-issue/#post-1260613

    Best regards,
    Ismael

    #1291502

    Hi peterolle,

    You’re welcome :)
    This is based on Enfold 4.8.1 postslider.php file (line numbers are based on original code without any of the code removed/replaced):
    Line 790 is removed:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';

    Line 868-872 is removed:

    //	elegant style
    if( ( strpos( $new_blogstyle, 'modern-blog' ) === false ) && ( $new_blogstyle != '' ) )
    {
        $output .= $meta_out;
    }

    and is replaced with:

    $output .= $meta_out;
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';

    Line 894-898 is removed:

    //	modern business style
    if( ( strpos( $new_blogstyle, 'modern-blog' ) !== false ) && ( $new_blogstyle != '' ) ) 
    {
        $output .= $meta_out;
    }

    Line 905-924 is removed:

    if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )
    {
        $meta  = "<div class='slide-meta'>";
        if ( $commentCount != '0' || comments_open( $the_id ) && $entry->post_type != 'portfolio' )
        {
            $link_add = $commentCount === '0' ? '#respond' : '#comments';
            $text_add = $commentCount === '1' ? __( 'Comment', 'avia_framework' ) : __( 'Comments', 'avia_framework' );
    
            $meta .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
        }
        $markup = avia_markup_helper( array( 'context' => 'entry_time', 'echo' => false, 'id' => $the_id, 'custom_markup' => $custom_markup ) );
        $meta .= "<time class='slide-meta-time updated' $markup>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';
        $meta .= '</div>';
    
        if( strpos( $blogstyle, 'elegant-blog' ) === false )
        {
            $output .= $meta;
            $meta = '';
        }
    }

    and is replaced with:

    $meta = "<div class='slide-meta'>";
        $meta .= "<div class='slide-meta-author'>";
            $meta .= get_the_author_meta( 'display_name', $entry->post_author );
        $meta .= '</div>';
    $meta .= '</div>';
    
    $output .= $meta;

    Line 931-936 is removed:

    $output .= '<footer class="entry-footer">';
    if( ! empty( $meta ) ) 
    {
        $output .= $meta;
    }
    $output .= '</footer>';

    Best regards,
    Nikko

    #1291435

    Just thought I would add this seems to the the same (or related) issue I have also reported: https://kriesi.at/support/topic/gallery-thumbnail-layout-issue-on-chromium-based-browsers/

    Hoping Enfold can work out the cause soon.

    #1291320

    Thank you. Is it possible to remove the thumbnail from “news” and “Progetti in corso” in Home Page?
    https://www.ticass.it/

    thanks

    #1290983

    Hey solf,
    Sorry for the very late reply and thanks for your patience, as I understand your question you are looking at the theme options under the blog layout and these are the options:
    2021-03-28_170926.jpg
    the words but cropped or not cropped are not in the options so I’m assuming that you would like to submit a feature request?
    In the meanwhile, you can adjust the images to not be cropped with the plugin Simple Image Sizes or you can use a function like this:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['gallery'] = array('width'=>845, 'height'=>684 , 'crop' => false);		
    	return $size;	
    }

    and adjust to suit, or you can edit the functions.php file to add or remove the “crop” function:
    2021-02-25_073213.jpg
    and then and regenerate your thumbnails
    But this will effect all images that size and will not give you an option that you can turn on or off, as you request.
    Your last question is an option on the post page in the sidebar:
    2021-03-28_173457.jpg

    Best regards,
    Mike

    #1290978

    Hey Yigit,

    The CDN is enabled on the dev site for you to checkout that CDN issue with the lightbox images. See an example URL below, but any gallery element will produce the same issue.

    If you need login details you can use the ones below as well. Please let me know as soon as you don’t need them anymore (they’re also provided in this thread: https://kriesi.at/support/topic/gallery-thumbnail-layout-issue-on-chromium-based-browsers/ for another issue).

    #1290933

    Hey gianazzi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .slide-entry.fake-thumbnail .slide-image,
    #top .avia-content-slider .fake-thumbnail .slide-image {
      display: none ;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1290764

    Hi,
    Sorry for the very late reply, as I understand your question you would like to have a conditional function to change the “shop_catalog” image based on screen size, you can try the solution on this thread

    add_filter( 'woocommerce_get_image_size_thumbnail', function( $size ) {
        if( ! is_singular('product') ) {
            return array(
                'width'  => 200,
                'height' => 300,
                'crop'   => 0,
            );
        }
    
        return $size;
    } );

    and then you would need to regenerate the thumbnails and test with a new item. If this doesn’t help then you will need to set the image size in between the desktop and mobile sizes and then use css to scale to images up and down based on screen size, such as Victoria had suggested.

    Best regards,
    Mike

    #1290548

    or you use some filters on that:

    
    // for image lightbox setting 
    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);
    
    // this for masonry-galleries 
    function avia_change_masonry_thumbnail_link($size){
      return "full";
    }
    add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_masonry_thumbnail_link', 10, 1);
    
    // Guess this will work too for galleries and masonries
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta){
        $link = wp_get_attachment_image_src($attachment->ID, "full");
        return $link;
    }
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    #1290343
    gianazzi
    Participant

    Hello Team.
    How do I remove the thumbnail from a specific category page only?

    Don’t want to show the pencil for posts with no image associated or if not possible do not want the thumbnail at all.

    Thank you!

    Hi Nikko,

    thanks for your response.
    In line 2414 I only can see: $html .= “<small class=’avia-copyright’>{$copyright_text}</small>”;
    Where I can change the font size there for the copyright info?

    What is “post_thumbnail_html” hook?
    And how can I use it to change the font size?

    Thanks in advance

    • This reply was modified 5 years ago by griddler.

    Hi griddler,

    You can find it in functions-enfold.php (line 2414, in Enfold 4.8.1).
    However, I would suggest using post_thumbnail_html hook.

    Best regards,
    Nikko

Viewing 30 results - 1,201 through 1,230 (of 10,095 total)