Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Pagination issue

More
11 years 5 months ago #1277 by Andry_771
Pagination issue was created by Andry_771
Hi Olivier,
I love the extension! it works very well. However I am having a little trouble when displaying the pagination... it is presented as bullet points.
siru.com.au/index.php/are-you-a-petrol-station/people-test
Do you have any idea what is causing this problem?
Thanks in advance

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1278 by admin
Replied by admin on topic Re: Pagination issue
Hello,
thank you!
Also, great looking page.
What happens is that the component assumes the template has a style for pagination (it uses the same pagination tagging found when listing articles). If there is none here, you probably have or will have the same problem with other pagination. In your case, since the template has none, you will have to style the pagination yourself.
Something like:
.trombinoscopeextended_component .pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.trombinoscopeextended_component .pagination ul li {
    display: inline;
    list-style-type: none;
    padding: 0 2px;
}

That should take care of it :-)

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1321 by Manrique
Replied by Manrique on topic Re: Pagination issue
It worked! thanks a lot! :)

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1322 by admin
Replied by admin on topic Re: Pagination issue
You are welcome!

Olivier.

Please Log in or Create an account to join the conversation.