Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-05-20 00:51:40

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Sections not showing up?

I can only get the Articles on the main page to display properly,
all others seem to have dissapeared if i try to use the pop up menu (to the right),
I can’t seem to figure out what’s wrong.. I’ve followed all FAQ’s and Tutorials..
I think I’m just missing something in front of my face..

Any sort of help would be greatly appriciated!
I really am loving Textpattern!
what a great program..!

here’s the link that I’ve been having problems with:
http://www.lizamonroy.com/textpattern/

let me know if there’s anyone that can help!!
thanks so much

-R

Offline

#2 2006-05-20 01:16:40

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Sections not showing up?

What are the contents of your default page?

Offline

#3 2006-05-20 01:41:59

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
	<title><txp:page_title /></title>
</head>
<body>
<div id="accessibility">
  <a href="#content" title="Go to content">Go to content</a> 
  <a href="#sidebar-1" title="Go to navigation">Go to navigation</a> 
  <a href="#sidebar-2" title="Go to search">Go to search</a> 
</div> <!-- /accessibility -->
<div id="container">

<!-- head -->
<div id="head">
<h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1>
<txp:image id="2" />
</div>

<!-- left -->
<div id="sidebar-1">
<h4> Liza Monroy Freelance Writer </h4>
	<txp:linklist wraptag="p" />


</div><!-- right -->
<div id="sidebar-2">

		<txp:search_input label="Search" wraptag="p" />
	<txp:popup label="Look Around" type="c" wraptag="p" />

</div>

<!-- center -->
<div id="content">

	<txp:article form="default" listform="excerpt" />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
</div>

<!-- footer -->
<div id="foot">&nbsp;</div>

</div>

</body>
</html>

(Edit: updated to display code properly. :) -Mary)

Last edited by Mary (2006-05-20 01:50:27)

Offline

#4 2006-05-20 01:51:08

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Sections not showing up?

Okay, and you have articles that make use of those categories in the dropdown?

Offline

#5 2006-05-20 01:59:00

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

Thank you Mary for editing that last one..
not sure how to post the code properly..

and:

Here’s my list of Categories:
Biography
Contact
News
Resume Selections
Work Samples

and Sections:
Articles
About
Archive

Posted Title Section Cat. 1 Cat. 2 Author Status
19 May 06 More of My Press Clippings Articles Work-Samples
19 May 06 Hot Water Over Coffee Articles Work-Samples
19 May 06 What I look like About bio
19 May 06 Delicious Guilt Articles Work-Samples
19 May 06 Lighting Up Author Puts Out How to Quit Smoking Articles Work-Samples
15 May 06 Contact About Contact
15 May 06 Biography About bio
15 May 06 New News About News
15 May 06 Resume Selections About
20 Apr 06 Where’s the Celebrity Tabloid for Nerds? Articles Work-Samples

Any ideas??

ps.I’m a fellow Canuck, living in Brooklyn..
how are the Praries?

-R

Offline

#6 2006-05-20 02:30:27

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Sections not showing up?

I think you’ve encountered the “do not ‘show on front page’” problem (it needs to be fixed): your “About” section is set to not display on the front page, right?

Offline

#7 2006-05-20 02:42:17

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

Yes it’s set to not display..
but does that really mean that it doesn’t come up with any of the other sections?
I didn’t want the bio and contact stuff on the front page…?
what’s the work around for static pages that you don’t want there..??

-R

Offline

#8 2006-05-20 15:57:21

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

I tried again to put the sections so that they were on the front page,
but they still don’t show up… not sure what’s going on..
think I’m missing some sort of small code..

http://www.lizamonroy.com/textpattern

eeep!
help!

-R

Offline

#9 2006-05-20 17:33:39

TNT
Member
From: Rotterdam, Netherlands
Registered: 2006-01-06
Posts: 256
Website

Re: Sections not showing up?

Just guessing here, but does this work?

<code>
<div id=“content”>

<txp:if_individual_article> <txp:article form=“default” listform=“excerpt” />
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list> <txp:article form=“default” listform=“excerpt” />
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
</div>
</code>

I put the <code>< txp:article form=“default” listform=“excerpt” / ></code> inside the conditionals.


Prrrrrrrr

Offline

#10 2006-05-20 17:48:34

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

Didn’t change anything

:(

-R

Offline

#11 2006-05-20 20:37:31

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Sections not showing up?

Your sections are there. Go to http://www.lizamonroy.com/textpattern/?s=about to see. It’s just that you only have the popup category list. You also need <txp:popup type="s" />.

Offline

#12 2006-05-20 21:37:57

Rocamm
Member
Registered: 2006-05-20
Posts: 20

Re: Sections not showing up?

Ok the sections are there..
I figured that part out..
then I guess the problem must be in the excerpts they are not displaying the articles correctly..
they just display the previous next titles but no article content…?
what could be causing this?

sorry for asking so many questions,
just trying to figure out textpattern!

-R

Offline

Board footer

Powered by FluxBB