When the user clicks on a slide in the slideshow, I would like to be taken to a certain position within a node. Is this possible?

I have tried to get this to work with 'Views Custom Field' module (inserting custom PHP code). This worked to an extent, but I couldnt get the human friendly URL alias to appear the browser address bar. I tried linking to a url-alias + anchor but this was not recognosed by drupal, and I tried using a raw url (eg node/74#anchor1) but this didnt get translated into an alias.

I also tried using the linkImageField module but I dont think this module can handle anchors.

Comments

stewest’s picture

There is another issue queue on this, but it may be for a newer version of Drupal and Views_slideshow

You can try to do this

http://example.com/home/slider#discover-panel_pane_1:3

Where the slideshow main frame row ID = views_slideshow_cycle_div_discover-panel_pane_1_3

So everything after views_slideshow_cycle_div_ goes after the link with #discover-panel_pane_1_3

(this is slide 4 as the slideshow starts on 0).

This doesn't work in Safari, but it does work in Firefox, Chrome (so far.)

nickdickinsonwilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Support for Views Slideshow 6.x is mostly deprecated (ie bug fixes and major errors may be looked at and security issues, but not really anything else), so closing.