I believe this is the line in question. If you want to keep the text but want it wrapped in a p tag then wrap the line in . If you don’t want the text then delete it from the template. Let’s start there.
I keep forgetting that making changes in Perch is a 2-step process. First, you make your change in your Perch template or CSS code, THEN you have to republish that page from the Perch desktop so Perch republishes the code.
So, YES, wrapping the line you mentioned in a p tag worked great with Crowbar.
I believe this is the line in question. If you want to keep the text but want it wrapped in a p tag then wrap the line in . If you don’t want the text then delete it from the template. Let’s start there.
I keep forgetting that making changes in Perch is a 2-step process. First, you make your change in your Perch template or CSS code, THEN you have to republish that page from the Perch desktop so Perch republishes the code.
So, YES, wrapping the line you mentioned in a p tag worked great with Crowbar.
BTW, Drew told me today that part of my problem is Freeway Pro. He wasn’t saying it was bad, just that it was impeding my ability to learn how to code. I think they’re getting tired of trying to help me.
There is a nugget of truth to that statement. There’s the FW way of doing things which is very different from having direct access to the code. It is different, no question. Sometimes that’s a good thing and sometimes it’s not.
BTW, Drew told me today that part of my problem is Freeway Pro. He wasn’t saying it was bad, just that it was impeding my ability to learn how to code.
BTW, Drew told me today that part of my problem is Freeway Pro. He wasn’t
saying it was bad, just that it was impeding my ability to learn how to
code. I think they’re getting tired of trying to help me.
Most successful support seems to depend on the ability to tailor that help
or instruction toward a specific skill or experience level. I can say that
sometimes you puzzle me, Raven. You seem more advanced at some things while
less in others, always keeping me guessing.
I think they’re getting tired of trying to help me.
Not just you, I got that feeling as well. I feel there’s a rather unhealthy (arrogant) attitude prevailing, like a dark cloud on the horizon and its not adobe.
Came across this the other day: http://imperavi.com/blog/be_picky/
ps/ Raven if you figure out how to add an image in a perch blog let us know I gave up in the end.
The ONLY problem I ever had was trying to size an image. I’m currently using an image size of 430px x 334px because I can’t figure out how to change the blasted thing. I’ve tried changing the size in the post_in.html and post.html templates but no joy. Her’s the post_in.html code:
<perch:before>
<ul class="hfeed"></perch:before>
<li class="hentry">
<h2><a href="post.php?s=<perch:blog id="postSlug" />" rel="bookmark" class="entry-title"><perch:blog id="postTitle" /></a></h2>
<perch:if exists="image"><img src="<perch:blog id="image" type="image" width="430" height="335" crop="true" />" alt="<perch:blog id="postTitle" />" /></perch:if>
<br />
<p class="entry-published date"><perch:blog id="postDateTime" format="%B %d %Y" /></p>
<div class="description entry-summary">
<perch:blog id="excerpt" encode="false" />
<br />
<br />
</div>
</li>
<perch:after>
</ul>
<perch:if exists="paging">
<div class="paging">
Page <perch:blog id="current_page" /> of <perch:blog id="number_of_pages" />
<perch:if exists="not_first_page">
<a href="<perch:blog id="prev_url" encode="false" />">Previous</a>
</perch:if>
<perch:if exists="not_last_page">
<a href="<perch:blog id="next_url" encode="false" />">Next</a>
</perch:if>
</div>
</perch:if>
</perch:after>
<!-- Note: If you want to change the size of the image displayed in this section, you must add an image tag in the post.html template -->
I’ll go back and have a look at the code to refresh my memory.
I was looking to have an image (small indicative thumbnail) as per their instructions but just couldn’t get it to appear. Managed ‘read more’ etc. but I was so fed up with perch by then.
This might have been the same issue that you had RM, if I recall at some stage managed large image but not a resized one, as per their example site.
Okay, new Perch problem. I want to style the unordered News Archive list on this Perch enabled page. Quite frankly, I’m not sure where Perch is getting its formatting for this. Is there anyway I can style it in Freeway Pro using a Style?
Perch isn’t getting anything, it’s an unstyled list, that’s all.
Here’s a chance to learn something about your site structure. Look at the source and find the list you want to style (use the Inspect Element feature in your browser), everything you need to know about how to target the list is right there.
Okay, new Perch problem. I want to style the unordered News Archive list on this Perch enabled page. Quite frankly, I’m not sure where Perch is getting its formatting for this. Is there anyway I can style it in Freeway Pro using a Style?