1st on the homepage I have listed the categories with their information and once worked a while back but they will not display anymore.
<div id="content">
{exp:weblog:category_heading style="linear"}
<div class="unitDisplay">
<div class="unitLeftCol">{category_image}</div>
<div class="unitRightCol"><h1 class="home{category_name} imghead">{category_name}</h1>
{category_description}
<a href="http://{path=listings/view}">Learn More</a></div>
</div>
<div class="clear"></div>
{/exp:weblog:category_heading}
</div><!-- end #content -->
2nd issue is we have a footer that’s included on every page and had a few columns, the first of two pull an excerpt from one of two pages, the about page then the contact page. This footer works fine on ALL pages and category pages in the site, until you goto a post page within one of the categories.
But it’s the same embed/include footer as every other page.
<div class="footcol">
<h3 class="about imghead">About</h3>
{exp:weblog:entries weblog="site_pages" entry_id="5" disable="trackbacks|comments"}
{summary}
{/exp:weblog:entries}
<a href="http://{path=">About xxxxx</a>
</div>
<div class="footcol">
<h3 class="contact imghead">Contact</h3>
{exp:weblog:entries weblog="site_pages" entry_id="6" disable="trackbacks|comments"}
{summary}
{/exp:weblog:entries}
<a href="http://{path=">Contact us</a>
</div>
We’ve checked for open tags, rewritten the code, etc etc and have just assumed it’s some kind of bug or something as two of us developers just can’t put a finger on what it’s messing up. No matter what we try be it admin settings or url rewrites or anything have been able to fix the problem.
REALLY need help on this as client site needs to softlaunch like yesterday. :/ priority = high.
Thanks in advance for your help!
[Mod Edit: Moved to the Technical Support forum]