Viewing 30 results - 9,451 through 9,480 (of 10,101 total)
  • Author
    Search Results
  • #169161

    Hello!

    Ok, please revert the change and try following css code

    
    .js_active .portfolio-preview-content .tab_content {
    clear: none;
    }
    

    You can get rid if the caption link with following css code

    
    #top .portfolio-preview-image .avia-gallery-caption { display: none; }
    

    3) You can actually switch the thumbnail size in the portfolio option window: http://www.clipular.com/c?6068435528187904=W6HGVd_YZ5RBxt5NcgmpbZqIMRE&f=.png

    You need to select a thumbnail size which is applied to all images – i.e. if an image does not reach the thumbnail height or width wordpress will not re-size it and you’ll see an uneven grid.

    Cheers!
    Peter

    #168953

    Yes that works great except that it is not responsive. How do I make these thumbnails responsive for mobile because right now they are squished to fit the height.

    Thanks!

    #168949

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    .avia-content-slider .slide-image img { height: 220px; }

    Cheers!
    Yigit

    #168848

    Hello!

    You can use this plugin to change the crop/size of your images: http://wordpress.org/extend/plugins/simple-image-sizes/

    Just make sure to also regenerate the thumbnails for any old photos already uploaded.

    Best regards,
    Devin

    #168650

    Hi Peter,

    I did it but i cannot see any change. Can you tell me what size shoud i use for the pics and thumbnails of the ajax portfolio to be symmetric. Also how can i remove the image link that is under the product pic in the ajax slider?

    thanks

    #168549

    Sure! The recent post thumbnails are at the very bottom of the homepage.
    http://truessence.net/

    #168507

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #168454

    Thanks you have been a great help!

    one last thing is it possible to keep the thumbnails in a widescreen 16:9 format if I wanted, so the correct dimension would be 342 x 192 ?
    I have just tried uploading a thumb this exact size and it again zooms in and crops the sides off, cheers

    #168448

    Hi!

    I got it, 342 x 276 would be it.

    Best regards,
    Josue

    #168420

    Hello cmccullough!

    Can you post the link to your website?

    Cheers!
    Yigit

    #168414
    cannonballb
    Participant

    Hi there,

    Loving the Enfold theme!

    I just have one problem:

    I’ve created a portfolio page using the layout builder – I have used the portfolio grid element to create a sortable portfolio.
    I have also started to create the portfolio items, each with a featured image… however, when I navigate to the portfolio page, no featured images are pulling through, only the titles.

    Have looked everywhere to make sure I haven’t missed anything obvious, but can’t figure it out.

    Please help??

    #168396

    Hey that was even quicker reply than normal :)
    Can i ask a dumb question then..

    When I set the featured image for these I used the largest image I had normally in a 16:9 widescreen Tv format and at least 1280 x 720 to cover all sizes, but Enfold automatically crops the image for me, it doesn’t keep the 16:9 format and chops the sides off which end up a 4:3 format

    which is fine as long as all thumbs are the same height, but they certainly aren’t square, that is why I ask for the height enfold has automatically cropped them to,

    OR how do I keep the thumbnails in a widescreen format which would be good?
    Many thanks again

    #168381

    Hey!

    You can choose the height you want, obviously you would want to make all of them the same height, i’d recommend a square, 343 x 343.

    Cheers!
    Josue

    #168364

    perfect thanks.. and do you know the height ?
    I want to make them the right ratio so there is not squash or stretch, cheers!

    #168363
    cmccullough
    Participant

    Hello,
    I am working with the enfold theme and I love it! I have a question though. My thumbnails for recent posts on the homepage are showing different sizes. How can these featured images remain consistent?

    Thanks

    #168143
    This reply has been marked as private.
    #167930

    Hey David!

    The working width of your Enfold setup is 1030px. so for a 3 column portfolio the images would be 343px width (1030/3).

    Cheers!
    Josue

    #167827

    Ah I didn’t realize that I had to regenerate after cropping, I thought when you clicked update it would resize that one image you just edited.
    I don’t need to do it to all of them so may be easier to create my own,

    > Can you please tell me the width and height of a 3 column single thumbnail in case I want to create myself please ?
    or where I can find the dimensions that enfold uses for the thumbnails.

    many thanks again for your thorough and great support
    David

    #167730

    Hey!

    Cropping is working as expected, what you need to do is to regenerate the thumbnails after cropping, you can use a plugin like this one for that.

    Regards,
    Josue

    #167613

    Hi Josue, that would be great thanks, I’ve added you as an administrator and you should receive password etc.
    Its probably something stupid I’m doing, apologies in advance.

    Is it better to do it the manual way, any advantages ?
    If i do it manually, what are the dimensions to cover 3 and 4 columns portfolio grids, many thanks again
    Dave

    #167590

    Hey mattock!

    You can always crop them manually in your computer and upload them, however the media library option should work, if you want me to check it personally please create an administrator account and send it to me at (Email address hidden if logged out) (including a link to this topic).

    Cheers!
    Josue

    #167562
    GLIMedia
    Participant

    I have my portfolio set up in a 4 column layout. If you look at the image below, you will see that are not all the same height in the thumbnails. The images are all different heights, but I would like the thumbnails to be the same height so they look proportional. How would I do this?

    Also, I would like more spacing between the images, at least 15 pixels.

    Thanks, for your help.
    Portfolio_issue

    #167234
    #167178

    Hey!

    In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242

    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    and change it to

    update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );

    then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px

    Best regards,
    Yigit

    #167062

    Hello!

    The thumbnail sizes are specified on functions.php.

    $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']['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'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    Regards,
    Ismael

    #166971

    Hi yes the thumbnails are clear but if you click on the RE/MAX icon and the AJAX Gallery loads the thumbnails displayed under the main portfolio image are very, very poor quality. How do I make these better?
    Even the large portfolio image is blurry, if you mouse over and click lightbox view the upload images are much clearer.

    Any suggestions?

    Thanks

    #166950
    mattock
    Participant

    Hi, I just changed from Angular to Enfold and loving the much easier functionality, anyway…
    My first query: I want to be able to zoom in and crop my portfolio featured image thumbnails. Its to show animation work so I want to choose just a close up section just for the thumbnails viewers click on. Using the whole image often does not work well small as a thumbnail.

    I tried going edit image in my media library choose a section, and selecting thumbnails only and clicking crop, when i click update image nothing happens at all ?

    Is there any other way I can do this ? or do I have to do it the long way round and create separate thumbnail images. If this is the case, what are the dimensions that would cover a 3 and 4 column portfolio, Im hoping I can do this some automatic way, many thanks

    #166941
    sopadale
    Participant

    In my portfolio the pictures are all sized the same before uploading, so they are consistently the same size, which is great. However, the titles and captions are often different lengths which causes things to not look uniform and not line up cleanly with each other. Is it possible to have all the boxes containing the thumbnail and text to be the same height as whichever box has the most text, formatted appropriately for desktop vs. mobile, etc.

    #166937

    I have made the thumbnails smaller now in the colour section and that has done the trick they were not resizing to fit in ie10 – all though initially the slide show was jerky after the theme version update and the respond.js plugin was installed for some reason it now seems to be working OK – can anyone check in ie8 and ie9 to see if the multi layered slider on the home page is working and no words are being cut off on the right of the screen?

    http://sammysouthallphotography.co.uk/newsite/

    looking forward to launching very soon – been working on this for 3 months on and off

    thank you

    #166706

    Hey!

    I’m not getting a grid on the link provided at all. Is it on a different page now?

    Images are going to scale based on their height and width and how WordPress then scales them for the various thumbnails. If you really want consistent images its best to pre-crop them to all the same dimensions before uploading.

    Cheers!
    Devin

Viewing 30 results - 9,451 through 9,480 (of 10,101 total)