Viewing 30 results - 1,051 through 1,080 (of 10,101 total)
  • Author
    Search Results
  • #1318227

    Hi,

    Thank you for the info.

    Looks like you are now using larger images for the thumbnails (see private field). By selecting or by using a larger image size, you will actually improve the quality of the thumbnails.

    Best regards,
    Ismael

    #1318213

    but allways think of : after changing these sizes – a regeneration of the calculated thumbnails had to be done ( see this again: Then regenerate thumbnails … )
    You can read here about the influence of some parameters to those changed or new sizes: https://developer.wordpress.org/reference/functions/add_image_size/ – especially the crop ( true, false ) ;) seems to be important.

    Hi,
    Thank you, for the images with the borders please try this css:

    #main .av-magazine-thumbnail {
        border: 0px none;
    }

    I see other borders between the elements but I believe you want to retain these.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1318102

    Hi Ismael, I am not trying to increase the size of the image but to increase the quality of the thumbnail. The top section called Private Appointments images are directly entered on the page in columns, these do not display as good quality as the ones below that are fed via the post system.

    We would like the images to be consistent so they display at the best quailty no matter how they are placed on the page please.

    With regards, Helen

    #1317829

    Dear All,
    The more I look for solutions, the more I find it hard to believe that there isn’t a simple option in the ‘blog layout’ section to ‘show featured image as a responsive full size’. ?
    Also, here https://kriesi.at/support/topic/full-size-featured-image-in-single-blog-page/ it says:
    “You can actually modify the includes > loop-single.php file in your child theme to override the default thumbnail settings. Just look for this code around line 66:

     */
        $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';

    Set the default thumbnail sizes from “entry_with_sidebar” and “entry_without_sidebar” to “full” or “extra_large”.”

    BUT, in my includes directory, there isn’t any file named loop-single.php. ?

    #1317595

    Hi,

    Thank you for the update.

    Are you trying to increase the image size of the product thumbnails? Try to go to the Appearance > Customize > Woocommerce > Product Images panel and adjust the value of the Thumbnail width option.

    Please check the following documentation for more info.

    // https://docs.woocommerce.com/document/image-sizes-theme-developers/

    Best regards,
    Ismael

    karmenka
    Participant

    Hi,
    I am using Single Post with small review pic on my site.
    I am trying to implement Easy digital downloads for subscription of reports etc.
    I would like to change the thumbnail size from square to an A4 rectangular size 300px wide x 424px tall on the single post (download) pages.
    I’ve had a look at a lot of forum posts which suggest using simple image sizes for this. But I don’t want to effect all “square” images on my site, just the single post entry ones PLUS that plugin has not been updated for two years.
    If possible I’d like to do this in my child theme, so I don’t have to re-do every time theres an update.
    Unfortunately that part of the site isn’t live, I’ve included login details in private content.

    Any help much appreciated.

    Thanks Karmen

    • This topic was modified 4 years, 8 months ago by karmenka.
    #1316980

    Additional Note – the issue is that the feature image on the portfolio page + the thumbnails within the portfolio item are not loading.

    #1316831

    Hey profumopuntoit,
    Thank you for your patience and for the link to your page, for tablet to have your footer two columns two rows please try this css:

    @media only screen and (min-width: 767px) and (max-width: 1024px) { 
    	#footer .flex_column.av_one_fourth {
    		  width: 44%;
    	}
    }

    Please see the screenshot in the Private Content area for the expected results.
    In this screenshot you will note that the first column with the news thumbnails has a 70px by 70px image but the frame around it is 143px by 72px this is due to your custom css:

    @media only screen and (min-width: 767px) and (max-width: 989px) {
    span.news-thumb {
        width: 46% !important;
        height: 46% !important;
    }
    }

    please remove or adjust this css to correct.

    Best regards,
    Mike

    Hey profumopuntoit,
    Thank you for your patience, I see that your page is a woocommerce archive page, so you would go to that category and upload a thumbnail and choose Display product image and description as fullwidth page banner
    2021-08-14_005.jpg
    then you will have a full width banner on the frontend for the category
    2021-08-14_006.jpg
    Please note that Tags don’t have this option, but the shop page does in the theme options, you can also set one banner for all category pages.
    2021-08-14_007.jpg

    Best regards,
    Mike

    #1316407

    Thanks Ismael, the article works for me. Now the thumbnail is the right one.

    #1316395

    Google Chrome is the browser I use but this bug has been cross-tested across different browsers and devices.
    I have created screenshots of this issue (see private content).
    Screenshot 1 and 2 show the erroneous sorting function while screenshot 3 represents the thumbnails flying around when clicking on a different category.
    The issue with the wild thumbnails can be reproduced when clicking different categories after one another, on some it happens, on others not.

    #1316369

    Hi,

    We are not really sure if it is possible to set thumbnails for Vimeo videos and show it before the player starts, but we have found the following articles, which might help.

    // https://vimeo.com/blog/post/video-thumbnail-ultimate-guide/
    // https://vimeo.com/blog/post/turn-any-video-frame-into-a-thumbnail/

    Best regards,
    Ismael

    #1316241
    Marc
    Participant

    Hello together,

    I am using the masonry content element to display our blogposts.
    Unfortunately, clicking on any of the above displayed categories to filter the blogposts doesn’t work at all.
    Random blogposts are being displayed while in the back different blogpost thumbnails are flying through the screen.
    I’ve updated to the latest Enfold version and also tried deactivating any interfering plugins (e.g. caching) without any promising result.
    How can this be fixed?

    Best regards,
    Marc

    #1316208

    Hi,

    Thank you for the clarification.

    You can use the following filter to change the default size of the lightbox thumbnail in the slider.

    add_filter("avf_alb_lightbox_image_size", function($size, $context) {
        if($context = "avia_slideshow") {
            $size = "full";
        }
        return $size;
    }, 10, 2);
    

    The filter is declared in the enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php file.

    Best regards,
    Ismael

    #1315817

    Hi,

    I still need help – we want the lightbox images to have fullsize once clicked on the preview.
    I’ve searched for that and found some snippets to add to the functions.php, but that doesnt work:

    add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );
    function enfold_customization_change_popup_size( $size ) {
      return 'full';
    }

    as well as

    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    and

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

    Are these deprecated or why aren’t they working?
    Regards

    • This reply was modified 4 years, 8 months ago by emilconsor. Reason: Specification
    #1315125
    cosmstudio
    Participant

    On top of the web site there’s an error message:

    Notice: is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /var/www/wp-includes/functions.php on line 5535

    Please let me know how I can solve this problem, thanks!

    Enfold Version: 4.7.6.3
    PHP Version 7.3.12
    Plugins: Jetpack, Ninja Forms, Polylang, Regenerate Thumbnails, SRS Simple Hits Counter & Yoast Duplicate Post

    • This topic was modified 4 years, 8 months ago by cosmstudio.
    #1314883

    In reply to: Logo SrcSet?

    Thanks Gunter,
    I wouldnt rush to do it. The current implimentation is solid.

    It was more an observation.
    The way it works now – If I upload a massive logo. As long as there is a 360 wide thumbnail generated that should be the smallest image it displays?
    This is more than good enough for the average Enfold user. It is also the default way WordPress handles things.

    I was just trying to force it to serve the smallest image possible but this will depend on the uploaded size of the original image. So really difficult for you to code filters that the average user can work with.

    I’d be happy to try a filter and see if it does serve a smaller image. But if not its not broken so dont fix it ;)

    #1314656

    Hey Sebastian,

    Thank you for the inquiry.

    1.) You can choose the thumbnail size in the Styling > Grid Settings > Portfolio Grid Image Size settings, but you cannot select multiple kinds of thumbnails or image sizes.

    2.) This is possible but you may need to modify the /config-templatebuilder/avia-shortcodes/portfolio/portfolio.js file around line 79.

    imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    					});
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1314613

    Hi,

    Thank you for following up.

    Are you referring to the slider images in the portfolio preview? We should be able to use the “avf_ajax_preview_image_size” filter to adjust the default thumbnail in the slider.

    add_filter("avf_ajax_preview_image_size", function($size) {
       $size = "full";
       return $size;
    }, 10, 1);
    

    Best regards,
    Ismael

    Hi Ismael,

    Is this still valid for 2021 version of Enfolds 4.8.6

    I have implemented the code in the Child theme functions.php file
    Added custom field “product_video” to the product
    Pasted in Youtube Watch url
    Updated product
    Enfold Child > Theme Options > Shop Options > Product Gallery = Default enfold product gallery (and not the WooCommerce 3.0 product Gallery)

    A quick multi-file test search of enfolds theme does not reveal the use of the function woocommerce_single_product_image_html

    The Enfolds Gallery uses these two functions

    avia_woocommerce_thumbnail OR avia_woocommerce_gallery_first_thumbnail

    Hoping you can help update this code so that the filter works with Default enfold product gallery

    I’d also like the Video as the fist item in the product gallery.

    Yes I can achieve this using WooCommerce 3.0 product Gallery and a plugin – YITH WooCommerce Featured Audio and Video Content Premium

    However, I would really like to work out a solution using “Default enfold product gallery”

    Are their any specific hooks or filters to achieve this?

    missouriartscouncil
    Participant

    I want to be able to collect Vimeo’s analytics for a Vimeo video I am inserting onto a page. How should I therefore create the layout in Enfold?

    BACKGROUND
    Based on my experience with Enfold and also this thread last updated in March 2020, https://kriesi.at/support/topic/enfold-video-lightbox/page/2/
    I believe there are two ways of setting a Vimeo video into a layout:
    1) Use the Video element; insert the video’s Vimeo URL
    2) Use an image of my choice; insert it into the Image element; place the Vimeo URL on the image
    Image > Advanced > Image Link Settings > Set manually (insert URL) and Open in New Window

    Here is what happens:
    1) Video element
    The image that shows up is the thumbnail, plus the viewing controls, that I chose in Vimeo for the video.
    – On that image, in the lower right corner it says “Vimeo.” Clicking on that takes me to Vimeo’s homepage, vimeo.com.
    – In the lower left corner is the “play” arrow symbol. Clicking on that starts the video playing within that image-box on the page. I can make it go full screen by hitting the full-screen command in the lower right corner.

    2) Image element
    The video automatically opens in a lightbox. The lightbox shows the same thumbnail plus the same viewing controls that show up in #1. I can then start it playing by hitting the “play” arrow symbol etc. The only difference is that it opens in a lightbox.

    QUESTIONS
    On either or both of these layout options, is the video actually playing via Vimeo’s website?
    If so, will the viewing session get added to Vimeo’s analytics?
    Example: Before I click “play” on the video in either the Video element or the Image element, its Vimeo analytics show 9 views. After I click “play,” in the Vimeo analytics will I see 10 views?

    My ultimate goal is to create the layout so that any views of the video that take place via our website show up in the video’s Vimeo analytics.

    #1314017
    jaimemerz
    Participant

    Hi there,
    We’re having some trouble with images appearing blurry in masonry galleries on our site, both as thumbnails and in the lightbox. Can you please let me know what the best solution to resolve this is? Thanks!

    • This topic was modified 4 years, 8 months ago by jaimemerz.
    #1313416
    jerome
    Participant

    Hi

    since the last version 4.8.5, when i create a article, i have not a thumbnail “Featured Image”
    if I edit an old article and change the image “Featured Image” the problem is the same, I also lose the thumbnail
    it was working perfectly a few days ago before the update

    could you see the problem ? thanks

    • This topic was modified 4 years, 9 months ago by jerome.
    #1313335

    you do not need to enter small natural integers there.
    The closer you get to the aspect ratio, the better the black bars will be.

    see here: https://consulting.webers-testseite.de/externe-videos/#hitrev

    just put in the exact ratio

    PS: When you first open the page my cookie blocker is still active, and shows a local preview image ( based on the youtube thumbnails – that are most in 16:9 format ) if you don’t agree to the cookie policy. so there the black bar is still shown.
    Accept the Cookies and see your video

    #1313088
    julhobart
    Participant

    Hi! I would like to format the tabs so the active tab has a thick blue line underneath it and the non active tabs do not have a line underneath. Can you help me with the code for this?

    Also, I have removed the border from the titles and the content but would like a border across the top and bottom of the content but not the sides. Please help.

    Finally, I have a gallery where I’d like to remove the thin border around all the images. I was able to remove it from the thumbnails but not the main image.

    Thanks!

    #1312406

    Hi,
    Thanks for the feedback, I looked into this further and I didn’t find this specifically mentioned in WP Post Formats but I did find this article describing the first video being used as the featured image. But when I test on a new install with the default theme Twenty Twenty-One it doesn’t work, yet with Twenty Nineteen it does work. So it’s not clear if this is a default feature, but my research finds this is not a feature in the Enfold elements, so I will submit this to the dev team for review as a feature request and recommend for now that you add your featured image to your posts and use the Layout ▸ Featured Image option on the post to disable the image from showing along with your video.
    2021-07-26_001.jpg

    Best regards,
    Mike

    #1312398

    Hey emilconsor,

    Thank you for the inquiry.

    By default, the lightbox is set to use the large thumbnail, which has a maximum width of 1024px. You can adjust its size in the Settings > Media panel.

    Best regards,
    Ismael

    #1312313

    Hi Mike,

    thanks for your reply.

    I kinda remeber that it should work like this. The first embedded Video in the post is used as thumbnail and featured image. Am I wrong? I thought it’s a standard wordpress feature.

    The problem is, if we’re using the normal thumbnail image upload, the image gets also displayed within the post as featured image, and we don’t want this to happen, because the video within the post has the same thumbnail. So it would be shown twice and we don’t want that.

    Is there a way to get this to work like I described above?

    Thanks so far,
    Sebastian

    #1312295

    In reply to: Photo gallery

    Hey MidasPL,

    Thank you for the inquiry.

    We cannot find the “1 panorama : 2 Square : 1 panorama” gallery in the site. Would you mind providing a screenshot of the section? Have you tried using the column elements to separate the images?

    Try to make it with Masonry gallery but no good efect. When it is panoaram a picture loose quality

    Did you select a thumbnail in the Styling > Masonry Settings > Image Size settings? You should be able to select larger images with better quality.

    Best regards,
    Ismael

Viewing 30 results - 1,051 through 1,080 (of 10,101 total)