Closed sonosergio closed 10 years ago
Hi. There is an if condition https://github.com/joomlaworks/k2/blob/master/components/com_k2/templates/default/item.php#L88-L96 to prevent the empty element. Ensure that the template file you are using is up to date.
yes but I think it is more useful to use a dual control for example at row 93:
($this->item->params->get('itemVideoAnchor') && !empty($this->item->video))
because some items in the same category may contain video and others do not
if any element is selected the div with class itemToolbar cause unnecessary visual issue