Pagination not showing correctly at bottom

  • electromech
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 5 months ago #12405 by electromech
Pagination not showing correctly at bottom was created by electromech
Good Day,

Can you look at my site and see why the pagination at the bottom is being crammed together. The site is www.stlpokerplayer.com if you just hit the search box at the top right with nothing in it, it will bring up all events and then you will see the issue. Please let me know. Great job on the component.

Patrick B)

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

More
13 years 5 months ago #12409 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Pagination not showing correctly at bottom
Hi Patrick

It is just an issue with the css of your site template. Please follow the steps below to solve the issue :

1. Open the file components/com_eventbooking/views/search/tmpl/default.php

2. Find the code below (around line 233-235 :
Code:
<div align="center"> <?php echo $this->pagination->getListFooter(); ?> </div>

3. Change it to :
Code:
<div align="center" class="pagination"> <?php echo $this->pagination->getListFooter(); ?> </div>

After that, it will work as expected !

Regards,

Tuan

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

  • electromech
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 5 months ago #12417 by electromech
Replied by electromech on topic Re: Pagination not showing correctly at bottom
Thanks Tuan that did it. Appreciate the quick reply. :cheer:

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

Moderators: Tuan Pham Ngoc