Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-07-02 09:13:05
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
excerpt and body doesn't show up in ie6
suddenly discovered that in that site excerpt and body doesn’t show up in ie6 anymore, only titles. since when it does happened – don’t know, cause not using it every day. any ideas?
form i’m using:
<div class="article clearfix">
<txp:if_article_list>
<txp:if_excerpt>
<h2><txp:permlink><txp:title /></txp:permlink></h2>
<txp:excerpt />
<p class="meta"><txp:permlink>Loe edasi</txp:permlink></p>
<txp:else />
<h1><txp:title /></h1>
<txp:body />
<p><txp:upm_article_image form="lightbox" /></p>
</txp:if_excerpt>
<txp:else />
<h1><txp:title /></h1>
<txp:body />
<p><txp:upm_article_image form="lightbox" /></p>
</txp:if_article_list>
</div>
Offline
#2 2010-07-02 10:17:17
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: excerpt and body doesn't show up in ie6
testing prettyPhoto jquery script and after adding this:
<txp:css format="link" n="prettyphoto" />
to head section, contet was gone in ie6 :)
not sure, what it didn’t like there….
Offline