How to disable slidepanel clicking?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/12/2012 12:35:52 PM
Gravatar
Total Posts 62

How to disable slidepanel clicking?

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

7/12/2012 12:57:07 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to disable slidepanel clicking?

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; "

7/12/2012 1:23:19 PM
Gravatar
Total Posts 62

Re: How to disable slidepanel clicking?

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 ?

You must sign in to post in the forums. This thread is closed to new posts.