Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2009 at 01:25 UTC
Updated:
19 Apr 2009 at 04:10 UTC
Hi, I've got the advanced slideshow working, and so far so good, but the read more link appears to be correct to the node, but clicking it does nothing, just advances to the next slide.
Comments
Comment #1
gollyg commentedHard to tell without seeing the page, but i am guessing that an invisible link is being placed over the link and taking precedence for the click event handler. This is effectively disabling your link. That link is the 'next slide' link. You could try opening it in firefox with firebug installed, right clicking on the link, and seeing which element is highlighted.
A solution would be to resize the invisible link so that it wasnt covering your link, or to absolutely position your link with a higher z-index than the invisible link.
Note: the invisible link may be an <a> element, or it may be a <div> with an onclick handler. Again, hard to tell without looking at the site.
HTH
Comment #2
ppblaauw commentedPlease have a look at the FAQ at http://ddblock.myalbums.biz. You can find your answer here and don't have to wait tlll I reply in the issue queue.
The answer.
Hope this helps you further, please let me know.
Edit: @gollyg, Please have a look at the answer.
Comment #3
gollyg commentedOkay, I don't use the module, but it would seem weird that this is an either/or scenario. Wouldn't it make sense to be able to launch off to a "more information" page from the slideshow (with a clearly marked link) and be able to move forward/back?
But if that's how it's built then this issue should be closed?
Cheers
Comment #4
emdeex commentedYep, that worked, go to Dynamic Display Block Settings, Configure Block, Uncheck "Next"
Read More link works now.
Thanks.
Comment #5
ppblaauw commentedclosing the issue