Hi, i've a problem with News Show Pro GK5 module in the sidebar position o my site http://www.petithotel.net
I can't find out why there is no clickable link on the articles shown...
Thanx in advance for your help
.gkNspPM-NewsBlocks > figure > figcaption h3 {
font-weight: 800;
}
.box {
position: relative;
}
.box {
position: relative;
}
jQuery('#gk-menu-button').sidr({
name: 'aside-menu',
onOpen: function() {
jQuery('#gk-bg').addClass('menu-open');
jQuery('#gk-menu-button').addClass('menu-clicked');
setTimeout(function() {
jQuery('#gk-menu-button').addClass('menu-open');
}, 450);
}
echo '<h3><strong>'.$title_part_one.'</strong>'.$title_part_two.'</h3>';
echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'">';
echo '<a href="'.$this->get_link($i).'" title="'.strip_tags($this->parent->content[$i]['title']).'">';
echo '<h3><strong>'.$title_part_one.'</strong>'.$title_part_two.'</h3>';