Catergories Module Lost Formatting

GK User
Mon Nov 29, 2010 10:21 pm
I still have the "_menu" suffix in place but when I tried to change the formatting of the Categories menu on the front page as see it lost the formatting from the demo. How do I get this format back?

Site is http://80percentman.com/joomla

Image 1
http://img339.imageshack.us/img339/4274/categorieso.jpg

Image 2
http://img560.imageshack.us/img560/8760/categories2.jpg
User avatar
Fresh Boarder

GK User
Tue Nov 30, 2010 1:52 am
Hi

"_menu" module suffix was added mainly for mainmenu module type or using unordered list elements. You are trying to use it on custom module type with paragraphs... no good.

Cheers
User avatar
Platinum Boarder

GK User
Tue Nov 30, 2010 11:17 pm
Well how do I get the formatting back for this the same as it is in the demo with the icons next to it? Thats all I am asking. For the record it already was using the _menu suffix on the install, it wasn't something I put on there.
User avatar
Fresh Boarder

GK User
Wed Dec 01, 2010 1:06 am
The demo uses unordered list on custom module.

Code: Select all
<ul class="menu">
<li><a href="#">Premier League</a></li>
<li><a href="#">Championship</a></li>
<li><a href="#">Scottish Premier</a></li>
<li><a href="#">Champions League</a></li>
<li><a href="#">League One</a></li>
<li><a href="#">League Two</a></li>
<li><a href="#">FA Cup</a></li>
<li><a href="#">World Cup 2010</a></li>
</ul>
User avatar
Platinum Boarder


cron