Hey,
In Theme Options > Portfolio Settings set Display Portfolio excerpt in grid to On.
Hope that helps!
Hannah
Hi Hannah,
Thank’s for replying !
Unfortunately, it is yet done, it is precisely for this reason that I wonder why it does not work…
Xavier
Have you added text content to your individual portfolio posts? Can you post a link?
Hannah
Yes, I put some text in the portfolio, and everything appears correctly on the home page when I use the grid portfolio module, but that’s when I use the “article loop” widget in SO Page builder that it does not work. There is a section for adding query_post arguments, but it does not work for posting in post-grid mode (or I’m not using the right code …)
Xavier
Are you able to post a link to your site?
Hannah
I can not give a link to the site for which I ask my question: since I have a problem, I can not publish the portfolio I want. But here is a link on a test site:
On this page, we see the portfolio displayed in post style (as I would like to post it) : http://eval.xaviermuller.be/portfolio-post-style/
But on this page, which is composed with Site-Origin Page Builder, I can not display the portfolio with the post style : http://eval.xaviermuller.be/test/
What does not work is the display of the post style with page builder (except by choosing the portfolio template as a page template, but that’s not what I want).
Thank for you help,
Xavier
Ok, I understand now. There isn’t a way to enable that in the free theme without using the page template. If you want, you can make your titles show all the time with css like this:
.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner {
opacity: 1;
}
Just to note, the premium theme allows you to add a post style grid to any post or page without the portfolio page template.
Hannah
Ok, that’s about what I thought. Thank you for your answer !