I have been working with your template now for a few days and appreciate that it is a complete template and not "half baked" like so many other free templates are. That being said I have changed a lot simply because of personal preference.
There are 3 things I am having difficulty with:
The first and most important to me is removing the "About Us" link from the Information side box and footer. I have found several references in the code but I don't want to "break" anything so would prefer to know which I should comment out or remove to be safe. I have looked in Configuration - > Define Page Status to see if it added an option for turning it off in the Information side box there but it does not. It is also not in the database at all even though it calls for a status:
Code:
if (DEFINE_ABOUT_US_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';
Second in priority is how to downsize the footer to just 3 columns. Can this safely be done in footer_menu_defines.php and tpl_footer_menu.php? My site is simplistic and at this time doesn't need a lot of link space.
Last and least important but still a formatting issue added with this template. Is there a way to move the AddThis button to where the Tell a Friend button normally is. At this time I have completely removed the Tell a Friend button as I don't see a need to have both.
Thank you in advance for any assistance.
Bookmarks