Hey,
I disabled mouse over article preview and want to make a "Portfolio item information" clickable (in this case it is Title) or the image can be clickable?
Regards.
<?php echo '<span itemprop="genre">' . $title . '</span>'; ?>
<a href="<?php echo $url; ?>" class="item__title_link" itemprop="url"><?php echo $this->escape($this->item->title); ?></a>
Login ftp.laimaurban.com with username and password. Please contact your web hosting service provider for assistance.
<?php echo $this->escape($this->item->title); ?>
<a href="<?php echo $url; ?>" class="item__title_link" itemprop="url"><?php echo $this->escape($this->item->title); ?></a>