Fun with Perch

On 7 May 2013, 8:35 pm, Todd wrote:

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.

Todd
http://xiiro.com

Todd, you were right all along.

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.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

[Laughs] Yeah, that pesky publishing. I’m guilty of that myself.

Todd

On 7 May 2013, 8:35 pm, Todd wrote:

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.

Todd
http://xiiro.com

Todd, you were right all along.

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.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

But, I still need to figure out the bullet problem. Any ideas Walter?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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. :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Todd

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.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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. :slight_smile:

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. :wink:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

LOL. My wife tells me the same thing. But I have three kids, so I must be doing something right. :slight_smile:

BTW, Todd and Walter know this, but my real name is Kelly (a dude). RavenManiac is just my call sign.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

BTW, Todd and Walter know this, but my real name is Kelly (a dude).
RavenManiac is just my call sign.

Kelly, good to meet you :slight_smile:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You too sir. Hopefully, one day I’ll be as talented as you, Walter, and Todd.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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 :slight_smile: I gave up in the end.

s


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi seoras,

Can you tell us more about the problem? The default blog template has the image function built-in so I’m curious to know what issue you’re having.

Todd

ps/ Raven if you figure out how to add an image in a perch blog let us know :slight_smile: I gave up in the end.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes, adding an image is that difficult.

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 -->

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ooops. I meant to type isn’t above.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Guy’s,

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.

s


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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?

http://rcb.idealynx.com/news.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Todd

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?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It looks like an unordered list based on the paragraph style. Is that correct?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The list exists outside of the p tag, so that’s not it. Look again, both the list

    and the

    you see are children of what parent element?

    Todd

    It looks like an unordered list based on the paragraph style. Is that correct?


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Is it the archive-wrapper?


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Yepper.

    Is it the archive-wrapper?


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options