I have another issue that just arose. I previously altered the tempgallery and imggallery lenght captions to read "1 of XX Pages (click to advance)". It worked fine, but now it does not work at all. I've even changed them back to the original setting and it's still not working. Is there a fix for this?
tempgallery.length and imggallery.length
(3 posts) (2 voices)-
Posted 10 months ago #
-
I'm not sure what you've modified to be able to say here is a fix for the issue you're having. I'd need a little more detail.
Posted 10 months ago # -
I actually changed the settings back to the original code that was in the source code and the css file:
<div align="center" id="photocount"> <script type="text/javascript">document.write("1 of "+tempgallery.length+" Photos");</script> </div>
and in the e2photo.js file:
photonum.innerHTML=(Number(imgindex)+1)+" of "+imggallery.length+" Photos";
I wanted it to display "1 of XX Pages (click to advance)" but for some reason it stopped appearing at all. I've re-entered the original code, but the caption doesn't appear at all. I'm just trying to get it to show up and then edit it. I'm not sure what other info would be helpful for you to see, but let me know.
thanks again for your help.
Posted 10 months ago #
Reply
You must log in to post.