Hello.
On News Show Pro GK5 how can i disable click on items (title and images) ? I want only catalog without open article on click.
Thanks
Haris
var animate_header = function(win_scroll, header_height) {
var result = (win_scroll / header_height) * 0.75;
frontpage_module.css('background', 'rgba(0, 0, 0, ' + (result) + ')');
};
}
});
// Function to change styles
function changeStyle(style){
var animate_header = function(win_scroll, header_height) {
var result = (win_scroll / header_height) * 0.75;
frontpage_module.css('background', 'rgba(0, 0, 0, ' + (result) + ')');
};
}
jQuery('.gkNspPM figure a').click(function(e){e.preventDefault();});
});
// Function to change styles
function changeStyle(style){