Game Magazine: Jomsocial pagination error

Gamebox - especially created support forum for Joomla 1.6
GK User
Sun Nov 20, 2011 12:50 pm
Hi, I have a problem in visualizing Jomsocial pagination. In all the pages the pagination is visualized vertically instead of horizontally: I'll attach an image (the memberlist page) to let you see the problem.

Moreover I have noticed the same problem in the demo of your template Musicity, too.

Joomla version: 1.7.3

Template Game Magazine version: 1.1

How can I solve this problem?
User avatar
Fresh Boarder

GK User
Mon Nov 21, 2011 4:42 am
You are probably missing css class that is used by jomsocial and not available in Game Magazine. If you post a link to your website I ll post a solution.


See you around...
User avatar
Platinum Boarder

GK User
Fri Feb 10, 2012 10:05 pm
Did this get solved? Ive just used latest template files for Joomla 2.51 and jomsocial 2.4 and its STILL happening.

http://saf.net.nz/Videos/Videos/
User avatar
Senior Boarder

GK User
Fri Feb 10, 2012 10:13 pm
mindriot wrote:Did this get solved? Ive just used latest template files for Joomla 2.51 and jomsocial 2.4 and its STILL happening.

http://saf.net.nz/Videos/Videos/


I forgot to mention there are layout errors on parts of the page too.
User avatar
Senior Boarder

GK User
Sat Feb 11, 2012 2:04 am
Please add following css in your override.css file. ( templates/gk_templatename/css/override.css )

Code: Select all
#community-wrap .pagination-container ul li { display: inline; margin: 10px; }


You might have to enable CSS Override feature from Template Settings > Advanced Settings > CSS Override "On".

See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 13, 2012 5:43 pm
Excellent, works well thanks.

Can you see on the same page the categories list, and the odd spacing between some of the category listings, whats the cause for that?
User avatar
Senior Boarder

GK User
Mon Feb 13, 2012 11:42 pm
Add below css to override.css and change colors or spacing as you require.
Code: Select all
#community-wrap .c3colList li { font-size: 14px; height:30px; }
#community-wrap .c3colList li a { background-color: #333333 !important; border-radius: 5px; margin: 5px; padding: 5px 10px; }


See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 14, 2012 2:19 pm
Excellent, that sorted it out. Went with the following :

Code: Select all
/* community video categories styling */
#community-wrap .c3colList li { font-size: 12px; height:30px; }
#community-wrap .c3colList li a { background-color: #333333 !important; border-radius: 5px; margin: 0 5px 5px 5px; padding: 2px 8px 2px 8px; }
User avatar
Senior Boarder

GK User
Tue Feb 14, 2012 3:28 pm
Looks great. Good work on your template.

See you around...
User avatar
Platinum Boarder


cron