Hi Mohammad,
I do something similar to open a new story in a new window sometimes, but it has been a while since I configured it by tweaking the CSS in the Stories plugin. Though I am wondering if what you really want is to open the slideshow in a new story, and have the links open in the main story?
If I remember correctly how I set it up, you need to have a tiddler with a navigator widget and list widget (with a different story tiddler title) that you open in a second story. Think of this as the second story window. See $:/_sq/Stories/Templates/Story2Template from Stories for ideas, though yours can be much simpler for instance you don't need the scrollable.
Then you can make links open in this story by one of the following methods:
- wrapping links in a navigator widget that uses the story title of the new story. OR
- borrowing the shift click code from Stories ( $:/_sq/Stories/LinkKeybindings)
- or I have some code to allow invoking actions on shift+click
Sorry for not providing more details, busy morning. Just ask questions if need be and I will answer as time allows.
Regards,
Saq