Portfolio project link
Hi
would like to ask how to edit the portfolio thumbnail button same as yours:
which there only show "Preview" button on the thumbnail image, and when click the button, it links to external url instead of portfolio detail page.
My website is http://kennyyue.com/
Currently the button on portfolio thumbnail image:
thank you.
Comments
to make this portfolio, we set 2 options under Theme options > Blog, Portfolio & Shop > Portfolio section:
- we turned on Hover Title option
- we set Project Link to Project Website | Open in the same window
and also to change title on hover, we used the following css:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Courier; -webkit-text-stroke: #000000; background-color: #fffd99}
span.s1 {font-kerning: none}
.image_frame .image_wrapper .image_links.hover-title a:before { content: "Preview"; display: block; }
2. This external url need to be put under each portfolio item settings.
3. To display title the way we did it on Splash, you need to use the following css:
/* Portfolio */
.column.one.column_portfolio .portfolio_wrapper { background: #edeeee; padding-top: 40px; }
.portfolio_group .portfolio-item .desc { background: none; }
.portfolio_group .portfolio-item .desc .title_wrapper { padding-right: 0; }
.portfolio_group .portfolio-item .desc .title_wrapper h5 { text-align: center; text-transform: uppercase; letter-spacing: 2px; }
.portfolio_group .portfolio-item .desc .title_wrapper .button-love { display: none; }
.portfolio_group .portfolio-item .image_frame { border: 1px solid #dee0e2; width: 99%; }
.portfolio_group .portfolio-item .image_frame .mask { display: none; }
3. Please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will have a look on it. Please don’t forget to let us know what for the access is.
The bottom left portfolio item title is "The Metro Art Brentwood Unit One", though it's cropping after "unit."
Is it possible to specify the line breaks into two lines for longer titles? or with less control, auto wrap to avoid this cropping.
Need control of line height too.
Thanks.
-Tim