Okay
  Public Ticket #332670
Description Image Pop Up Portfolio
Closed

Comments

  • Diego started the conversation

    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.

  •  1,973
    Support replied

    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

  • Diego replied

    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

  •  1,973
    Support replied

    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