Forums

Pagination not formatting correctly

momentis 10 Jan, 2014
Hello all!

I have had this issue in the past but have never been able to solve it! When using a CC connection with the {paginator} function in the footer, the pagination on the front-end is not formatting. All I get is an unordered list (see image). How can I get the paginator to display according to the site (or template) default?

Thanks!
Rick
GreyHead 11 Jan, 2014
Hi Rick,

We've solved this a couple of times for different templates. If I recall correctly the problem is that the pagination HTML varies and the CSS needs to be tweaked to apply to it :-(

Please post a link to the form so I can take a quick look.

Bob
GreyHead 11 Jan, 2014
Hi Rick,

I more or less fixed this by wrapping the paginator in a div
</table><br /><div class='pagination' >{paginator}</div>

I checked the template CSS and found that it needs the 'pagination' class to attach it to the <ul> that ChronoForms has set up.

Bob

PS Is this Saturday?
momentis 11 Jan, 2014
Oh geez!! I can't believe I couldn't figure that one out.

Thanks Bob!

😀 😀 😀
This topic is locked and no more replies can be posted.