TEMPLATE BUG: Footer of homepage problem

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Sat Aug 14, 2010 9:38 pm
Hi

i have problem whit hompage footer, same problem described here: http://www.gavick.com/forum/85-memovie/ ... html#53749

But no solutions... The problem is whit pagination of page nubers on homepage footer.



I have too much article pages and i have add this at the end of templates.css file:


Code: Select all
ul.pagination {
width:100% !important;
}


Pleas guys fix this, cos this is themplate bug and not costum work !

Thank you....
User avatar
Senior Boarder

GK User
Sun Aug 15, 2010 3:51 pm
No solutions?
User avatar
Senior Boarder

GK User
Sun Aug 15, 2010 6:36 pm
camon guys fix this bug on memovie template....
User avatar
Senior Boarder

GK User
Mon Aug 16, 2010 4:29 pm
Robert, Seichinha, dzuidek, teitbite,

guys why no 1 from you pay atention on this TEMPLATE BUG !!!!
Are you guys serius or what? Com on fix this error.
I don't ask for costum works, i just ask you guys fix 1 smoll BUG on memovie template.

I wait for your UPDATE !!!
User avatar
Senior Boarder

GK User
Mon Aug 16, 2010 10:31 pm
In joomla.css please change:
Code: Select all
ul.pagination { float: left; margin: 10px 0; width: 75%; }
ul.pagination li { background: none; display: inline; margin: 0 5px; overflow: hidden; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #eee; color:#888; font-size:80%; font-weight:bold; text-transform:uppercase; padding: 1px 8px; }
ul.pagination li span { }
ul.pagination a { line-height: 20px; text-decoration: none; padding: 0 4px; }


for:
Code: Select all
ul.pagination { float: left; margin: 10px 0; width: 75%; }
ul.pagination li { background: none; display: block; float:left; margin: 0 5px 3px 5px; overflow: hidden; -moz-border-radius: 12px; -webkit-border-radius: 12px; border: 1px solid #eee; color:#888; font-size:80%; font-weight:bold; text-transform:uppercase; padding: 1px 8px; }
ul.pagination li span { }
ul.pagination a { text-decoration: none; padding: 0 4px; }
User avatar
Administrator

GK User
Mon Aug 16, 2010 10:39 pm
Thank you dzuidek,

will try this...
User avatar
Senior Boarder

GK User
Tue Aug 17, 2010 4:46 pm
No this dont fix problem.
User avatar
Senior Boarder

GK User
Wed Aug 18, 2010 12:05 am
sorry, I've check this, it works and I've implemented similar fix also for Corporate 2 template .
User avatar
Administrator

GK User
Wed Aug 18, 2010 12:44 am
dzuidek i have sent you email whit screanshoots...

Pleas check your email dziudek@gavick
User avatar
Senior Boarder

GK User
Wed Aug 18, 2010 12:49 am
I know what you want to get but you must to know that pagination is implemented as it is implemented in Joomla - your idea needs big changes in Joomla pagination script.
User avatar
Administrator

GK User
Wed Aug 18, 2010 1:13 am
Ok thanks for your replay...

The solution is tohave smoll number of articles on hompage. For now :)

Thank you dziudek
User avatar
Senior Boarder


cron