Comments Diego started the conversationDecember 9, 2014 at 8:13pmHow to put a description for each image?Tried title and subtitle, but the name remained the same as the name placed on portfolio.Best Regards. 1,973Support repliedDecember 10, 2014 at 11:53amHi, only by modifying the implementation in /sections/portfolio_section_overlay.php or portfolio_section_slide.php where the portfolio pop-up items is constructed.look for if( $post_layout == "image_popup" ){currently the portfolio post title is displayedthanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyDiego repliedDecember 30, 2015 at 12:08amCurrently is as you said, but I need the title set in the image and not the title potfolio. How to get the code to get the name defined in the image.Thanks 1,973Support repliedJanuary 7, 2015 at 10:01pmHello, the code you can find in /sections/portfolio_item_full_screen.php in get_featured_image_metadata function Use get_post_thumbnail_id($post->ID) to retrieve image id required as parameter.thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How to put a description for each image?
Tried title and subtitle, but the name remained the same as the name placed on portfolio.
Best Regards.
Hi, only by modifying the implementation in /sections/portfolio_section_overlay.php or portfolio_section_slide.php where the portfolio pop-up items is constructed.
look for
if( $post_layout == "image_popup" ){
currently the portfolio post title is displayed
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Currently is as you said, but I need the title set in the image and not the title potfolio. How to get the code to get the name defined in the image.
Thanks
Hello, the code you can find in /sections/portfolio_item_full_screen.php
in get_featured_image_metadata function
Use get_post_thumbnail_id($post->ID) to retrieve image id required as parameter.
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy