A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I configured a slide with 3 images with links to other pages. When I click on any of the image instead of going to the linked page it skips to another slide. I've been trying to refer to this documentation below to override the settings, but I don't have slidepanel in master.layout page for artesteer skin. Can you tell me how would I disable it or override the settings?
http://www.mojoportal.com/the-slidepanel-user-control.aspx
The answer is on the HTML content module documentation page. You'll need to use a bit of JavaScript in your link, like this:
onclick="window.open(this.href,'_self');return false; "
EDIT: Thank you. Looks like link is working. For some reason effect didn't activate right away though. However, I am still trying to figure out if there is a way to complete disable the slide transition when clicking on it. Is there any way ?