Readmore button alignment in joomla

December 18, 2008 · Filed Under Joomla · Comment 

Aligning Readmore button to right in Joomla

Steps followed

1. Login to Joomla Admin Panel
2. Extension -> Template Manager
3. Select your active Template
4. edit CSS
5. template.css -> edit
6. Locate for a.readon:link, a.readon:visited  and a.readon:hover

add the following code inside it

float: right;

eg
a.readon:link,

a.readon:visited {

padding: 3px 6px 3px 22px;

text-decoration: none;

color: #404040;

background: #f2f2f2 url(../images/icon-module-arrow.png) no-repeat 5px center;

border: 1px solid #e5e5e5;

// add the following code inside

float: right;

}

421 Too many connections from this IP

December 4, 2008 · Filed Under Uncategorized · Comment 

this can come up when your ftp program transfers multiple files at once, using multiple connections. i fixed it in filezilla by going to edit -> settings -> transfers and setting the concurrent uploads and downloads each to 1.