PDA

View Full Version : Customizing free version


enoc
07-19-2006, 06:17 AM
Hello guys.. I am a newbie.... I have few questions about custumizing ESyndicat 1.5..

1. How to customize the content of the side bar?
2. How can I fix the height of every subcategory...here is my directory.. http://www.phildirectory.net/dir/about-the-philippines/

Thanks a lot! :zevaiu:

Vincent Wright
07-19-2006, 06:36 AM
1. How to customize the content of the side bar?


You have to play with Featured listings (just explore admin panel for featured listings)


2. How can I fix the height of every subcategory...here is my directory.. http://www.phildirectory.net/dir/about-the-philippines/


Open CSS file (Admin Panel >> Theme Editor), find the piece below:


div.categories div.col
{
float: left;
height: 150px;
text-align: left;
width: 250px;
}
div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 170px;
}


And change height to whatever suits your needs.

Save the changes.

Voila.

enoc
07-19-2006, 11:18 AM
hey thanks for the fast reply... :D

1. I put this code to the css file..

div.categories div.col
{
float: left;
height: 70px;
text-align: left;
width: 250px;
}
div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 170px;
}


it looks good here.. >> http://www.phildirectory.net/dir/

..but when I click on the main category, this will happen.. http://www.phildirectory.net/dir/about-the-philippines/ ...the height of the subcategories are too high... can u please help me how can I be able to fix it while not affecting the height of the categories of the main page....?


2. How to customize the sidebar so that I may be able to put some html codes (text and pictures) on it...?

thanks again sir. :)

Vincent Wright
07-19-2006, 11:52 AM
1. Try removing height completely and adding margin-top, say, 20px

2. Open footer.tpl and play with content right after opening <td>

Hope this helps.

enoc
07-19-2006, 12:01 PM
Thank you! :p :applause:
Problems solved!

:beer:

Vincent Wright
07-19-2006, 12:23 PM
That's good ;)