zpGalleriffic - Page count in on News Page error

salex Member
I have installed the zpGalleriffic theme and love what I am able to do with it!

Running on zenphoto 1.2.9 with the zenpage plugin active (looking to use the news section as a blog...)

The page count at the bottom of the News section looses its formatting for the number link at the current page (no border appears around the number) and the following string of page numbers are offset. Here is the code that I have found for the page. The issue persists through the different colored themes that can be applied within the theme. Where can I find the active vs. inactive link calls for this page? The gallery also uses "pagination", but works fine...

<div id="pagination" class="clearfix">
<?php printNewsPageListWithNav( gettext('Next ›'),gettext('‹ Previous'),true,'clearfix' ); ?>
</div>
<?php } ?>

Comments

  • acrylian Administrator, Developer
    Sorry, it was actually an oversite that this function has no "current" class attached. Corrected in the nightly build or wait until the next official release.
  • salex Member
    Thanks! What is the name of the class? I have installed the nightly build (zenphoto-2010-04-09-trunk) and reinstalled the theme and came back with the same issue (only now, the album pictures have disappeared).
  • acrylian Administrator, Developer
    The current element has the class "current" attached as the normal Zenphoto pagination function has (Best look at the page's source.). The theme of course probably does not address that change in its CSS. But I of course do not know that.

    Album pictures have nothing to do with this function.
  • salex Member
    OK. What was the old class for me to change the CSS to?
  • acrylian Administrator, Developer
    Well, there was none, just a plain
    element.
Sign In or Register to comment.