Viewing 30 results - 2,521 through 2,550 (of 10,096 total)
  • Author
    Search Results
  • Hi,

    Replace the filter with the following code to remove specific thumbnails:

    add_filter('avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1);
    function avf_modify_thumb_size_mod($size) {
        unset($size['magazine']);
        unset($size['widget']);
        unset($size['portfolio_small']);
        unset($size['gallery']);
        unset($size['entry_with_sidebar']);
        unset($size['entry_without_sidebar']);
        unset($size['shop_thumbnail']);
        unset($size['shop_catalog']);
        unset($size['shop_single']);
        return $size;
    }

    Best regards,
    Ismael

    #1052861

    Hi Victoria,

    thank you, but thats a completely different topic.

    I talk about google search results on http://www.google.com – not searches on the website.

    This link gives examples about it: https://www.rankranger.com/blog/local-search-image-thumbnails

    Best regards,

    Peter

    #1052785
    peter_wu
    Participant

    Hi,

    I have seen that on some other sites there are thumbnail images next on the right side to the google search results on mobile.

    How can I mark an image to be showed in the google search result next to the website name/url?

    I would like to show my portrait on the first page.

    https://www.rankranger.com/blog/local-search-image-thumbnails

    Best regards,

    Peter

    #1052567
    shaka8988
    Participant

    When I set the thumbnails images of the posts, these are then also displayed inside the post itself.

    I would like to remove them, I have already tried to insert this code in the quick css
    .div.big-preview.multi-big, a.small-preview {
    display: none;
    }
    but it did not work.

    attached the link to make you understand my problem, because the image is repeated within the article and I do not like it.

    How can I do?

    #1052563

    I just today removed all of my blog post images and uploaded new refreshed images. I then relinked all of my blog posts images to the original post Image Control. Now, my blog preview page no longer displays the thumbnail images. All of the posts are properly linked to an image and there are no additional changes on the site. Please review the blog overview page: http://www.formtools.us/blog/form-packs/
    and the individual post page (with the linked image): http://www.formtools.us/import-and-export/

    Again note the blog overview page and associated image thumbnails were working perfectly before I deleted, refreshed and relinked my post images. The Blog Post Pages are using a standard Image Control.

    #1052551
    gb
    Participant

    Hi,

    This issue only occurs with Safari and does not occur with Chrome or Firefox but thought I might post incase someone perhaps has a solution.

    It does not occur with mobile Safari app on iPhone.

    Here is a link for visual reference as to what is going on:

    http://chitjian.com/armenianheritage/

    Many of the images are showing up tiny and this is happening on other pages as well. It seems random as to which image becomes tiny.

    When viewing the page from the WordPress backend, there are also question marks where the images should be. But once again this is only happening with Safari, not Chrome.

    I think it only started happening after the big WordPress updates.

    Thoughts?

    Thanks,

    GB

    • This topic was modified 7 years, 2 months ago by gb.

    Ismael, thanks so much. However I want to keep some of Enfold’s sizes.
    It sounds like this will eliminate all the theme’s sizes?

    I would like keep all except:
    – portfolio
    – portfolio small
    – gallery
    – entry with sidebar
    – entry without sidebar
    -shop thumbnail
    -shop catalog
    – shop single

    Do I need to customize the above code?

    Thanks for continuing to work with me on this…. !

    Cheers
    Rob

    Hi!


    @goldengate415
    : You have to remove the first filter and use that one instead. Regenerate the thumbnails afterwards. If you’re using the following plugin, you’ll notice that after adding that code the theme’s thumbnail are going to be removed from the list of thumbnails in the plugin’s panel.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    @Gitte: Thank you for the info. He doesn’t want to use a plugin, so we’re suggesting the filter.

    Cheers!
    Ismael

    #1051940

    The code I’m using from the Event Calendar Short Code plugin is:

    [ecs-list-events past=’yes’ thumb=’false’ eventdetails=’false’ venue=’false’ order=’DESC’]

    at the moment I shutdown the thumbnails!

    By the way, the website is in dutch!

    #1051223
    ezvisa
    Participant

    Hi there;
    I very like amazing feature about a blog post of Enfold theme. I want to display a Blog Post Grid Layout in a page, but more customize of it.
    I want to display them like this: http://www.traveller.com.au/new-zealand
    Detail:
    The blog grid may include:
    – A thumbnail feature image
    – below is a title
    – below is an excerpt
    – And finally is the author of this post with a circle around the profile picture.
    Can I do that?

    OK I added the below code to functions.php on my child theme and nothing changed… I uploaded a photo and all the sizes were generated when I SFTP in and look at the directory:

    function ava_image_sizes() {
    remove_image_size(‘magazine’);
    remove_image_size(‘widget’);
    remove_image_size(‘portfolio_small’);
    remove_image_size(‘gallery’);
    remove_image_size(‘entry_with_sidebar’);
    remove_image_size(‘entry_without_sidebar’);
    remove_image_size(‘shop_thumbnail’);
    remove_image_size(‘shop_catalog’);
    remove_image_size(‘shop_single’);
    }
    add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );

    What did I do wrong?

    Thanks,
    Rob

    #1050970

    Hi,


    @mjavidnikoo
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .blog-categories img.attachment-post-thumbnail {
        width: 100%;
    }
    
    

    Best regards,
    Yigit

    Hi,

    1.) You have to include the last 3 thumbnails (shop_thumbnail, shop_catalog & shop_single) from that list.

    remove_image_size(‘shop_thumbnail’);
    remove_image_size(‘shop_catalog’);
    remove_image_size(‘shop_single’);
    

    2.) That is the action priority. You don’t have to change that.

    3.) Yes, you need to regenerate the images to remove the unwanted thumbnails.

    Best regards,
    Ismael

    According to the Regenerate Thumbnails Plugin, here are the sizes currently configured in Enfold:

    “Thumbnail Sizes
    These are all of the thumbnail sizes that are currently registered:

    thumbnail: 600×650 pixels (proportionally resized to fit inside dimensions)
    medium: 300×300 pixels (proportionally resized to fit inside dimensions)
    medium_large: 768×0 pixels (proportionally resized to fit inside dimensions)
    large: 1030×1030 pixels (proportionally resized to fit inside dimensions)
    widget: 36×36 pixels (cropped to fit)
    square: 180×180 pixels (cropped to fit)
    featured: 1500×430 pixels (cropped to fit)
    featured_large: 1500×630 pixels (cropped to fit)
    extra_large: 1500×1500 pixels (proportionally resized to fit inside dimensions)
    portfolio: 495×400 pixels (cropped to fit)
    portfolio_small: 260×185 pixels (cropped to fit)
    gallery: 845×684 pixels (cropped to fit)
    magazine: 710×375 pixels (cropped to fit)
    masonry: 705×705 pixels (proportionally resized to fit inside dimensions)
    entry_with_sidebar: 845×321 pixels (cropped to fit)
    entry_without_sidebar: 1210×423 pixels (cropped to fit)
    shop_thumbnail: 120×120 pixels (cropped to fit)
    shop_catalog: 450×450 pixels (cropped to fit)
    shop_single: 450×999 pixels (proportionally resized to fit inside dimensions)”

    Hope that helps clarify.

    Thank you, Basilis!

    Questions:

    1. Will this process get rid of the photos used for Woo Commerce? I won’t use Woo Commerce.
    2. For this line do I change the 11 to the number of photo sizes I end up with? add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );
    3. After this, do I use Regenerate Thumbnails plugin to re-process all the photos in my media library and delete the ones not used, or do I use a different plugin?

    Thanks!!!!
    Rob

    #1050135
    Autostopowicz
    Participant

    Hi
    I have a problem with blog posts element. I have chosen three row layout in blog posts element options with thumbs, title and read more link. When resizing the web browser window there is a moment when the first line has one row with bigger thumbnail centered and full width title below it and the second line has two rows and so on for every three-row line. Is it possible to force each time two entries to occupy one line in specific screen sizes rather than split for one + two? Maybe using inline-block?
    If not, does it have any impact on SEO if I create two elements with similar content but only one being displayed at a time, seting the display of three row element to “none” for specific screen sizes and create two row element to be displayed when three-row element is switched off?

    #1049926
    saecularia2018
    Participant

    Here is the problem: with Gutenberg there is no option not to show the featured image on single post. I really need to show the caption for most of the images, but if I let the featured image it has no caption on single post, so I need to post the image in the post. At the same time I need the featured image for thumbnails etc and if I set it then I have two same images in the article. So it would be really great to have in Gutenberg the option not to show the featured image on single posts. Thank you.

    #1049784

    In reply to: Events Featured Image

    Hey sjahan,

    Thank you for using Enfold.

    Add this code in the functions.php file to adjust the default size of image or the “entry_with_sidebar” thumbnail.

    add_filter( 'avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1 );
    function avf_modify_thumb_size_mod( $size ) {
    $size['entry_with_sidebar'] = array('width'=>845, 'height'=>845);
    return $size;
    }

    The default thumbnail size is 845x321px. You have to regenerate the thumbnails after the adjustment.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #1049708
    kathyfg
    Participant

    Hello,

    On mobile, we are seeing an extra image below the full width slider video but only on mobile. I think the issue might with the featured image but when I remove the featured image entirely, it won’t show my thumbnail on other projects and I still get a duplicate image on mobile. I have also tried to hide the featured image but that doesn’t seem to work either. The thumbnail goes away and I still get a static image beneath my video on mobile.

    Also, you only see this extra image on an actual mobile phone. You can’t resize a browser to get a mobile view – it won’t do it then.

    Thank you!

    #1049472

    Hi Duncan,

    You have this in you child theme functions.php file:

    
    /*
    	Woocommerce 3.0.0 Compatibility Fix
    	Remove Enfold's custom functions that conflict with the new image display in WooCommerce 3.0.0
    */
    global $woocommerce;
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    }

    Could you try to remove that to see if it helps?

    Best regards,
    Rikard

    Hey goldengate415,

    Thank you for using Enfold.

    You can use the Simple Image Sizes plugin to disable those thumbnails.

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

    This article might help as well:

    // https://kriesi.at/archives/4-key-wordpress-image-optimization-tips

    Best regards,
    Ismael

    #1049376
    DrHariri
    Participant

    Hello,

    I am having a strange issue where the post thumbnail is hiding the first few lines of my blog posts. This is an example of one such post:

    I don’t recall this happening when I first started using Enfold but I am not sure at which stage this happened.
    Can you please help me understand if this is something that may be caused by the theme or if it’s something else causing this?

    Thanks!

    Thanks Victoria, apologies for not responding as soon as you posted that reply, but replies were shut off for holidays.

    That works, but once clicked into single post page, the image is no longer a smaller thumbnail and causes text to only be several characters wide.

    Is it possible to have the image above the single page post vs to the side? Or at least a thumbnail the way it is on the Blog Posts Page?

    JOn

    PS I am going to remove the code since it makes the blog post itself nearly unreadable.

    goldengate415
    Participant

    Happy New Year Enfold Team! I hope you all had restful holidays.

    My site is approaching the WP Engine storage limit of 10 GB so I spent the holidays trying to figure out what’s going on. In short, it appears that Enfold saves 15 different files for each photo I upload for each of the 11 sizes in Enfold, plus an additional 4 that I’m not sure where they come from…. I read one thread that suggested they are for Woo Commerce which I don’t use. Those files really add up since my site is very photo intensive. Is there anything I can do?

    I always compress photos I upload with TinyPNG, and I also followed the instructions in this post from Ismael on changing the default upload quality back to 80 and re-generating thumbnails. That did not make much of a difference in my storage.

    Do you have any suggestions on what else I can try?

    Thanks!
    Rob

    #1049317
    murdochduncan
    Participant

    Hello!

    I see on some products I have there are missing images and various warnings such as this:

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description(), called in /home/duncan27/public_html/wp-includes/class-wp-hook.php on line 286 and defined in /home/duncan27/public_html/wp-content/themes/enfold-child/functions.php on line 13

    LInks in private.

    Could you help me with this?

    Thank you,

    Duncan

    #1048820

    In reply to: Questions about Enfold

    Hi,

    1.) That screenshot has nothing on it. Is that what you see when you try to translate a page? Which page are you trying to translate? Please create a test page where we can reproduce the issue.

    2.) Which thumbnails are missing? There are lots of galleries there, so I’m not sure which one to check.

    Best regards,
    Ismael

    First link is my iphone7 screenshot of first couple of summaries shown on Blog Posts Page (mobile):
    https://drive.google.com/open?id=13M9-yThaEkR3iUg22OwGHboCCpfBSati

    Second link is my iphone7 screenshot of a single blog post (mobile):
    https://drive.google.com/open?id=1Pu8P32XaYjhuwj8XqA6yzMEICShJ2oVP

    There are no images on mobile (iphone7 in my case) in either portrait or landscape orientation. My ipad 2, though, does show images on both Blog Posts Page and Single Post . . . I think it must be excluded based on pixel size or device type, but I am not finding that setting in Enfold Child, and could not find code in documentation to include a thumbnail on mobile devices (phones).

    Thx
    Jon

    Are you looking on mobile phone? The issue only occurs on mobile phone (I’m on an iphone7)

    I just did 2 screenshots on phone and will get a link to them to post here in just a few min

    There are definitely no images on this, and even on my laptop when I reduce size of browser window enough. All I really need are the tiny thumbnail images on mobile phones me iphon7 sized.

    #1048133

    Hi,

    The theme limits the height of the featured image up to 321px for single post pages with sidebar and 423px pages without a sidebar. You can adjust that limit with this plugin:

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

    Activate the plugin, go to the Settings > Media panel and look for the “entry_with_sidebar” and “entry_without_sidebar” thumbnails. Adjust the width and height value, update, save and then regenerate the thumbnails afterwards.

    Best regards,
    Ismael

    #1048078
    berndrepenning
    Participant

    Hi

    After manuelly updating Enfold to 4.5 I have errors on ever product page. I tried to regenerate thumbnails and a few other ideas I found on the web. Do you have an idea?

    Error
    Warning: Illegal string offset ‘height’ in /kunden/360169_22765/erfahrehamburg/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 222

    i.e

    Thanks guys

Viewing 30 results - 2,521 through 2,550 (of 10,096 total)