Tweaking Themes on Multiply


Hi! Since posting this entry on my site, I found out how a lot of people are seriously interested in 'personalizing' or tweaking themes on their own multiply site. This is an updated version and would like to think it's better than what I presented before.

This particular theme I'm using is based on the "AVLACK" theme with a few CSS coding for that finished look. Initially, I was looking for a style like Kubrick that could've been possibly ported for Multiply but there was none. I know somebody from Movable Type once said that Kubrick is just so 2004-ish, but I beg to disagree. I don't think a simple but elegant design idea like Kubrick can get out of style. Now on to more sensible discussion on tweaking your Multiply site. I will try my best and attempt to retrace the steps I took to tweak my layout:

  1. First thing's first, you gotta add Multiply Customized Themes as your group. To do that, go to http://customizedthemes.multiply.com/ then click 'Join Group' located on the right sidebar.
  2. Once you're a member, you can view their themes. Click on the photo of the theme that you particularly like and follow the instructions on that page.
  3. Now if you're pretty lazy to read, continue with my tutorial at your own risk. I will be discussing in detail how to apply the Chamada contra a Pobreza Theme with a customized banner.
  4. Now It's pretty straightforward after that. You have to first choose a theme (which we will call your 'base theme'). To do that, click http://multiply.com/set-up/pages/themes/avlack. caution: your current theme at the moment will be completely overriden if you click that link.
  5. Once your 'base theme' is changed, you will need to customize your CSS. But first, Go back to the Chamada contra a Pobreza Theme page under Multiply Customized Themes by clicking this link:
    http://customizedthemes.multiply.com/photos/album/3.
  6. Copy the CSS code on that page (hint: The font is bold and starts with /**** Chamada Contra Pobreza******* all the way to the last line before the pictures). You can copy it by selecting the whole code then hold CTRL+C or right click on your mouse then click 'copy'. Paste it on your Custom CSS page by:
    1. clicking http://multiply.com/setup/pages/upload-css
    2. Select everything by clicking anywhere inside the box and hold CTRL+A
    3. Hold CTRL+V or right click on your mouse then click 'paste' on the box you will see.
    4. Hit the 'save' button.
  7. Once that theme is placed, you need to customize your banner. 2 important things you need to know before you proceed:
    1. Your banner is consisted of 2 parts:
      • the upper banner - it will show your title, desired pictures, etc.
      • the lower banner - it will be a thin strip of line to show your links (home, blog, photos, vidoe, calendar, links)
    2. You need to do this in Photoshop or CorelDraw or any Image Manipulation Program. Let me recommend something free: The Gimp - which is open-source & a popular graphics editor for Linux but can now be run on Windows & MacOSX. For windows, you can download it from here.
  8. Make a banner from scratch with these specific dimensions: width=780 height=264. Now this is the juicy part of tweaking your own theme. You can now add pictures, draw on it if you like, etc. Let me give you a few tips:
    • the upper left of the banner should have a lighter shade because this is where your title will appear in red (note, you can also change the font color anytime).
    • the bottom part of the banner should have a darker shade since your links will appear in white & red.
  9. After designing your banner, you now have to slice it in two or crop (in other words also, cut) the upper part & the lower part of the banner & save it as two new graphics:
    1. upper banner (e.g. banner1.jpg) - should have these dimensions: width=780 height=224.
    2. lower banner (e.g. banner2.jpg) - should have these dimensions: width=780 height=40. For the visual learners, below is a sample banner as a guide.

      Sample Banner for Multiply themes tutorial
  10. Upload them to your favorite photo hosting site (I recommend photobucket). Be sure to copy the URLs (or the exact location of each banner).
  11. Now, you have to paste those URLs properly. Go back to your Custom CSS page by clicking this link: http://multiply.com/setup/pages/upload-css and then look out for two sets of codes inside the box:
    1. For your upper banner, look out for the code below & replace the link there with the URL of your upper banner. Let the red font below be your guide:

      /*PAGE TOP*/
      div#owner_nav.owner_nav {
      margin: 10px 0px 0px 35px;
      height:247px;}

      div.owner_nav {
      border: none;
      margin: 10px 0px 0px 0px;
      height: 247px;
      width: 780px;
      border: 0px solid #fff;
      border-bottom: none;
      padding: 39px 0px 0px 0px;
      background:
      url(http://example.com/the_URL_of_your_upper_banner.jpg)
      no-repeat top left;
      background-color: #fff;
      background-position: 0 -1px;
      }

    2. Now, for your lower banner, look out for the code below & replace the link there with the URL of your lower banner. Let the red font below be your guide:

      /* MENU */
      #subnav .toptsel {color:#f66;
      font-size:20px;
      padding: 0px 0px 2px 5px;
      }

      #subnav .topt {color:#fff;
      font-size:14px;
      font-weight: bold;
      margin: 2px 0px 0px 5px;
      text-align:top;
      padding: 0px10px 0px 0px;}

      div#subnavc {
      padding: 107px 0 0 0;
      background-color: #FFF;
      border: none;
      width: 780px;
      height: 40px;
      background: url(
      http://example.com/URL_of_lower_banner.jpg)
      no-repeat bottom center;
      }
      div#subnav {background: none; border:none; padding-top: 6px;}

  12. Paste the URL of both your banners replacing the URL supplied just like in the code above (the bold red font) by holding CTRL+V or right click on your mouse then click 'paste'. Hit the 'save' button. Then you're done!

