In views (and maybe elsewhere) Ajax pagers only work if the class 'pager' is also in the class array with 'pagination' - in template.php: 600. :

    return '<h2 class="element-invisible">' . t('Pages') . '</h2>' . theme('item_list', array(
      'items' => $items,
      'attributes' => array('class' => array('pager', 'pagination')),
    ));

But it also messes up the padding so some css/scss like this fixes the extra padding added.

.item-list .pager li {
  padding: 0;
}

Cheers

Comments

rafaqz’s picture

Status: Active » Needs review
abelb’s picture

Assigned: Unassigned » abelb

So views has to use jquery 1.5 while Foundation uses 1.9.1

You have to use jquery update to set to 1.5 when using VIews. major bummer.

abelb’s picture

Status: Needs review » Closed (won't fix)
abelb’s picture

won't fix. zoundation won't work as an admin theme until views works with newer version of jquery