Comments 1Haggbom started the conversationJuly 3, 2019 at 2:50pmHi, I want to show both Title + small excerpt on portfolio item all the time. Not just when I hover the portfolio/post item. Can this be fixed?Thanks![deleted] repliedJuly 4, 2019 at 7:51amHi,I have added portfolio excerpt with this custom code: // Show excerpt below portfolio items add_action( 'kalium_portfolio_loop_item_categories_before', function() { the_excerpt(); } ); And the result is: (view large image)Does this work for you? 1Haggbom repliedJuly 4, 2019 at 9:43amHi, thanks.Yes, that works. But how do you do so the title + excerpt is showing all the time. Even before I hover the post image?Thanks![deleted] repliedJuly 5, 2019 at 7:38amHi,Yes you can add this custom CSS to show the hover layer always: .portfolio-item .thumb .hover-state, .portfolio-item .portfolio-holder .thumb .hover-state { visibility: visible; opacity: 0.9; } .portfolio-holder .thumb .hover-state .info > h3, .portfolio-holder .thumb .hover-state .info > p { visibility: visible; opacity: 1; transform: none; } So the hover layer is shown by default: (view large image) 1Haggbom repliedJuly 5, 2019 at 8:54amGreat! Thank you for the help! 1 Like[deleted] repliedJuly 8, 2019 at 1:05pmI'm happy to hear that Will set this ticket as solved from here. P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab. A huge thank you from me and Laborator in advance. Sign in to reply ...
Hi,
I want to show both Title + small excerpt on portfolio item all the time. Not just when I hover the portfolio/post item.
Can this be fixed?
Thanks!
Hi,
I have added portfolio excerpt with this custom code:
And the result is:(view large image)
Does this work for you?
Hi, thanks.
Yes, that works. But how do you do so the title + excerpt is showing all the time. Even before I hover the post image?
Thanks!
Hi,
Yes you can add this custom CSS to show the hover layer always:
So the hover layer is shown by default:(view large image)
Great! Thank you for the help!
I'm happy to hear that
Will set this ticket as solved from here.
P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from me and Laborator in advance.