Viewing 30 results - 5,791 through 5,820 (of 10,101 total)
  • Author
    Search Results
  • #555336

    you can see the thumbnail of the post only have part of the entire picture

    can you help to solve the problem?

    we should make the thumbnail to show some real pictures to visitors

    #555175

    Hey!

    You are welcome!

    What kind of customization would you like to make? If you would like to change thumbnail sizes, please see – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/#post-356895

    Best regards,
    Yigit

    #554965

    Thanks Yigit for the quick response, it was very helpful and, although it is no a bad solution, I’d rather have the square thumbnails exactly how you have them on the demo. If you refresh the link on my website you will notice that the first item on the right is on a wide format, rather than square.

    thank you!

    #554946

    Hey worldfuturecouncil!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-thumbnail {
        min-height: auto;
    }

    Cheers!
    Yigit

    #554940
    worldfuturecouncil
    Participant

    Hi there,

    This might be a silly question, but I can’t seem to find the solution. (find the link to my website as a private content)

    I want my Magazine Element’s thumbnails to look exactly like the one on the demo: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/ (The main article wide and the elements on the right with a square thumbnail.

    As you can see on my website, the images on the right don’t fit 100% the square border and if I choose a wide feature image (like “Welcome to reality”, the thumbnail on the right looks very bad.

    What did you do to achieve that look on your demo?
    Thank you very much!

    #554754

    Hi Yigit, thanks for your work, it is ok now.
    BTW, can i customize the thumbnail pictures of posts?

    • This reply was modified 10 years, 4 months ago by paulchiao.

    Hi Rikard,

    The thumbnails is ok, i find out how to manage it.

    It is the the image i got when i click on the panoramic thumbnails that cause me problem. To me, Panoramic pictures seem to appear too small. Is it possible to make them appear bigger and keeping the same proportion ? Other images have a good size. Like i said before, all images, in all categories ( photographie 360°, Grand Angle and HDR ) appear well when i click on thumbnails… also i notice that all images ( in any categories ) reach the same width no matter the image/categories.

    What is the method to send a screenshop in here, do i have to upload it on my server and give you the link ? Cause it seem not possible to put it by copy/paste… ?

    #554598

    Thanks for giving me a place to start.

    Hopefully this helps someone else. Footer alignment is the only thing I don’t look forward to when working with Enfold. Would be cool if you could enable the advanced editor for the footer.

    /* Right aligns news/blog entries in the Enfold footer. The goal is to right-align footer column 3/3 */
    #footer .flex_column:nth-child(3) {
    text-align:right; !important
    }

    /* Hides the news/blog thumbnail from the Enfold footer. The goal is to right-align footer column 3/3 */
    #top .news-thumb {
    display: none;
    }

    http://legalshift.com/

    #554147
    paulchiao
    Participant

    Hi enfold team

    please refer to the Print Screen and its related website link in the private content.

    we used to change the thumbnail size

    by Enfold Child: Theme Functions (functions.php)
    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘widget’] = array(‘width’=>95, ‘height’=>95 );
    return $size;
    }

    and also add Quick CSS

    .news-thumb img, .news-thumb img { width: 85px; height: 85px; }
    .news-thumb { width: 95px; height: 95px; }

    after that
    its size is larger enough for us, and thanks for your help

    but we find recently, the thumbnail is not in the center of the outside square
    could you help us to solve this problem,

    thanks in advance.

    #553685
    kavehmovahedi
    Participant

    Hi,

    Im using enfold with my Woocommerce on my website. The product featured pictures are the large pictures (say 1000×1000) scaled down to smaller sizes with CCS which makes loading pages very slow.
    How can i set it to load a smaller page for thumbnails and load the big high quality picture when clicked in the product image gallery and load the small picture for product sliders?

    Hey!

    hm that’s weird, try this code in Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top .thumbnail_container img {
    width: 99%;
    }}
    

    Cheers!
    Andy

    #553438

    Hi!

    Sorry for the delay. Instead of modifying the functions.php file, please use the following plugin then go to the Settings > Media panel. Set the max width and height of the entry_with_sidebar and entry_without_sidebar thumbnails to 9999, save then regenerate the thumbnails. This will force the theme to use the original size of the image. https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    #553423

    In reply to: EasySlider Height

    Hey!

    1) The way “this” particular slideshow is programmed now, it is not retaining it’s dimensions and I’m trying to figure out why.

    I’m trying to check the site but there’s an error establishing a database connection. http://explorenayarit.com/hotels/casa-pacifico/

    2) I also need the “exact” dimensions so I can try to pre-crop the photos so the watermark doesn’t get cut off. What my programmers are telling me is NOT what I get on my screen, so I need help figuring out what dimensions are programmed.

    Did you set the “Slideshow Image and Video Size” to “No scaling”? This will force the slider to use the original image instead of the cropped thumbnails.

    How did this website program it so the photos force flush to the width on this particular page (see the entire slideshow)?
    http://www.kauai.com/gardenislandinn

    The slider use images with the same size or dimension.

    Cheers!
    Ismael

    #553338
    psstudiosinc
    Participant

    I have a client on their own internal network that is having trouble viewing a YouTube background video in a color section. They are really only having this problem in IE11, but can view the video on Chrome. I have attempted to host the video within the Gallery, using that file path as well. They are still having issues. I am thinking this is an issue with their internal system/network as we cannot replicate the problem in our IE11 VM or any browser. We can see it in all testing environments.

    They do say that they can view the video in IE11 when the embedded output link is edited in the inspector to exclude the portion “&html5=1”. They can also view YouTube from their internal network, so I know that domain blocking isn’t the problem.

    There may be an export option within YouTube, but I couldn’t find a setting for it. This request is a bit of a long-shot and the more I research, the more I think it may be on their end – but I need to be sure. Are there settings within the theme that allow me to exclude the “&html5=1” bit of the embedded YouTube code?

    Thanks in advance! This theme is near-perfect so far (with the exception of sometimes missing gallery image thumbnails). We love it.

    #553326

    In reply to: Copy slideshow

    Thanks Basilis,
    I couldn’t fint it in the demo content so I recreated it here:
    http://s603302818.websitehome.co.uk/outdoor-sculpture
    I didn’t realise it was a galley not a slideshow. I need a slideshow with 1 row of thumbnails across the bottom. Like this site that I am rebuilding:
    http://www.annecurry-sculpture.co.uk/outdoor_garden_sculpture.html
    Is it possible for the Gallery to act as a slideshow or do you know if any of your other suite of tools will do it.
    Rob

    #553160
    EPDeu
    Participant

    Hi,

    Since I updated the theme a few weeks ago I have been having problems with the size of my featured image. At first the images were cropped wrongly. My colleague went into the deep code and prevented the theme from cropping featured images, and then in the shortcode added

    div.big-preview.single-big{ width: 600px; }
    .big-preview.single-big{ text-align: center; }
    .big-preview.single-big a{ display: inline-block; }

    The problem is that it doesn’t display at all well on smartphones – the thumbnail is then cropped on the blog page.

    Can anyone help me with adding code that will sort this? I just want it back to how it was before, I don’t want the images to be cropped.

    http://www.epd.eu is the website.

    Thanks, I know this isn’t very clear but happy to try and clarify.

    #553100

    Thanx for your answer.
    I deactivate all plugins, but the result is the same.
    At first loop, i can see the thumbnails. At second loop, there is just black…

    Thanx

    Thanks Rikard,
    Here are two images and descriptions

    The first images shows a screenshot of “list view” and “map view” with the temporary fix highlighted.
    On this image I have photoshopped the price where it used to appear in the bottom right hand-side of one of the thumbnail.
    NB: the scale isn’t absolutely exact so you may need to look at the code Kriesi originally implemented in the styling of the previous version

    ALSO: I think the thumbnail in those two views is now a little bit smaller than it was before (looking at the inspector it seems set as a 300 x 150) – Again, maybe look at what Kriesi had set in the previous version. Sadly i have no screenshots of “before” as I didn’t take any before upgrading

    The second image shows “photo view” in events calendar plus: I have photoshopped where the price needs to appear.

    NB: if Kriesi believes that taking an overall view of the necessary change to templates with a theme update a bit later rather than a quick temporary fix, I am happy to wait for that. Whatever if most efficient for you guys.

    Keep me posted
    Thanks in advance

    • This reply was modified 10 years, 4 months ago by hugaud.

    Hi Elliot,

    You are correct the one image is 2048 wide, when I select the image that is 4032px wide it is replaced on the front end with the 1500px wide one. I have not done anything special to create the 2048 one. I even created a 2048 version of the new image and it still renders on the front end as 1500. I guess that 1500 would be one of the image sizes the theme creates?

    As an experiment I uploaded the the new image I want at the same dimensions of the truck 2048px x 1226px and on that page there is still space on either side of the product category page now AND the image that is being pulled in is resized to 1500px. So it makes no sense that the old one is still working but new ones are not.

    The problem as I see it is that there is no option for me to select what size image I want to use (thumb, large, fullsize) in the admin when choosing the woocommerce category image, so i would assume that the image should always be the full size image. On the front end upon selecting the image only the 1500px wide version is rendered not the full size image (the truck is rendering the fullsize version). I don’t recall this being an issue in the past, but I have noticed that all my product category images are not full width like they used to be.

    However I still want to find a solution as to why one page works and not the rest. Why is one pulling in the fullsize image and the others are not? Was 1500px width added to the theme at a certain update? Since the truck photo does not have that thumbnail width it is possible that there is not one created because it was done before that update, therefor not numbnail to pull in and it has to use the fullsize image.

    I am only trying this full screen on a macbook pro retina. So max page width is only set to 1680 on my machine. So any screen larger than 1500px wide will not be rendered at full width.

    Hi karlemagne,

    You are referring to the application which open when you click one of the items on the page you linked, correct? I couldn’t see anything wrong with that though, or do you mean that the thumbnails are too small? Please post a screenshot of the problem so that we can get a better idea of what the problem is.

    Regards,
    Rikard

    #552664
    mordiel
    Participant

    how can I edit the position of only one thumbnail image in masonry gallery?
    I have a masonry galery with 6 images. All of them are ok except one. This thumbnail image is too high and I need to insert some padding-top to fit it into the masonry square. I cant find the css line to do this.

    Thank you

    Hi!

    Bilder auf deiner Website schauen gut für mich aus. Von welchen Detailverlusten sprichst du? Artefakte? ich kann nichts verdächtiges sehen. Konntest du es bereits fixen? Bitte verändere die Bildgröße deiner Bilder in deiner Masonry mithilfe des Link, den ich dir bereits gesendet habe: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Dort findest du diese Zeile:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    die du anpassen kannst. Hinterher must du deine Thumbnails neu laden (regenerate thumbnails).

    Gruß,
    Andy

    #551858

    Hi!

    Not sure if this will work but you can try it. You can place it in your child theme functions.php file.

    add_action( 'after_setup_theme', 'enfold_customization_product_switch' );
    function enfold_customization_product_switch(){
        remove_filter('avf_builder_elements','avia_woocommerce_product_elements');
    	add_filter('avf_builder_elements', 'avia_woocommerce_product_elements2');
    }
    
    function avia_woocommerce_product_elements2($elements)
    {
    	$posttype = avia_backend_get_post_type();
    
        if(!empty($posttype) && $posttype == 'product')
        {
            $elements[] = array("slug"	=> "avia_product_hover",
                "name" 	=> "Hover effect on <strong>Overview Pages</strong>",
                "desc" 	=> "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
                "id" 	=> "_product_hover",
                "type" 	=> "select",
                "std" 	=> "",
                "class" => "avia-style",
                "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));
                
            $counter = 0;
            foreach($elements as $element)
            {
                if($element['id'] == 'sidebar') $elements[$counter]['required'] = '';
                if($element['id'] == 'layout') 
                {
    	            $elements[$counter]['builder_active'] = true;
    	           // unset($elements[$counter]);
                }
                $counter++;
            }
        }
    
    	return $elements;
    }

    Cheers!
    Elliott

    #551738

    Hi Josue,

    Thanks for the quick reply. I did try it out, the thumbnails don’t scroll anymore, but the portfolio still expands on the top, it expands above the rest. I would still need to scroll to see the expanded image. Is there any way for it to expand at the thumbnail location itself?

    Thanks again.

    #551395
    alfpress
    Participant

    Hi,

    1. When inserting galleries, all the thumbnails are faded out… no matter what I do or change or what type of file (png, jpeg..) or size of image or thumbnail … they still all are faded… to the point where you can barely… I mean barely make out the image…

    I have searched on the forums for the solution to this problem…
    the only post that seems to be exactly what I am experiencing is this one :

    https://kriesi.at/support/topic/issues-with-gallery/

    2. Another issue… animations don’t seem to work … maybe this is related ?

    Any help would be appreciated

    Thanks
    Alfred

    Janpieters
    Participant

    Hi,

    I have set up a featured product grid on my homepage: http://www.bloemenbezorgenhaarlem.nl

    If I view the website on my iphone, the product images on my homepage are blurred.

    I currently have the following settings:

    Catalog: 900 x 900 (hard Crop on)
    Product: 450 X 999 (hardcrop off)
    Thumbnail: 120 x 120 px (hard Crop on)

    I have tested different image sizes and regenerated the Thumbnails afterwards. But Still the image on iphone 5s stays blurry. Tested it both with the Safari and Chrome on iphone.

    Can Anyone help me with this?

    #550982

    Topic: Blog post list

    in forum Enfold
    Rosenqvist10
    Participant

    Hey!

    I would like to create a list of blog posts in a 1/3 container. Just basically a thumbnail image with the title next to it, in a list. I have seen a recommendation to use the blog with small author layout, but I’m really just looking for a contained list as an element within my splash-page.

    Is there any support for this in the theme? Have any suggestions/ideas otherwise?

    I am looking for a simple list of latest posts with a thumbnail image, they could be within any category.

    Thanks in advance! Regards,

    Chris

    #550936

    Hi!

    That’s possible but it will require some coding, you’d need to write a custom single.php in your child theme, in this file you’d paste the generated HTML source (of the elements you want to replicate) of an ALB-enabled Page, then simply replace the static texts with the proper WordPress Post tags (the_content, post_thumbnail, etc).

    Best regards,
    Josue

    #550918

    No options? Does this work?

    add_action( ‘woocommerce_grouped_product_list_before_price’, ‘woocommerce_grouped_product_thumbnail’ );

    function woocommerce_grouped_product_thumbnail( $product ) {
    $image_size = array( 20, 20 ); // array( width, height ) image size in pixel
    $attachment_id = get_post_meta( $product->id, ‘_thumbnail_id’, true );
    ?>
    <td class=”label”>
    <?php echo wp_get_attachment_image( $attachment_id, $image_size ); ?>
    </td>
    <?php
    }

    #550880

    @Martin, try using “WP Gallery Custom Links” plugin.

    Hi Elliott,
    I am using “WP Gallery Custom Links” plugin.
    [av_gallery ids='1492,887,883,884,1301,1035,890,909,1318,886,882,881,889,1322,888,1297,1332,1335,1329,1032,1357,1290,1033,1293,1095,885,1034,1287,1305' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='thumbnail' columns='10' imagelink='lightbox' lazyload='avia_lazyload']
    This worked till couple of days ago, but now no more. (May be after Enfold upgrade on my side.
    Strangely when I use the short-code “gallery” it works fine, though without nice avia formatting.
    [gallery ids='1492,887,883,884,1301,1035,890,909,1318,886,882,881,889,1322,888,1297,1332,1335,1329,1032,1357,1290,1033,1293,1095,885,1034,1287,1305' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='thumbnail' columns='10' imagelink='lightbox' lazyload='avia_lazyload']

    Any idea?

    Regards,
    Girish

Viewing 30 results - 5,791 through 5,820 (of 10,101 total)