Hi jeff_, thanks for the reply.
I understand the placeholders in the default template – it was more the two that I mentioned (specifically calling the post permalink, and the slide button-content
field) that were getting me, since they don’t appear to be explicitly used anywhere in the default template (correct me if I’m wrong!). I see the line;
<div id="fs-entry-button-comment-'.$id.'" class="fs-comment">'.$entry['button-comment'].'</div>
in the default template, but even though this is filled with the field from my saved page I can’t get the value to transfer into my active slide (have experimented with elements with ids like fs-comment
, fs-button-comment
, etc).
When I was using the default template, the fs-link
element just called a hash ref (#frontpage-slideshow
), which didn’t take me to the post (is this supposed to be replaced, or called via jQuery?).
Maybe I’m missing something, but I’ve been poking it for a while and it’s got me!
Cheers
————–
EDIT: After further poking in the fsChangeSlide2()
function, it appears that the button-comment
field is never set. That would explain my issues!
I also see now that the frontpageSlideshow()
function sets an onClick handler for the link element, rather than simply setting the href in the template.
Further fiddling will ensue…
Well that’s answered my questions! Thanks for your time.