Is it possible to disable next slide mouse click for slideshow?

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.
10/22/2012 11:38:56 AM
Gravatar
Total Posts 62

Is it possible to disable next slide mouse click for slideshow?

Hi,

I haven't found a way how I can disable rotating slide show mouse click. I do have this following code in the link that works for opening another page, but I want to be able to open up a colorbox popup instead:

onclick="window.open(this.href,'_self');return false; "

Is this possible? Thank you!

10/22/2012 12:15:45 PM
Gravatar
Total Posts 62

Re: Is it possible to disable next slide mouse click for slideshow?

well, after searching around this is the best I could come up with. Not sure if there is a better way:

 

<a href="#" onclick="jQuery().colorbox({width:'700', height:'555', title:'Test', iframe:true, href:'/test.htm'});">Test/a>.

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