We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23510
    • 168 Posts
    On MODx 2.4.3. I notice when doing pagination with getPage, the active class does not work.

    I created a new property set and changed pageActiveTpl from

    <li[[+activeClasses]]><a[[+activeClasses:default=` class="active"`]][[+title]] href="[[+href]]">[[+pageNo]]</a></li>


    to

    <li class="active"><a [[+title]] href="[[+href]]">[[+pageNo]]</a></li>


    and that's all!