A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I have added an HTML Module to a page, enabled the element slide show and it works fine except the slide content links are only advancing the slides and not navigating to the target. I have included the html module settings and the markup to see what I could be missing.
Settings:
Enable Slide Show of Elements = True
Enable slide click = false
cssclass = featurebanner
Enable Slide Show Pager = True
Markup:
Slide 1 details here
Slide 2 information
Slide 3 information
Thanks,
Joe
Hi, see the note near the end of the HTML Content Module document. You'll need to add a bit of JavaScript to your link in order for it to work within the slideshow.
onclick="window.open(this.href,'_self');return false; "
OOPS, Missed that one..Working now ..