Pretty nifty, huh? If you followed this, I'd appreciate it if you could leave a comment and tell me how you fared with it.



Yeah..with ur biggest help,

Yeah..with ur biggest help, now my multiply looks cool!

hehe..tanx a lot ma ^_^

hey thanks for th einfo was

hey thanks for th einfo

was very helful:)

agreed. thank you for this

agreed. thank you for this tip, really helped me.

i hAvn'T mAdE a tHemE uSinG

i hAvn'T mAdE a tHemE uSinG uR iNfOs... buT i hOpE 2 mAke mYseLf a PrEtTy tHemEs uSinG uR guIdEs... ThAnkS!

Hi Ira! Thanks for leaving a

Hi Ira! Thanks for leaving a comment. I guess the idea is to be able to personalize your own multiply site. I hope this guide can help you achieve the look that you want for your multiply. Cheers!

Hey, I'm wondering how you

Hey, I'm wondering how you can completely change the family font in Multiply. As in, I want everything centered and I want the font to be georgia. How can you do that? Like, change the font of the navigation links and the right rail font? Help?

Hi Jamie, You can customize

Hi Jamie,

You can customize your CSS and add the styles that you want there. Click "Customize My Site" at the right side bar then Click "Custom CSS" or you can go right ahead and click this: http://multiply.com/setup/pages/upload-css

You can add a line there that goes something like this:
body {
font-family: Georgia, Times New Roman, Helvetica;
text-align: center;
}

Hope this helps.

how dis she do it?

how dis she do it? methilation.multiply.com

yow! thanks your a big help

yow! thanks your a big help :)

THANK YOU VEEERY VEERRRY

THANK YOU VEEERY VEERRRY MUCH! really appreciate it! :)

Hmm, perfect blend of tech

Hmm, perfect blend of tech science & mastery in details. Thanks I liked the banner option much, as I was not sure how to put this,

Regards,
-Maccy !

Tweak is a graphical user

Tweak is a graphical user interface (GUI) layer to the Squeak development environment, which in turn is an integrated development environment based on the Smalltalk-80 computer programming language.

Very useful information for

Very useful information for me.

thanks. it helped me much.

thanks. it helped me much.

Nice one!

Nice one!

A lovely description

A lovely description explaining everything in an easy to understand format. Thanks Cheme for taking the time to write this overview.

Regards David

