Open PDF from Portfolio area Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Open PDF from Portfolio area This topic has 3 replies, 3 voices, and was last updated 9 years, 4 months ago by Raghavendra. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 5, 2015 at 6:38 am #14494 nbraulekeMember Hello Guys, is it possible to open a PDF-file in a new window on clicking the portfolio picture without opening the known portfolio page? Thanks for your help 🙂 Best regards, Niklas. June 5, 2015 at 1:30 pm #14506 VeenaModerator You can achieve the same with the help of this plugin – http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340 June 5, 2015 at 1:37 pm #14508 nbraulekeMember Hey Phoenix, thanks for your help! I just want to change the link-information on the portfolio pics – i hope, there is a way without being in need buying a new plugin? Best regards, Niklas. June 6, 2015 at 1:13 pm #14540 RaghavendraModerator You can try the following custom code in the file framework/functions/thumbnail-functions.php file at line number 166 – $post_type = get_post_type($post_id); if ($post_type === 'portfolio') $post_link = get_post_meta($post_id, '_portfolio_link_field', true); and in the Project URL field of portfolio item, you specify the PDF url. Hope this helps. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Agile Theme Support’ is closed to new topics and replies.