Hey!
Can you post the link of the portfolio page here? You can set a minimum width for portfolio thumbnails.
.grid-image img {
min-height: 300px;
}
.responsive_large .fullsize .grid-col-4 .grid-image {
min-height: 300px;
}
Best regards,
Ismael
If your images are not getting their thumbs generated then you either need to generate them with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
If after doing so the thumbnails are still not getting generated then you would need to dig into why WordPress isn’t able to generate thumbnails properly since the theme just taps into WordPress’ function for that.
The images are optimized for web but with say 100 images at 500kb it is still 50mb total per say on the page at once. It is curious how if the same images load super fast on page as static images all at once, they are so much slower in the masonry script.
Oh well I will play with the images and see if I can get it faster. The trouble for everyone wanting to display large images, if you want to open 1500 pixel images in light box you have to upload them that large so its available. I just wish the masonry script only loaded smaller thumbnail images like your gallery script does, and then feeds the full size image upon request from the lightbox. that would presumably fix the issue, maybe. But that is only an uneducated observation/assumption.
————————————-
On another note. when I inspect my page with the masonry gallery an look under resources I see 1 of each image that is in the gallery. The full size image. And if I drag and drop on any of the thumbnails visible in the gallery the image that is copied to the desktop is the full size image. you can also open the lightbox and drag and drop that image to and it is the full size image.
The behavior on your demo is different. If you go to kriesi-shortcodes-masonry gallery and inspect that page and look at the resources there are 2 of each image loaded one full size at 1030 px for example and then a thumbnail at 705px for example. and if you simply inspect the code of the gallery you see that the smaller thumbnail is being loaded in the gallery by default. If you drag and drop this image off you get the smaller thumbnail as expected. But the big difference on your sample is that if you open the lightbox you get the full res image, great. It however is not drag and dropable.
So big questions.
1. Why is your lightbox image not drag/drop compatible and the one in the them is?
2. Your sample is the optimal behavior and why it is likely faster. presenting thumbnails and only full res upon request from the lightbox. How do we get this same behavior in our themes. your masonry script must be different than the one loaded in the theme pack for 2.4.1
Can this be addressed please. thankyou
How Can I remove the shadow on the portfolio thumbnails and images. Is it also possible to set more space between the thumbnails?
1. Thanks so much for this. This is close to what I need and pointed me in the right direction. It worked but only affected the inside background and not the parent ID that wraps around the .av-masonry-container. So the inside background was red, but it has a 15-20 pixel white border circling the entire canvas of thumbnails. I removed your class and added a background property to the parent ID which in my situation which was: #av-masonry-1. It filled in everything including the inner child class .av-masonry-container
If someone else reads this post, I would imagine the parent ID’s are named chronologically based on how many instances of the Masonry gallery you’ve embedded inside your site. I’m making an assumption here because I only have one Masonry gallery at the moment. So root around in your code and look for the parent ID name and I imagine it will work for you.
2. Yigit, I will submit a request. Thanks for the link.
Mark resolved and close thread.
I try to use Regenerate Thumbnails plugin, now some thumbs is ok, but other is also like this above.
Hey!
Can you try re-updating the theme via FTP? This simply should not happen
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
I find a code to add a new portfolio thumbnail size in the forum (https://kriesi.at/support/topic/how-to-fix-image-sizes/)
I add a portrait size, but if I choose a landscape image i’d like that it is cropped in a portrait size.

Is it possible?
This reply has been marked as private.
Hi!
Can you please delete the entry “SAUDIQ KHAN” and create it again? I don’t know why it is inside the sort container.
Cheers!
Ismael
Hi!
If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:
.single-portfolio .page-thumb {
display: none;
}
Best regards,
Ismael
How can you change the background color of the masonry canvas? Right now the default is white, but the demo is off white. I saw a post earlier about changing the caption background, but not the overall DIV and canvas that holds all the thumbnails.
Thanks for any input you can offer.
As a side note, it would be great if there was an option to drag a Masonry gallery onto a Color Section that was not full screen width. This would be consistent with the overall design. Full screen looks great on its own, but having the option to control the pixel width would balance the design on some sites. Thanks for adding this great gallery. It is really easy to use. I just dragged ten photos into Masonry and had a gallery up in less than a minute.
Thanks for the help…
I’ve added that extra line of code, but it’s still not looking right : http://imgur.com/S6iLjJW
Also the sortable categories aren’t showing anymore either? This all changes when I upgraded the theme, but my other portfolio grids haven’t been affected, just this one.
All the images also look like they’re cropped differently to how they originally were.
Not sure why it’s gone all weird – is it because of the upgrade?
Thanks again for your assistance!
Hi!
1) It is 4 columns on my end http://i.imgur.com/ng8cbuQ.jpg It will change depending on the screensize.
2) Please try adding following code as well
.grid-image img, .grid-image { width: auto; }
Cheers!
Yigit
Hey!
You can request these features here https://kriesi.at/support/topic/enfold-feature-requests/
Kriesi may consider add them
Cheers!
Yigit
Hi Yigit,
Brilliant, thanks that all works.
Might be useful to add the
.av-masonry-entry { width: 19.9%; }
as an option in the settings?
Ref 1) above – would be great if you could offer a ‘Masonry Gallery’ as a non full width element.
Thanks
Chris
Edited config.php at line 898 – got this error:
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/lindapir/public_html/grossdyg52/wp-content/themes/enfold/config-woocommerce/config.php on line 903
Also, I did not do this edit yet: do I need to edit the single product thumbnail size in config.php if I have not imported all my images yet?
Thanks – by the way, check out my opening sliders at http://75.103.91.29/grossdyg52/ – I love this theme!!
Hi!
1) Because Masonry Gallery element is a Fullwidth element. Fullwidth elements such as Fullwidth Masonry Gallery and Color Section element cannot be added in Layout Elements.
2)Sure, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .av-inner-masonry-content, .av-masonry-entry .avia-arrow { background-color: blue !important; }
3)You can add and adjust following code
.av-masonry-entry { width: 19.9%; }
Best regards,
Yigit
Hi again,
I came up to
‘div.page-thumb {display: none;}’
so the thumbnail doesn’t show inside single portfolio but does on general portfolio page. However, if you had a php solution for that, I would be glad to hear about it.
Regards.
Hi Yigit,
With ref to the above,
Ref my question 2) above… The CSS below works:
figcaption.av-inner-masonry-content.site-background {
background-color: rgba(0,0,0,0.8);
h3.av-masonry-entry-title.entry-title {
color: white;
}
Hello,
I would like to exclude the thumbnail from the portfolio single, as the thumbnail is a drawing for general portfolio page, but inside a single project, it’s only a photo slideshow. I found out this topic that seems related but it’s for another theme…
https://kriesi.at/support/topic/clicking-on-project-thumbnail-plays-video/
¿Any clue about how to do it?
Looking forward, thank you in advance.
Regards,
Anne-Sophie
Thanks, however I have two different queries:
1. http://www.realwiredmusic.com/previous-ongoing-bookings-2/ this is the page where i need to have 4 columns. Is there a way to change this in the masonry gallery?
2. http://www.realwiredmusic.com/artists/ I added the code you gave me to custom css… the images are now showing, but they don’t look right at all, and there is a huge image at the top? I just want 4 rows of portfolio items in a “portfolio small” grid, as per my backend settings.
Lastly, is there a way to add more than 100 portfolio items to a single page without having pagination?
Thanks for your help!
Hey!
1) As i see you figured out to display 4 columns
2) Please add following code to Quick CSS in Enfold theme options
#js_sort_items { visibility: visible; }
.js_active .grid-image { opacity: 1; }
Cheers!
Yigit
Hey guys just a general question. I am loving the aesthetic look of the Masonry elements. But I tried to us the masonry gallery with with about 60 images and ran into some issues. Load times. the script is loading images by default at full resolution. Can you talk about why they don’t render as a bit smaller thumbnails and then load full res if you open the lightbox? that is how the normal enfold gallery works and it load much faster.
That being said my computer can load the larger masonry galleries pretty well. but I find that if you scroll down the page as it loads it behaves weird in that it will load many squares on top of each other and not expand down the page like it should. then when it is done if refresh the browser or change the window size (calling for a refresh) then it will expand to show all the thumbnails properly.
Then for mobile. Say an iPhone 4 on a fast wi-fi connection. that same 60 image masonry gallery is like sludge on the phone. It takes for ever to load but then after it is loaded it still hangs almost non stop if you try to scroll up and down the page. And if you want to rotate the orientation of the device it freezes also. Is there some added limitations on mobile devices with the script or something. I would think it was just the connection speed. But with the same connection the phone and computer are in different leagues. I tried to limit the initial load to a smaller amount of images, say 20 or so and then make the user hit the load more button. It was marginally faster initial load, but only slightly, but after it loaded another 20 or more the page froze up again. Is there a way to make the thumbnails be a smaller embedded size or something? If it is using the full size I could obviously upload smaller but other places that need the same image larger would have to be a completely separate image upload. Different than say a normal large size uploaded image that wordpress auto reproduces smaller and then the user picking the display size.
So basically the question is, is there anything you or I can do to make large masonry image galleries function well on mobile devices?
Can I add more (eg. 8) columns in portfolio?
Can I speed up loading portfolio thumbnails?
Thanks
Kind regards
M
Hi Yigit, Fantastic. : ) Really appreciate your reply.
Love it. Thanks.
Couple more questions though on the full width masonry gallery:
1) Why isn’t it possible to drag the Masonry Gallery into a ‘color section’? It seems to only drop into the full width which makes it look out of place in the rest of the site design. e.g. I’d like a heading above it which says: gallery, then to add the same left and right ‘padding’ as the rest of the site.
Dropping the gallery into a colour section would solve this.
2) Is it possible for you to give an example of the css element required to change the rollover white background for the title and caption?
3) Is it not possible to adjust the width of the images? There seems to be a fixed minimum size for the thumbnails so that it will only show a maximum of 3 or 4 across the page… I’d like to have more images show in the row.
Thanks again for all your help.
Solved the first one – just needed to regenerate thumbnails :)
Still keen to know if it can be used in body and still have a sidebar.
And one more question…how could I sort posts by order (recent first) on one page and alphabetical on another?
Thanks!
Hey cj_envato!
You can update Enfold to version 2.4+ and use Masonry Gallery ( for more information, please see this post http://kriesi.at/archives/enfold-version-2-4-fullwidth-masonry-elements )
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hey!
Images that are smaller than the default grid size will be enlarged to fit. So this image: http://christinamrozik.com/wp-content/uploads/2013/04/just-being-here-is-glorious-thumb11.png is not re-cropped by wordpress at all, its just enlarged. While this one: http://christinamrozik.com/wp-content/uploads/2013/01/Swan.png is loading in the smaller thumbnail size image because its big enough to be shrunk down.
Best regards,
Devin