File: /hosting/kak.bg/web/wp-content/themes/Primero/framework/views/metaboxes/portfolio_options.php
<?php
$this->text( 'remove_featured_image',
'Disable images on post',
'Place "<strong>false</strong>" text above to remove images from the portfolio "single" post page. Note: Leave blank and images will display. <strong>Example</strong>: Use this to disable the featured image on the post page. '
);
$this->text( 'video_link',
'LightBox Video Link',
'This is used from displaying the video directly within the pop-up windows. Note: Use direct URL links that you would share with your friends (http://vimeo.com/8245346); do not use embed code.'
);
$this->textarea( 'video_embed_link_2',
'Video Embed',
'Paste in your video embed code here. This is used for videos posted onto the "single" post page. <strong>Note</strong>: If there is no featured image, this video will display as the thumbnail.'
);
$this->textarea( 'video_embed_link_3',
'Video Embed 2',
'Paste in your video embed code here. This is used for videos posted onto the "single" post page.'
);
$this->textarea( 'video_embed_link_4',
'Video Embed 3',
'Paste in your video embed code here. This is used for videos posted onto the "single" post page.'
);
$this->textarea( 'video_embed_link_5',
'Video Embed 4',
'Paste in your video embed code here. This is used for videos posted onto the "single" post page.'
);
$this->text( 'homepage_link',
'External Link',
'If you want to link to an external document, paste a link here (Default goes to the portfolio "single" post)'
);
?>