Great tutorial! I know my

Great tutorial! I know my graphic designers coworkers will love this one as they deal with photos every day. Thanks.
Promotional items

thanks for this neat help! I

thanks for this neat help! I apprecite it.

do you have more techniques on tweaking other parts of the page? aside from the banner?

I just started to use

I just started to use multiply and wonder how some people have such a nice looking interface. Thanks for sharing this great tip!
Especially newbies like myself :)

hi! how can i customize my

hi! how can i customize my guestbook and reply boxes? and how do i make it not overflow?

i was sick of using generic

i was sick of using generic multiply themes that i found on the multiply site and yet i'm so busy (or too lazy--pick one) to learn how to tweak one. and when i googled multiply themes...i was surprised to find your site on the second page! :) just thought i'd drop you a line. as always, your genius still awes me. give my love to the brood.

hi! your site is explicitly

hi! your site is explicitly great, can you help me make my site great too?

THANX A LOT!!!! this it's

THANX A LOT!!!!
this it's exactly what I was searching :D

isaacisback

Thanks for the nice

Thanks for the nice tutorial.

Thanks for the tutorial. Very

Thanks for the tutorial. Very useful and well written

Thanks for the walk through

Thanks for the walk through tutorial. Now I feel confident enough to make an attempt at creating my own customized theme

Thanks from me too - new to

Thanks from me too - new to blog and so far they have proved nothing but helpful! : )

I am a webmaster and used to

I am a webmaster and used to blog often. This detail walk through is really helpful to me and other webmaster.

Thanks it has helped me much

Thanks it has helped me much how to change theme of a page.

Thanks for the tips. makes

Thanks for the tips. makes life much easier.

Chame, thanks for this post.

Chame, thanks for this post. Explained clearly and I can point some of my own clients to this post when explaining multiply.

Very nice post,thanks for

Very nice post,thanks for sharing the information.

Never thought of doing it

Never thought of doing it like that - very nice.

This post helped me a lot in

This post helped me a lot in SEO my theme. Thanks a lot for the great infos.

hi there i stumbled across

hi there i stumbled across your site this morning and just wanted to say i have found some really great informaional stuff on here that is going to be a really big help to me thanks so much

Thanks for lending your

Thanks for lending your helping hand. It has made a lot of difference now. Very descriptive and the details easy to work on.

Nice to see that people take

Nice to see that people take the time to share very useful pieces of information. Internet is a Wonderful Domain

Nice to see that people take

Nice to see that people take the time to share very useful pieces of information. Internet is a Wonderful Domain

Thanks for all the Help. Very

Thanks for all the Help. Very useful

Thanks for the sharing.

Thanks for the sharing. Really helpful

This is very inspiring to

This is very inspiring to read. Nice tips, Thanks for sharing with us.

Thanks for sharing this.. It

Thanks for sharing this.. It was very interesting..Thanks..

I just came across your blog

I just came across your blog and I just wanted to say that I found it quite interesting. Jam packed full of great and worthwhile
information! I just wanted to say how much I enjoyed your blog! Thank you!

Thanks for this

Thanks for this

very nice site very well

very nice site very well done

Hey friends, I love your blog

Hey friends, I love your blog - i will try and keep up with it!! please keep more coming :)
I share to my friend by added your post into my social bookmarking
Hope people love your blog like me :D

Very useful, thank you

Very useful, thank you much!
I think this will help me out quite a bit.

I love the way your site is

I love the way your site is set up.. Good information.. THanks...

Usefull interesting

Usefull interesting information. Thanks.

Hey man. I love your

Hey man.
I love your blog.
Your blog is very useful.
Interesting information.
Thanks for sharing.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Scripture references will be linked automatically to an online Bible. E.g. John 3:16, Eph 2:8-9 (ESV).

More information about formatting options

CAPTCHA
This is just to prevent spam.
Copy the characters (respecting upper/lower case) from the image.