Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 14:07 UTC
Updated:
2 Dec 2010 at 15:42 UTC
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
Comment #1
airen2011 commentedHave 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.
Comment #2
blouhwtf commentedThank you very much, it fixed the problem :)
Comment #3
ppblaauw commentedset category to support request
Comment #5
verta commentedSuggest 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.