Viewing 30 results - 5,611 through 5,640 (of 10,101 total)
  • Author
    Search Results
  • #578173

    Hey philthebass!

    Look around line 170 in the /enfold/functions.php file.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
    

    Try setting the crop to false on all of the images sizes and then regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Cheers!
    Elliott

    #578113

    Hi Rikard,
    The tutorial :
    All you have to do is open your theme’s functions.php file and add the following code :

    function rss_post_thumbnail($content) {
    global $post;
    if(has_post_thumbnail($post->ID)) {
    $content = ‘<p>’ . get_the_post_thumbnail($post->ID) .
    ‘</p>’ . get_the_content();
    }
    return $content;
    }
    add_filter(‘the_excerpt_rss’, ‘rss_post_thumbnail’);
    add_filter(‘the_content_feed’, ‘rss_post_thumbnail’);

    _________________
    I do it, but nathing change.
    There is no thumbnail ????

    Thanks

    Hey!

    Sorry for the delay..
    we are working on your ticket please wait. We will update the results here soon.

    The images size should be a perfect square for it took like a perfect circle.

    Please create a new images size thats suits you well
    use this plugin https://wordpress.org/plugins/simple-image-sizes/installation/

    After you install it go to Settings > Media > Add new size

    Regenerate Thumbnails.

    Cheers!
    Vinay Kashyap

    • This reply was modified 10 years, 2 months ago by Vinay.
    #577731
    jarredzhang
    Participant

    My images original dimension is 731×1000 px, I want it display in gallery according it’s original length and width scale.

    I can not find a suitable preview image size in gallery (if I use no scaling, original width x original height, scale is ok but it will lead to a very heavy page, the page size will be very large and very slow).

    So I used Masonry Gallery. It will generate a thumbnail smaller than the original image, but also too large. For examle, I used 6 columns masonry gallery, I think the thumbnail image dimension should be about 212×290. But the actual is not so. I downloaded the page and find the thumbnail image dimension is 498×705.

    I really want to lightweight my web page. So what should I do? I have seen some gallery plugin and they do not have similar problems.

    Jarred

    #577471
    kvpacs
    Participant

    Hello,

    We are using the Events Calendar and Events Calendar Pro plugins by Modern Tribe. I’ve placed the plugin addition called Upcoming Events on our home page in two spots in a section titled View Upcoming Events http://rotarycentreforthearts.com/.

    You’ll notice the thumbnails beside events are different sizes. Round thumbnail images display beside single event instances and oval images display beside recurring event instances. We would like all the images to be the same size for consistency (eg: all 180x180px). Can you tell me how to alter their dimensions? Or is this something that should be changed in the theme?

    Thanks

    #577430
    nadav_mills
    Participant

    “Enable Banner for product category pages” How do i set a individual banners by editing the category?

    i only saw an option for Thumbnail upload

    #577418
    wnow
    Participant

    Screenshot – http://s11.postimg.org/8e279kjpv/arrows.jpg

    Live Site – http://f37.0c1.myftpupload.com/submit-your-layout/ (Please click on a thumbnail)

    How do I remove the arrows and number count in the lightbox popup as per the screenshot above

    #577074
    norm4u
    Participant

    Hi there, I’m looking for the php file where in the “thumbnail_container” is located. It is used on out shoppage http://blog.speksnijder.com/shop/?v=796834e7a283

    Hope you can help me out here.

    Hey!

    Please modify the gallery element then select a thumbnail in the Gallery Preview Image Size option. You might want to use the “square” or “thumbnail” size.

    Best regards,
    Ismael

    #576776

    HI,

    Regarding #1 … got it. Thanks,

    Regarding #2 … don’t have access. Just called GoDaddy and they said I can’t view server logs. I’ve tried many things, including setting the default thumbnail, medium and large settings. Nothing works. Only small images can be uploaded. It’s weird because looking at the FTP of the site, I see all kinds of files 1500 px wide, so why can’t I upload something that large?

    Is there another way to accomplish this?

    #576648

    Hi Joco340!

    As I understand you would like to display only products on and not the category thumbnails correct ?

    This is more of a woocommerce options which allow you to display both or just products or only category thumbnails.

    Please go to Woocommerce > Products > Display and feel free to change the options marked in red.

    Cheers!
    Vinay

    #576513

    Hey!

    Please go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);

    and change it as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #576508

    In reply to: Grid Portfolio

    Hi LeonNiel!

    Please go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );	

    and change it as needed so heads will not be cropped then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

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

    a.grid-image {
        border-radius: 1000px;
    }

    Best regards,
    Yigit

    #576373

    Hi!

    We are working on your ticket please wait while we update the results.

    We have added the feature you requested for the thumbnails. Since your images are large it will be the original size on the mobile too just check on the phone.

    If the main purpose is to display the product ID you can do that by adding it as Image Caption that way the whole image will be visible as well as the Product ID at the bottom of the image.

    let us know if you like it to be full size or you like to add the product ID’s as image captions ?

    
    // lightbox fullsize
    function lightbox_fullsize(){
    ?>
    <script>
        jQuery(document).ready(function() {        	
        	jQuery('.avia-gallery-thumb').on('click',' a',function(){
            	jQuery(document).find('.mfp-wrap figure img').css("max-height","");
            	console.log(' child Lightbox img ');        	   	
        	});
        });
    </script>
    <?php
    }
    add_action('wp_head', 'lightbox_fullsize');
    

    Regards,
    Vinay

    • This reply was modified 10 years, 2 months ago by Vinay.
    #576204

    Hey!

    Around line 127 in the /enfold/functions.php file you should see this.

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    

    Try changing it to this.

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321, 'crop' => false);		            	// big images for blog and page entries
    

    And then regenerate your thumbnails using this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Best regards,
    Elliott

    #576135
    Tameez
    Participant

    Hi,

    I want to change the width of the Big Image w/Thumbnail gallery in the blog post when Gallery blog post format is specified. For some reason the gallery size is not changing even when I have specified this code:

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%;
    }

    The text below the gallery is fine and full-size but the gallery itself remains smaller. I have tried a few things but to no avail.

    Thanks and Regards,

    Tameez

    #575696
    amarsaleem
    Participant

    Hi Team,

    Thanks for a great theme.

    I am not happy with the image quality of the thumbnails/preview images on my portfolio pages. Its quite bad.

    In the code, at the end of the image URL, it apparently adds additional code, something like this … ?fit=705%2C471

    Removing this code fixes the issue and the image quality gets better.

    Can you please help me fixing this issue?

    Kind regards

    Amar

    #575540

    Hi,

    Try the following as well:

    .av-instagram-pics.av-instagram-size-thumbnail {
        padding-top: 15px !important;
    }

    Best regards,
    Rikard

    #575503

    Hey!

    On your site it looks like you have selected a thumbnail of the image. In the Enfold settings when you select the image to be used as the logo look on the right hand side and make sure the size is set to “full, no scaling” instead of a thumbnail.

    Best regards,
    Elliott

    #575448

    Further to my previous…no idea why the code won’t paste properly. Tried backticks, clicking ‘code’ but it outputs like this.

    I looked at the source code from the shortcodes page and copied the html and then added the image fields. For now I have no idea why each gallery item has 3 image links (I can see one is the thumbnail) so for now I’m probably doing it wrongly. However, this gives me a gallery with preview thumbnails under. This is what I used……

    <div class='avia-gallery avia-gallery-99 avia_lazyload avia_animate_when_visible avia-builder-el-12 el_after_av_textblock avia-builder-el-last'>

    <a>' data-onclick='1' title='Click to see full-size' ><span class='avia-gallery-big-inner'> <img width='845' height='321' />' title='image two' alt='alt text' /></span></a>

    <div class='avia-gallery-thumb noshow'>

    <a>' data-rel='gallery-99' data-prev-img='<?php the_field('baker_img1a'); ?>' class='first_thumb lightbox ' data-onclick='1' title='<?php the_field( 'baker_name' ); ?>' itemprop="contentURL" ><img />' width='80' height='80' title='<?php the_field( 'baker_name' ); ?>' alt='<?php the_field( 'baker_name' ); ?>, <?php the_field( 'postal_town' ); ?>' /></a>

    <a>' data-rel='gallery-99' data-prev-img='<?php the_field('baker_img2a'); ?>' class='lightbox ' data-onclick='2' title='<?php the_field( 'baker_name' ); ?>' itemprop="contentURL" ><img />' width='80' height='80' title='<?php the_field( 'baker_name' ); ?>' alt='<?php the_field( 'baker_name' ); ?>, <?php the_field( 'postal_town' ); ?>' /></a>

    <a>' data-rel='gallery-99' data-prev-img='<?php the_field('baker_img3a'); ?>' class='lightbox ' data-onclick='3' title='<?php the_field( 'baker_name' ); ?>' itemprop="contentURL" ><img />' width='80' height='80' title='<?php the_field( 'baker_name' ); ?>' alt='<?php the_field( 'baker_name' ); ?>, <?php the_field( 'postal_town' ); ?>' /></a>

    <a>' data-rel='gallery-99' data-prev-img='<?php the_field('baker_img4a'); ?>' class='lightbox ' data-onclick='4' title='<?php the_field( 'baker_name' ); ?>' itemprop="contentURL" ><img />' width='80' height='80' title='<?php the_field( 'baker_name' ); ?>' alt='<?php the_field( 'baker_name' ); ?>, <?php the_field( 'postal_town' ); ?>' /></a></div></div></div>

    This gives me a gallery in single.php with the images called from custom fields. It seems to work, in that respect.

    However, if I put my mouse over the thumbnails and the preview image changes, the formatting is crap because if the gallery includes a mix of images of different sizes, the preview screen for all images takes the size of the tallest one, leaving acres of whitespace under any following landscape format images. My original intention was to allow users to upload up to 5 images……… but that means some will upload 5, some just 1 and some 0. That would make the thumbnails look silly, so the only solution I can see is to hide them with css (I can see they have to be on the page in the first place for the gallery to work). Doing that, the lightbox opens if the ‘preview’ image is clicked and the correct images can be cycled through.

    But I still come back to the thing I knew would be the problem;
    I only want the gallery (and it’s entire containing div) to be displayed if it the specific post actually contains images. Something like ‘if imagefield1 or imagefield2 contain a value/image, then show…otherwise hide’.

    For someone who knows even remedial php I’m pretty sure that’s child’s play to resolve. Unfortunately, I know nothing, which was why I was asking for a little help here. Can you tell me what I need to do?

    • This reply was modified 10 years, 2 months ago by brian7454.
    #575440

    Well, that brings up 3 thumbnails that can be clicked. Unfortunately, I can’t see from the code how to add the preview, nor how I would specify that the images shown should only be those from the current custom post.

    As I said earlier, I needed something I could add custom fields to (these would contain the images). Having to try and work it out for myself, I tried the cheat’s approach and pasted the following into my single-baker.php. It does part of what I want.

    I’m just deleting the code while I edit it.. will post it again in a second

    • This reply was modified 10 years, 2 months ago by brian7454.
    #575434
    Joco340
    Participant

    Hi,

    I’ve tried a few of the suggestions found on the subject but cannot get anything to work. I am trying to hide the category thumbnail once i’m inside the category view.

    Here is a link.

    http://splendidiris.com/retail/product-category/displays/

    I would like it to look like the following:

    http://splendidiris.com/retail/product-category/bracelets/ (I got this to work because I deleted the thumbnail out of frustration)

    #575396

    In reply to: woocommerce – images

    Hi Jogust!

    After changing the images, please install and run the following plugin
    https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Basilis

    #575269

    Hey!

    You could use the Enfold gallery as a shortcode, in your custom template you’d include something like:

    echo do_shortcode("[av_gallery ids='314,313,745' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']");
    

    Whereas “314,313,745” would be the attachments (ID) the gallery will show.

    Cheers!
    Josue

    martypao
    Participant

    Must be old age… I am having trouble seeing those tiny little thumbnails in the admin modal window that pops up for editing slideshows. It looks like you have it set to 40px. Good Gosh! I need to have much larger thumbnails or I shall go blind :-)

    Could you please send some code my way? The thumb size needs to be 180px on the long side and the images need to remain proportional to the original.

    I am using the Enfold child theme. If you have functions code to send, let me know if I can use the snippets plugin, or if need to place it directly into the child functions.php. If you have css to send, does my child folder structure need to be identical to the parent theme for it to work?

    My eyes thank you in advance.
    Marty
    ProMedia Tours

    #574710
    KirinDesign
    Participant

    Hi.
    I pre-edited my images so they’re the same height, but they are still showing all different heights. It would be easier for me (and for my client in the future) to modify the code so the images are all the same size. Is there a way to do this without selecting a thumbnail that cuts off the image? The only alternative I see is to add whitespace to each image in pre-edits.

    #574514

    In reply to: Big Preoblem

    Hi!

    This is not a theme related issue it more looks like a wordpress is not reading path of the images from gallery.

    I personally think that this could resolve the problem. backup your site using a plugin like duplicator and ask your hosting company if they can restore your site to an earlier point before this issue happened.

    Switch to default wordpress theme and check for the same issue.

    As a last resort use a plugin and re-generate all the images https://wordpress.org/plugins/regenerate-thumbnails/ It is not tested in this situation with enfold nor it is supported by enfold.

    Best regards,
    Vinay

    Topic can be closed.

    I found “Slide options” -> “Slide image & thumbnail” :-)

    Thank you

    #574372

    Hey!

    You need to upload the actual size of the image that you want to use in the slider because there’s no thumbnail size selection in the layer slider image element.

    Regards,
    Ismael

    #574122

    In reply to: change blog

    Hey!

    Alright, you are using a child theme :)

    Please add following code to functions.php file of your child theme

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

    adjust values as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

Viewing 30 results - 5,611 through 5,640 (of 10,101 total)