goodtognci
Hi
THe option is hidden because it does not display well and also when you open the full video page
All information already there.
If you want to add article information box.
Add this code in file "/html/com_content/category/videos_item.php" in template "ja_mood".
Line 59
<!-- Aside -->
<?php if ($topInfo || $icons) : ?>
<aside class="article-aside clearfix">
<?php if ($topInfo): ?>
<?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>
<?php endif; ?>
<?php if ($icons): ?>
<?php echo JLayoutHelper::render('joomla.content.icons', array('item' => $this->item, 'params' => $params)); ?>
<?php endif; ?>
</aside>
<?php endif; ?>
<!-- //Aside -->
Here http://prntscr.com/mxpm5y
make sure if you set the show category or author it also display here as it follow the Video menu options.