Mosets Tree pagination

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Mar 10, 2012 2:20 pm
Been having a problem with the styling for page numbering breaking in mosets tree, come up with a partial fix but stuck on the last bit :

Code: Select all
.pages-links ul li { display: inline; margin: 10px; }
div.pagination ul li span, .pagination-prev span, .pagination-prev a { display: inline; float: none; border-right: none; line-height: 0; margin: 0; padding: 0;}


http://singaportal.asia/Popular-listing.html

Im trying to get the results numbering phrase at the left to come inline with the rest of the pagination text.
User avatar
Senior Boarder

GK User
Sat Mar 10, 2012 2:40 pm
Bah it breaks other areas of pagination :

http://singaportal.asia/Business-Services/

Any help appreciated.
User avatar
Senior Boarder

teitbite
Mon Mar 19, 2012 11:28 am
Hi

I cannot see the site. I have a message "Connecting to facebook.com" and it's loading and loading.... :(

Maby it's connected with the database crash I've spotted on the second site ? Are this sites on the same server ? If yes than it can be server issue.
User avatar
Moderator

GK User
Mon Mar 19, 2012 11:45 am
Just a server mysql crash during the night, trouble is until you notice and repair the database tables you get that stupid error from joomla.

Running again now.
User avatar
Senior Boarder

teitbite
Tue Mar 20, 2012 5:33 am
Hi

Ok. Code and pagination looks ok to me. You've mentioned that it's causing problems in some other places. Can You show me where ?
User avatar
Moderator

GK User
Tue Mar 20, 2012 4:51 pm
On this page I got it displaying more or less as it should :

http://singaportal.asia/Popular-listing.html

But here you can see its mis-aligned in parts :

http://singaportal.asia/Business-Services/

The following is a site where I know there is no adverse effect by template styling, as a guide any of the pages on this site display pagination as it is supposed to appear :

http://romani-fabrica.com/Popular-listing.html
User avatar
Senior Boarder

teitbite
Wed Mar 21, 2012 10:11 am
Hi

Try add this code to css:

Code: Select all
#listings .pages-links ul li {
    margin: 0 10px;
    padding: 0;
}
User avatar
Moderator

GK User
Thu Mar 22, 2012 11:01 pm
teitbite wrote:Hi

Try add this code to css:

Code: Select all
#listings .pages-links ul li {
    margin: 0 10px;
    padding: 0;
}


Sorry for the delay, was away for a couple of days.

I cleared what Ive tried so far and tried it, didnt seem to have much effect unfortunately.

As you see the pages now is a result of my efforts so far with the following code :

Code: Select all
#listings .pages-links ul li { display: inline; margin: 10px; padding: 0;}
div.pagination ul li span, .pagination-prev span, .pagination-prev a { display: inline; float: none; border-right: none; line-height: 0; margin: 0; padding: 0;}


I cant seem to figure out whats mis aligning only some of the elements.
User avatar
Senior Boarder

teitbite
Fri Mar 23, 2012 1:56 am
Hi

No no. My code was probably an addon to Your code for fixing the look on pages where it was showing wrong.
User avatar
Moderator

GK User
Fri Mar 23, 2012 3:32 am
I thought that and tried it in addition as well but it caused a different misalignement issue, Ill test it again tomorrow and report in more detail.
User avatar
Senior Boarder

teitbite
Sat Mar 24, 2012 6:47 pm
Hi

Ok. So if it's that way than let me see it with default code. Remove all changes and tell me the exact url where I can see this problem.
User avatar
Moderator


cron