Hi,

First of all, i've tweaked the module a little bit so that the 'read more' button is linked to another page instead of the node.

I have an issue with the 'read more' link in the slide. It behaves like the links in the pager, that is to say it switches the images of the slider. But the 'read me' button does refer to the right node in its html code (i can get the node displayed by opening the link in a new tab from the 'read more' button).

Here the code related to the above 'read more' issue.

          <div class="slide-text-inner clear-block ">
             <div class="slide-body-inner clear-block ">
                 <p class="slide-text"><?php print $slider_item['slide_text'] ?></p>
	         <p class="slide-read-more"><?php print $slider_item['slide_read_more'] ?></p>
             </div> <!-- slide-body-inner-->
           </div> <!-- slide-text-inner-->

I hope anyone can help :) Thx in advance.

Comments

airen2011’s picture

Status: Active » Postponed (maintainer needs more info)

Have a look at the FAQ question When I click on the read more button it doesn't go to the node itself but it just goes to the next slide. Why? at http://ddblock.myalbums.biz to use the read more... button in the slideshow.

Hope this helps you further, please let me know.

blouhwtf’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thank you very much, it fixed the problem :)

ppblaauw’s picture

Category: bug » support

set category to support request

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

verta’s picture

Suggest adding this to the on-screen message for the "Next" check box?

Looks like it's a pretty common mistake since there is a FAQ and it's not clear when you check the box that you can't have both - the "next" function AND a working "Read More" link.