Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
29 Aug 2011 at 15:22 UTC
Updated:
7 Mar 2012 at 12:50 UTC
I am using ur module, Great module by the way.
Right now I am looking to make the pager items at the bottom of my slideshow link to their corresponding pages.
I have already done this for the images and need to do the same for the pager items now.
I have tried searching any previous solutions but have found none that works.
Can you help please?
the slideshow can be seen at www.deltasupplyco.com/beta
Thanks for the assistance.
Craig
Comments
Comment #1
blingximus commentedVery Important, can anyone offer assitance?
Comment #2
ppblaauw commentedI see at http://www.deltasupplyco.com/ that you have found a solution.
Can you please explain what your solution is, so it is also helpful for other users?
Comment #3
blingximus commentedOh Wow, I am just seeing this. It's Been so long I cant recall exactly what I did. but it involved using the actual tags in the labels for the pager-items.
For instance, if you go on my website you will notice the labels in the pagers have no spaces i.e. "powertools"
so in the dd-block-cycle-pager-content.tpl.php file
I put the 'text' variable in the html tag.
<a href="#" title="navigate to topic"><?php print $pager_item['image']; ?><?php print $pager_item['text']; ?></a>and the 'text' variable would contain the exact text of the page i'm linking too. Its kind of a rough work-around but it works. :)
Comment #4
ppblaauw commentedThanks, Set status to fixed