Posterize.us: How do I move the location of the RSS feed chicklet - Posterize.us

Jump to content

Tips

When posting, be sure to include any extra info that will be helpful in diagnosing your issue. (Include link to your Posterous blog, along with any code snippets, etc.)

Also, be sure to check the official theming reference first if you're having trouble: http://posterous.com/theming/reference
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How do I move the location of the RSS feed chicklet

#1 User is offline   Tom Martin 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 14-January 11
  • Posterous URL:TalkingWithTom.com

Posted 14 January 2011 - 10:05 AM

I'm using the Proper Theme by Cory Watilo and I'd like to move the RSS chicklet up higher... possibly right under my name/photo.

Assume that means I just need to cut/paste code from one place to another...

Can anyone show me what code to move?

Thx
Tom
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 272
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 20 January 2011 - 03:24 AM

Tom,

You're going to want to cut/paste this code to here: http://clip2net.cory...385976_70Kb.png

So, search for this block of code:

                {block:Subscription}
                  <section id="subscriptions">
                    <h1>Subscribe...</h1>
                    
                    {block:SubscriptionUnsubscribed action_id="subscribe_link" content_div="subscribe"}
                      <div id="subscribe">
                        <a href="{SubscribeLink}" id="subscribe_link">Subscribe to this Posterous</a>
                      </div>
                    {/block:SubscriptionUnsubscribed}
                    {block:SubscriptionSubscribed action_id="unsubscribe_link" content_div="unsubscribe"}
                      <div id="unsubscribe">
                        <a href="{UnsubscribeLink}" id="unsubscribe_link">Unsubscribe</a>
                      </div>
                    {/block:SubscriptionSubscribed}
                    {block:SubscriptionLoading}
                        <div class="loading"></div>
                    {/block:SubscriptionLoading}
                  </section>
                
                  <section id="rss">
                    <a href="{RSS}" rel="alternate" type="application/rss+xml">Subscribe via RSS</a>
                  </section>
                {/block:Subscription}


...and you're going to want to move it just above the
{block:HasLinks}
section. Or you could place it above your name/photo, but that might look a little weird. I would recommend using this method rather than trying to squeeze it between your name and profile, as that can get messy. Hope this helps!
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#3 User is offline   newmedium 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 03-April 11

Posted 03 April 2011 - 09:19 AM

Hi Cory,

Is there a way way to override some of the default messages? For example: the "Get the latest updates in your email box automatically" from the subscribe link. Very annoying to have these added by default IMHO...
0

#4 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 272
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 03 April 2011 - 10:11 AM

Unfortunately, no. I wish there was. I'd suggest emailing help@posterous.com and letting them know what you think.
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users