Hi,
I bought SJ Blossom with module mod_sj_k2_slideshow. Two questions please.
1) The links return a 404. I operate in a new category from yt sample data to a new parent one. The scroller works fine but the links return 404.
2) I actually don't want the links to work, just show the images in the banner no link. How can I stop mouse over href?
I changed modules\mod_sj_k2_slideshow\assets\js\jcarousel.js commented out function but it still has a link on scrolling images.
$(function () {
$('body').on('click.jcarousel.data-api', '[data-jslide]', function (e) {
var $this = $(this), href,
etc.
Any help would be greatly appreciated with these two questions.