-
Forum
-
Main forum
-
Domus Organizer
-
[SOLVED]Front end Pagination is not working
[SOLVED]Front end Pagination is not working
Less
More
-
Posts: 51
-
Thank you received: 2
-
-
11 Dec 2012 23:45 - 15 Dec 2012 19:19 #453
by ZAZAZAZ
I started uploading more and more properties. I set numbers to the max in menu settings.
Now.... No pagination

There is pagination in the back end Property list, works fine. But not in the front end.
Adding pagination.php from joomla root libraries to your template/html folder, as it is suggested on the internet - is of no help.
Please, help?
Look on my site
shipyacht.com/ship-yacht-market.html
There are more items that are not displayed, and there is no pagination.
Last edit: 15 Dec 2012 19:19 by
admin.
Please Log in to join the conversation.
Less
More
-
Posts: 51
-
Thank you received: 2
-
-
11 Dec 2012 23:54 - 12 Dec 2012 05:55 #454
by ZAZAZAZ
And I tried it with all default Joomla templates - still no pagination.
Also tried to set URL friendly in Joomla configuration to no.
Last edit: 12 Dec 2012 05:55 by
ZAZAZAZ.
Please Log in to join the conversation.
Less
More
-
Posts: 51
-
Thank you received: 2
-
-
12 Dec 2012 00:13 #455
by ZAZAZAZ
Ii played with Main Menu settings. Pagination and
Pagination Results. I don't think it has any affect on Domus.
Please Log in to join the conversation.
Less
More
-
Posts: 51
-
Thank you received: 2
-
-
12 Dec 2012 00:38 - 12 Dec 2012 02:30 #456
by ZAZAZAZ
By inspecting pagination on Property List in the back end, which works perfect, I can see that it's using Joomla pagination component. Then - how comes it is not working on Domus front end property list?
I tried to change the last part of properties.php to
<tfoot>
<tr>
<td>
<div class="pagination"><?php $pagination = $this->get('Pagination');
echo $pagination->getPagesCounter();?></div>
</td>
</tr>
</tfoot>
as it says on some websites,
or to
<div class="pagination"><?php if($this->pagination) echo $this->pagination->getListFooter(); ?></div>
from your other file
- not good
Last edit: 12 Dec 2012 02:30 by
ZAZAZAZ.
Please Log in to join the conversation.
Less
More
-
Posts: 51
-
Thank you received: 2
-
-
12 Dec 2012 06:20 #459
by ZAZAZAZ
Tried to do this in CSS:
#domus .pagination {
visibility: visible;
}
No...
Please Log in to join the conversation.
Less
More
-
Posts: 618
-
Karma: 14
-
Thank you received: 57
-
-
12 Dec 2012 09:15 #461
by admin
The answer is quite simple: since the category view it's just a "presentation" view, it's not made for browsing all the properties, so there is no pagination since it's not needed.
If you switch to category view you'll be able to browse.
However, I'll add a new option so you can select to full display all properties under categories.
Please Log in to join the conversation.
-
Forum
-
Main forum
-
Domus Organizer
-
[SOLVED]Front end Pagination is not working
Time to create page: 0.240 seconds