Closed (won't fix)
Project:
Zoundation
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 May 2013 at 09:00 UTC
Updated:
2 Jul 2013 at 18:37 UTC
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
Comment #1
rafaqz commentedComment #2
abelb commentedSo 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.
Comment #3
abelb commentedComment #4
abelb commentedwon't fix. zoundation won't work as an admin theme until views works with newer version of jquery