Viewing 30 results - 8,431 through 8,460 (of 10,095 total)
  • Author
    Search Results
  • Hi Simon!

    Personally i have not tried but you can try a plugin such as this one https://wordpress.org/plugins/photopress-masonry-gallery/
    If that does not work, You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    Hey!

    1) The size of image getting output isn’t in any of the theme settings for thumbnails on either edge so I’m not sure what is cropping it: 988×642 . Have you change any of the thumb sizes in the functions.php or do you have those in the regular wordpress media manager sizes?

    2) You can modify the css rule for the title of each portfolio item with this:

    
    .portfolio-preview-title {
    font-size: 22px;
    }
    

    Adjust font size, color, spacing etc with new properties and values. The theme doesn’t have any other individual options for them yet but there are some options in the works for more text sizing control.

    Best regards,
    Devin

    #247927
    SonicCube
    Participant

    Hello Team

    i have searched the web and the Forum here about this issue. I came across one other Thread in the Enfold Discussion, but no working solution has been posted there.

    Problem :

    Using Thumbnail Navigation with the layerslider in responsive mode, makes the thumbnails move in the middle of the slider on small browser window / Mobiles.

    SEE HERE : http://www.soniccube.ch/kunden/roadhouse/

    Thanks in Advance

    #247825

    Hi!

    Ihr könntent mit max-height die maximale Höhe der Bilder bestimmen und mit width:auto; verhindert ihr, dass die Bilder verzerrt dargestellt werden, falls die Höhe die Weite übertrifft.

    Soweit ich weiß wird für das Produktbild selbst: http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/ ein Overlay angezeigt. Die Thumbnails darunter (Galerie) sind zu klein für ein Overlay. Dieses wird erst ab 100px Höhe angezeigt und das CSS skaliert die Thumbnails im Regelfall auf 91x91px.

    Regards,
    Peter

    #247695

    Hey envapk2!

    The original images are 80 x 80 and to have crystal clear images they need to be 206 x 206, this will give you what you have requested.

    Best regards,
    David

    #247462
    kayzelmoo
    Participant

    How do I set a fix width and height for both the main gallery input and thumbnails sizes?
    Currently the width and height are too big, including the thumbnails, thanks!
    Thank you!

    • This topic was modified 11 years, 11 months ago by kayzelmoo. Reason: Done

    Hi Peter,

    Thanks a lot for your proposal, I am trying it and the result is near my expectations, I only have some problems with the correct setting of the images’ dimensions yet but I am working on it and I think to find the right way.
    I let you know.

    Thanks again for your help.
    Cheers,
    Giovanni

    #247314

    Hi again, Ismael.

    Tried downloading both plugins. Altered the sizes, then regenerated the images. The thumbnails are still intact. Still small.

    Tried to edit the code directly into the functions.php, raised the values. Saved. Thumbnails still intact.

    Seems like there’s not an easy workaround for this. Wish I was a web developer, but my knowledge on the topic doesn’t go that far.

    Any other possible solutions will be greatly appreciated. Don’t know if I should keep trying to fix this or look for another theme and ask for a refund for this one. :(

    #247311

    Hi Ismael. This still squishes the thumbnail when it’s a rectangular panoramic one. Need a more proper crop.

    Thanks!

    friendlier
    Participant

    Hi, I’m trying to mix different sized images in a gallery, and finding that they align correctly in one configuration but not another; can you help here?

    I’d like them to fit in alternate sizes, but this isn’t working.

    Thanks

    Simon

    #247219
    iaemedia
    Participant

    Couple of questions:
    I am using a fullwidth masonry to display 3 of the latest blogs.

    1. As i make the width of my browser bigger i see that the images get smaller leaving a lot of empty space to the right. Can i make it so the images get bigger as the browser gets wider so that the 3 thumbnails fill the screen?

    2 Is there a way to always have the Masonry images centered?

    On hi-res screens there is even more empty space. It would be great to be able to keep the images scaled and/or centered.

    My client really likes the zoom hover effect of the masonry.

    Thanks

    • This topic was modified 11 years, 11 months ago by iaemedia.
    #247157

    Hi!

    Please go to WooCommerce > Settings > Catalog > Image Options and adjust catalog image sizes and then regenerate thumbnails.
    Can you create an example on your page so we can check it?

    Regards,
    Yigit

    #247140

    Hey!

    One of the hardest part on wordpress is setting the correct image size that will suit your needs. The easiest solution is to resize the images before uploading them. Glad you figured it out for yourself. :)

    Best regards,
    Ismael

    #247092

    It aligns now that I resized the images to be 800 px tall or wide at the largest. Just FYI, Maybe it’s luck, but that did the trick :)

    #247065

    Yes, I did. I tried several of the choices. 180 x 180 made sense, but it never cut them square. Does it have anything to do with the images themselves? Do they need to be a specific size?

    #247025
    envapk2
    Participant

    Hi
    I’ve set up a gallery with small thumbnails here –
    http://www.uyc.org.uk/gallery-2/

    but the thumbnails are blurred, can’t figure why.

    kayzelmoo
    Participant

    1) Gallery (Media Elements)
    I chose big image with thumbnails below, there’s a thumbnail available for users to view various images uploaded respectively.
    What would be the css codes so I can set a fix width height resolutions for all different portfolios with this gallery feature.

    2) At each and every portfolio page, there will be a left < and right > thingy to view other portfolios. How do I custom set this to a fixed url with fixed picture preview?

    Thank you!

    #246914
    This reply has been marked as private.
    #246897

    Hey!

    Thank you for the links.

    When creating the gallery or using the gallery element did you select an option on “Gallery Preview Image Size”? This should use the thumbnail size that you set and more or less give you more alignment on the gallery thumbnails. The problem is you’re mixing tall and wide images. I hope the gallery preview image size fix the issue.

    Cheers!
    Ismael

    #246886

    Hey!

    If you want a clear image I recommend to choose a big thumbnail size for the “Gallery Big Preview Image Size”. Select the “No Scaling (Original Width X Original Height)” if you want to show the original image (without cropping, etc.).

    Cheers!
    Peter

    #246845

    Hi,

    Have you tried uploading bigger images? can you post the link to your gallery please?

    Regards,
    Josue

    Hi!

    Try the following: open includes/loop-index.php and look for line 32:

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], $size);
    

    Replace it by:

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], "full");
    

    Cheers!
    Josue

    #246685

    Related to this, I would like to know how to make the default thumbnail image sizes 150 x 150 instead of 80 x 80 (when inserting a media item). It used to have 150 x 150 as the default, so I assume it is something in the theme?

    #246630
    tassavor
    Participant

    Hi guys,

    My mansory gallery thumbnails does not look sharp on retina displays – anyway to fix it?

    Thanks,

    #246565
    angwisch
    Participant

    I have tried several of the gallery options and can’t get the images to appear as thumbnails where the width and length are the same size in each image for a uniform look. Right now they are slightly different sizes and there are issues with white space.
    http://www.event-floral.com/weddings-bouquets/
    The WordPress pages I had created (via the past theme) used a gallery feature as well, but those now appear half sized for some reason: http://www.event-floral.com/celebrations/

    Please advise. Thanks.

    #246452

    Hey!

    Sorry if you’re having difficulty with the images.

    This plugin will help you resize the images manually: http://wordpress.org/plugins/simple-image-sizes/

    If you want to resize the image thumbnails, you can edit functions.php then find these codes:

    $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'=>710, 'height'=>575 );						// 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'=>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

    These are the list of thumbnail sizes that are use within the theme. You can resize them according to your needs. Regenerate the thumbnails after using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    Frostholm
    Participant

    Hello,

    Currently I’m trying to setup the Enfold theme and it’s functionality on this website: http://www.collingeantiques.com
    I have stumbled into a few problems with displaying images from the gallery function/feature. This is happening to both blog and portfolio gallery images.

    Blog & Portfolio
    For both the blog and the portfolio I would love to have it displaying as gallery, but when it’s cropping/stretching/zooming the images it doesn’t look as amazing as it should.
    Here are some examples of it either stretching, zooming, minimizing of the images inside a gallery:
    1. http://www.collingeantiques.com/unruly-punters/
    2. http://www.collingeantiques.com/antiques-item/club-fender-c-1950
    As you can see this isn’t acceptable to display. How can I fix this problem? It’s basically the same it does to the portfolio, because it also uses the gallery function/feature.

    What would make it all appear delicious and beautiful with the rest of the theme would be if the image didn’t lock it’s heights to the first added image. It appears that the first image added locks the height of the remaining images instead of height being automatic/fluently moving with the image to match the box’s area/settings.

    This is the best result I have been able to create so far, but I still don’t find this acceptable either:
    http://www.collingeantiques.com/antiques-item/late-19th-c-brass-fender/

    Blog
    For the blog I have actually considered that it might just be easier to edit it’s structure as currently displayed to. (Problem is if the gallery would only work then I wouldn’t even consider this, because I need this to work even if I have to break it all down code by code.)
    1. Title.
    2. Author info/date, etc.
    3. Featured image.
    4./5. Either thumbnails first then excerpt or the other way around.

    Looked at some posts related to this issue. Tried them, but none of them works. Maybe because I’m misunderstanding it, but looks so simple that it can’t be misunderstood.
    https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/
    https://kriesi.at/support/topic/how-can-i-make-the-post-title-appear-above-the-featured-images-on-the-blog-page/

    Both basically explains the same, but neither of them works or they both need a better description of “how to do it?” and in which file to insert it into.

    Looking forward to your reply, please make it detailed. :)

    Kind regards,
    Toke.

    #246291
    This reply has been marked as private.
    #246174
    thinkspace
    Participant

    I’m having a problem getting blog post photos to show up correctly when I try to share on Facebook. Normally, a small thumbnail image will be rendered next to the blog post that I share on Facebook. What am I doing wrong? Is there something that that I need to do differently when creating the blog post and how I insert the image? example: http://thinkspace.com/thinkspace-to-add-a-fourth-floor-in-redmond/

    #245521

    Hey dstellagon!

    Thank you for using the support forum!

    The pages are not loading on my end. I’m not sure why. If I am not mistaken you’re talking about the Slideshow Image Size option which gives you the ability to select the thumbnail size that you’re going to use on the slideshow. The option will not resize the actual slider. The slider is set to inherit the size of its container, try adding it on a column layout and see what happens.

    Since the page is not loading on my end, I will assume that you’re talking about the featured images on the blog overview page. You can remove those using this on Quick CSS or custom.css:

    .page .big-preview {
    display: none !important;
    opacity: 0 !important;
    }

    Regards,
    Ismael

Viewing 30 results - 8,431 through 8,460 (of 10,095 total)