We’re having an issue where one of our channel’s (About Us) entries won’t appear on certain templates even though the navigation works and is the same everywhere else.
Dynamic is set to no, statuses are all open and all other settings seem to ensure they should display.
What’s strange is it seems correlate with the URLs and having “C” in the URL.
This URL is fine: offices/america/
But this one isn’t: offices/america/C10
Wondering if there is a category setting or assignment that might cause this outside of the entry code?
Thanks in advance for any advice on this.
Channel Entry except from nav section:
<li>
<a href="http://{path=%27aboutus/overview%27}%22class=%22NoBorderLeft" class="NoBorderLeft current"><span>About Us</span></a>
<ul>
{exp:channel:entries channel="aboutus" limit="15" dynamic="no" sort="asc" }
<li><a href="http://{path=aboutus/{url_title}}">{title}</a></li>
{/exp:channel:entries}
</ul>
</li>
This is the code produced when the issue occurs:
<li class="">
<a href="http://new.pecklaw.com/aboutus/overview%22class=%22NoBorderLeft" class="NoBorderLeft sf-with-ul"><span>About Us</span><span class="sf-sub-indicator"></span></a>
<ul none; visibility: hidden;">
</ul>
</li>