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

gollyg’s picture

Hard 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

ppblaauw’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc6
Category: bug » support
Status: Active » Needs review

Please 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.

gollyg’s picture

Okay, 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

emdeex’s picture

Yep, that worked, go to Dynamic Display Block Settings, Configure Block, Uncheck "Next"

Read More link works now.

Thanks.

ppblaauw’s picture

Status: Needs review » Closed (fixed)

closing the issue