Posterize.us: Cory Watilo - Viewing Profile

Jump to content

Cory Watilo's Profile User Rating: -----

Reputation: 6 Neutral
Group:
Administrators
Active Posts:
77 (0.26 per day)
Most Active In:
Themeing Support (40 posts)
Joined:
30-September 09
Profile Views:
1,620
Last Active:
User is offline Yesterday, 03:43 PM
Currently:
Offline
Icon   Cory Watilo Hey all you creative people out there - Christopher Gooley and I just launched a dead simple way to show off your portfolio: http://foliohd.com/ - check it out!

Posts I've Made

  1. In Topic: Contra: Collapsible Tag Menu

    Posted 27 Jul 2010

    Contra doesn't show the tags collapsed by default?
  2. In Topic: Filed under tags beneath individual posts

    Posted 27 Jul 2010

    Hmm, ya know what? That actually looks like an oversight when I originally coded that theme. Whoops!

    Look for this block (toward the bottom):
                            {block:List}
                                {block:TagList}
                                  <div class="tagsbar">
    
                                    Filed under &nbsp;//&nbsp;
                                      {block:TagListing}
                                        <a href="{TagLink}"
     style="color: #676767">{TagName}<
    /a>&nbsp;&nbsp;
                                      {/block:TagListing}
                                  </div>     
                                {/block:TagList}
                            {/block:List}


    and change the block:List part to block:ShowOrList in two places, at the top and bottom. So:
                            {block:ShowOrList}
                                {block:TagList}
                                  <div class="tagsbar">
    
                                    Filed under &nbsp;//&nbsp;
                                      {block:TagListing}
                                        <a href="{TagLink}"
     style="color: #676767">{TagName}<
    /a>&nbsp;&nbsp;
                                      {/block:TagListing}
                                  </div>     
                                {/block:TagList}
                            {/block:ShowOrList}
  3. In Topic: Tabby 2 - tabs break down when navigation

    Posted 24 Jul 2010

    Interesting...the malformed section is missing a ul tag. Is it in the code itself? You'd want to look for something like:

    ul class="more-tags-listing"
  4. In Topic: Lost comments functionality after importing Tumblr theme

    Posted 15 Jul 2010

    I would wrap all of your comment code in a new div and give it a class like class="block-comments" . Then, to center, add this to your CSS:

    .block-comments {
    margin:0 auto; /* this will center the block based upon the width specified below */
    width:500px;
    }
  5. In Topic: Lost comments functionality after importing Tumblr theme

    Posted 14 Jul 2010

    Copy in the whole Comment block toward the bottom of {block:Posts}

    http://posterous.com... #block_Comments

My Information

Member Title:
Advanced Member
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Location:
Orange County, CA
Posterous URL:
http://corywatilo.com

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://corywatilo.com

Comments

Page 1 of 1
  1. Photo

    Jason Liew Icon

    31 Jan 2010 - 22:51
    Hi Cory, I was just wondering if you'd be able to help figure out how to make the tweetboard plugin compatible with posterous.
  2. Photo

    Gary Carpenter Icon

    22 Dec 2009 - 22:37
    I just downloaded and started using your Contra theme. I really like it. I may change the colors slightly, I haven't decided. Very nice.
Page 1 of 1