Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #246224

    we have been trying to add new images to our slider but it seems to want to make them 16:9 when it wasn’t doing that before even if we set the slide manually to 4:3. also is there any way to change the default to 4:3?

    thanks!

    #247273

    Hi ubernaut!

    Easy slider allows you to use the original width / height of the image so as long as your images retain those ratios 4:3 on the original image you should be able to keep that one. Or there is plenty of options to set up Slideshow Image Size.

    Regards,
    David

    #247295

    yeah I’m saying that not working for our new images the thing keeps cropping them. i have tried a number of sizes.

    #248912

    Hey!

    Can you post the links and show examples so we can take a look?

    Best regards,
    Yigit

    #249352

    hi here are some screenshots to hopefully illuminate things it does seem like maybe the cropping is happening in the admin level as you can see the image is also cropped in the media library but also as you can see the full image is in there is just not recognizing the size so I’m just not sure where the problem is coming from. thanks for your help!

    http://imgur.com/pNPapgW

    http://imgur.com/MmmJutl

    http://imgur.com/BLNpnxJ

    http://imgur.com/J7nJiRG

    #250419

    Hey!

    Can we see the actual site and pages with the slideshow live? That way we can inspect the code and source to see whats going on.

    Regards,
    Devin

    #250421

    yup right here thanks!

    http://mytahoeescape.com/property/

    #250699

    Hey!

    Thank you for the link.

    The aspect ratio option is for video slides only. It won’t affect how the image thumbnail turns out. You can choose the thumbnail size for the easy slider on “Slideshow Image Size” option. For example, please use the “Magazine (710×375)” thumbnail size which I think is the best thumbnail size for your slider. Edit functions.php, find this code on line 100:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    

    Replace it with:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375, 'crop'=>false );						// images for magazines
    

    This will prevent the theme from cropping the edges of the image thumbnails. Make sure that you uploaded the images with sizes close to that ratio. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    #251238

    well the site owner actually likes to to have images with mixed orientations and wants the entire image to display in any case. will this work if the images have mixed orientations? it seemed to be working fine before a recent upgrade without modification.

    #251444

    Hi!

    Thank you for the info.

    Yes, it will work with images with mixed orientations but you might find some images that are stretched or unproportioned. Please try it then we’ll check the slider again.

    Cheers!
    Ismael

    #252849

    i think the problem was that we hadn’t noticed the thumbnail size setting when we switch to original size it now works the way we expected sorry for he false alarm and thanks for your help regardless!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘easy slider Problem & question’ is closed to new replies.