Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Page numbering
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Page numbering

Page numbering 11 years, 11 months ago #30728

Hello,

How can I get the page numbering to be like (.1 .2 .3 .4 .5 .Next .End) instead of

.1
.2
.3
.4
.5
.Next
.End

I want it to go horizontally instead of vertically.
The topic has been locked.

Re: Page numbering 11 years, 11 months ago #30838

Any help with this.
The topic has been locked.

Re: Page numbering 11 years, 11 months ago #30874

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, it's question of CSS styling. Booking uses default Joomla pagination. I don't know how template do you use. There is maybe used UL/LI structure. You need E.G. this styles:

 
ul li {
display: block;
float: left;
}
 
ARTIO Support Team
The topic has been locked.

Re: Page numbering 11 years, 11 months ago #30919

Hi there. This is the response I got from JoomlaPlates.

---
Hi there,
the pagination has nothing todo with our default css because you are using "ARTIO Booking" to present your articles in Joomla.

---

I don't know what to do now.
The topic has been locked.

Re: Page numbering 11 years, 11 months ago #30976

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, I checked it again and they are little bit right. We will fix it in next version.

If you want to improve it immediately then open file components/com_booking/views/subjects/tmpl/default.php

There is row looks like.

 
<div class="subjectListPagination">
<?php echo $this->pagination->getListFooter(); ?>
</div>
 


Improve it in this way.

 
<div class="subjectListPagination pagination">
<?php echo $this->pagination->getListFooter(); ?>
</div>
 
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty