Welcome

« August 2011 | Main | October 2011 »

Posts from September 2011

September 30, 2011

Weekend Project: Styling Author Comments with Custom CSS

Last week we shared how to style your comments if you use Advanced Templates. This week we'll be focusing the Weekend Project on how to style your comments with only CSS.

In order to take part in this Weekend Project, you'll need to be a Pro-Unlimited (and above) member, and use the Custom CSS feature. All set? Let's get started!

First things first, though, let's take a look at how comments appear before any changes are made. Note that, due to the comment settings I've selected for this example, the comments include a profile image to the left of each comment.

Comments without styling

Continue reading "Weekend Project: Styling Author Comments with Custom CSS" »

September 28, 2011

Laurelines Is Looking Lovely


Et-laure

Laura is an artist and uses her blog, Laurelines, to showcase her work. She wanted to take the blog to the next level, so she contacted the TypePad Blog Services team and we did a Tune-Up Service for her. From her own custom URL to social media integration and an email subscription option, the new features help her blog stand out as a unique site and encourage her readers to keep coming back and to share her posts with their own friends. The best feature, however, is the new banner image, which we created from Laura's own art. Gorgeous, isn't it? She is incredibly talented.

Looking to give your own blog a new lease on life? Want to make it better but aren't sure exactly what it needs? In the Tune-Up Service, we evaluate your blog and recommend the most important features, then implement those features for you. You can even get a new banner image as part of the service. Sign up now! And don't forget to check out Laurelines to see more of Laura's amazing art.

P.S. You can view this and many other great blogs in our portfolio.

September 27, 2011

Introducing Scene: Urban Borough, a New Theme from TypePad

We are introducing a new theme today called Urban Borough.

Scene_urban-burrough_full-thumb

Urban Borough is the first release from a brand new theme set, which will consist of four themes altogether, grouped under the name Scene. The remaining three themes will be released over the next several weeks.

Common between all of the Scene themes will be:

  • wide columns (perfect for larger images and sidebar advertisements/widgets)
  • clean lines (classic styling for long-term use of the theme)
  • lots of balanced white space (ideal for helping to keep your blog from looking cluttered)
  • complementary color schemes to match the (gorgeous!) theme banners;
  • blog footer styles focused for content-rich setup; and
  • optimized styling for mobile views (mobile views will see a slimmed-down version of your blog, showing only the navigation, banner, blog title, and blog posts; all other content will not display)

We're very excited to be bringing you Urban Borough, as well as the rest of the themes in the coming weeks. We hope you take the time to preview and apply each theme as they're released. Feel free to lean on the thematic strengths or make adjustments via Custom CSS or the Content screen.

Want to learn more about the Scene theme and adjustments you can make? We've prepared and published an article to walk you through all of the great features and tweaks available for Scene.

September 26, 2011

Did You Know?: Staying in Touch with TypePad

We don’t know about you, but in today’s world, it can be hard to find all the information you need and to stay in touch with the people and brands you care about. Here’s how you can keep in contact with TypePad!

First off, there’s the TypePad Twitter account. On Twitter, we post status updates (even on services that aren’t TypePad but might affect your blog like domain registrars), links to Everything TypePad posts, answer subscriber requests, and more.

We’re also on Facebook! We post status updates here as well, ask questions about what you think on certain topics, and more. Be sure to Like us on Facebook!

We’ve mentioned it previously, but our Get Satisfaction forum is an excellent way to find answers to your questions, find out about top issues, and interact with your fellow TypePad members. You can even become a TypePad Champion!

We hope this helps you keep in touch with us in all the various places!

September 24, 2011

Weekend Project: Styling Author Comments in Advanced Templates

All comments on your blog look the same by default but, as the author of the blog, you want your comments to stand out. This Weekend Project post will show you how to add formatting to your own comments. The use of an Advanced Template Set for your blog's design is required for this tip.

First, go to Design > Templates and click to edit the Individual Archives Template. Look for the section below in the template:

<MTComments><!-- comment listing -->
<a id="c<$MTCommentID$>"></a>
<div class="comment" id="comment-<$MTCommentID$>">

Add <$MTCommentAuthor dirify="1"$> to the third line of code just after <div class="comment

<MTComments><!-- comment listing -->
<a id="c<$MTCommentID$>"></a>
<div class="comment <$MTCommentAuthor dirify="1"$>" id="comment-<$MTCommentID$>">

The MTCommentAuthor tag calls the Display Name of the commenter. If the commenter is signed in to comment, the Display Name is set at Account > Summary in the author's TypePad account. If the commenter is not signed in to comment, the content of the Name field in the comment form is used.

The dirify attribute converts the Display Name to all lower-case, strips non-alphanumeric characters, and converts spaces to underscores.

In the example, the author name is Rex Manning, and the dirify tag will convert the name to rex_manning making it easy for us to use CSS to apply formatting to comments submitted by Rex.

If you viewed the source code for a post you've left a comment on, you'd see the result of the above code would be:

<MTComments><!-- comment listing -->
<a id="c####"></a>
<div class="comment rex_manning" id="comment-####">

At Design > Templates, click on the Stylesheet Template to add the CSS to style comments submitted by the post author.

The class for the author comments is going to be the author's Display Name converted to all lower-case, no alphanumeric characters, and underscores used instead of spaces. If your display name is Sarah, the class used is .sarah. If your display name is Sam Callahan, the class used is .sam_callahan.

To indent the comments submitted by the author, you would use the CSS:

.rex_manning {
  margin-left: 20px;
  margin-right: 20px;
}

To also add a background color and border to the comment:

.rex_manning {
  background-color: #DDEBEB;
  border: #000000 1px solid;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px;
}

You can add an image to the comment. First, upload the image to your TypePad account at Library > File Manager. Copy the URL for the uploaded image to include in the CSS. The example CSS below places a small pencil icon to the left of the author's name.

.rex_manning .comment-footer {
  background: url(http://example.typepad.com/pencil.png) no-repeat;
  padding-left: 18px;
  border-top: #000000 1px solid;
}

Combining all the above styles together results in:

September 23, 2011

Featured Friday: The Art Of...

Happy Friday! As Abraham Lincoln once said, “Whatever you are, be a good one.” This week's featured blogs focus on the art of doing things well, from cooking, to languages, to the arts, to running a household! What do you do well? Tell us in the comments.

Don't forget to submit your favorite TypePad blog - it might just end up here!

September 21, 2011

The Big Parent Hacks Redesign

 

  • Et-phacks
  • Et-phacks2
Et-phacks2

 

Click the thumbnails for a larger view

Asha's blog Parent Hacks is a great resource for parents who are looking for tips and tricks. But the blog's design hadn't been updated in several years and Asha felt it was out of date. She had a good idea of what she wanted and worked with Trainello Design to create a lovely new design for her blog that more effectively highlights her content. Asha then reached out to TypePad Blog Services and we implemented her design on TypePad. Read Asha's blog post to learn more about how things went.

Whether you've created a mock-up or would like to copy the design of your personal or organizational website on TypePad, our Design Implementation Service can help. You may be surprised at what's possible. Sign up today!. And be sure to visit Parent Hacks to learn how you or a parent you know can make life easier.

P.S. You can view this and many other great blogs in our portfolio.

September 16, 2011

Weekend Project: Move the search form to the navigation bar

We're calling this a Weekend Project because there's a bit of code involved but you'll be amazed how easy this is to do. This project can be used on blogs using Basic Templates at any of the Pro subscription levels.

First, you'll need the code for your blog's search form. The code is different for each individual blog so to make it easy, we'll just grab the code directly from the blog's HTML source. Make sure the search form module is enabled in Blogs > Design > Content and then open your blog in your browser.

View the source of the page (View > Page Source on Mac, View > Source on PC) and look for the Search header in the sidebar code. You'll copy just the <form> code. Below is a screenshot of what to look for and copy.

View source

Next, go back to the Design > Content page and open the Navigation Bar. Here, select the Advanced option and paste the code in the list item (<li> in code) for the last item in the list. You will also add a bit of code to the float the form to the right in the nav bar. It will look like this:

 <li class=”last-nav-list-item nav-list-item” style=”float: right;”><form id="search-blog" method="get" action="http://example.typepad.com/.services/blog/6a00e550196b118834013486aabf34970c/search">
            <input type="search" name="filter.q" results="5" value="" />
            <input type="submit" value="Search" />
        </form>
   </li>

Here's an example screenshot:

Nav Bar code

When you save and view your blog, it should look something like this:

Search form on blog

The final step is to remove the search module from your sidebar in Design > Content. That's it! You're all done. Have a great weekend of relaxing and blogging, folks!

September 12, 2011

Did You Know?: Placing Advertisements on Your Blog

One of the best things about TypePad is that we give you complete control over your blog. This includes letting YOU decide if you want to monetize it or not.

TypePad never places ads on your blog, but if you’d like to make a little extra money by placing ads on your site, it’s very simple.

If you have code provided by an advertising site like Google AdSense, to place this in your sidebar, you would go to Blogs > Design > Content. Select Widgets, then the “Embed your HTML” option, and click the “Add this module” button. You would then paste your code into the new pop-up window.

We have more information on how to do this in the Knowledge Base.

If you have an image you’d like to link somewhere else, but don’t have the code to use, our Knowledge Base can teach you how to do this too here.

Instructions are available on how to place ads between posts if you’re using an Advanced Template set, or to have them display on only one page.

We hope you found this useful! Check back every other week for more "Did You Know?" tips to help make your blog even better!

September 09, 2011

Featured Friday: By Design

Each week, we bring you the best in TypePad blogs over at Featured TypePad. Some of these blogs are found at random by folks who work on the TypePad team (we love blogs!) and some of the blogs that we feature are submitted directly by you, bloggers and fellow blog lovers.

Today's roundup showcases the blogs that we've been featuring over the past couple of weeks. They are all great examples of what creative minds can do with TypePad's design tools, from Plus level bloggers with the Theme Builder to Unlimited level bloggers who have embraced Custom CSS. Enjoy, and keep those suggestions coming! There's a suggestion box right on the Featured TypePad sidebar.


It's Me, KP

Its_me_kp

Fiona Kain

Fiona_kain

Plus Reportage

Plus_reportage

Karen Wise Photo Blog

Karen_wise_photo_blog

Start Blogging

Get your Free Micro blog, or go Pro and get access to 100s of beautiful designs.

Try It Now

Become a Fan

TypePad Newsletter

Sign up for the TypePad newsletter as well as special Six Apart news and offers.

Sign Up

You can unsubscribe at any time.

TypePad
Loading…

TypePad Topics at Get Satisfaction

TypePad Status