Welcome to tumblrtutoriial! a place where we share our resources, tutorials and themes! this blog was created by jess on july 2nd, 2011. feel free to ask us a question if you don't understand something! please also read our faq before asking us (:
Hiii, I was wondering how did the your tabs on your theme, like when I click on tutorials, it doesn't refresh the page but it goes to the tutorial page. I just find that so cool hahaha :D
asked by

false i-frame tutorial, I will teach later :)

- Claire

Posted with 0 notes · Reblog?
Hello! I have a question about how to change my sidebar background. I saw that you already explained how to do it but it doesn't seem it work for me. I copied your steps but after when I inserted the url, it turned green and it wouldn't display. Could you please help? thank you
asked by

In your sidebar’s css code, which is located in the style tag. For example your sidebar code is like:

#sidebar{

etcetcblablabla

}

add background: #fff url(‘BACKGROUNDIMAGEURL’); between the curly brackets. Like:

#sidebar{

etcetcblablabla

background: #fff url('BACKGROUNDIMAGEURL’);

}

You can also change the color of the background color if you’re not using an image. If you’re not using the background image, delete the backgroundimageurl thingy, the quotation marks aren’t necessary so it’s okay if you wanna delete or not, tumblr isn’t case sensitive.

To change the background color, it’s using html color codes, you can go to colorpicker.com and use the colorpicker and get the code and paste it USING THE HASHTAG, dat hashtag is important and so #colorcode okay? okay. ._.

// Claire

Posted with 2 notes · Reblog?
I don't have an anon button on my ask box. Do you know how to add it?
asked by

Go to  settings (the gear image on the top right corner of your dashboard, or click here). Click on your blog title, and then look for the “Ask” section, and check “answer Anonymous questions’.  For a bigger image, click here

image

If you have any additional questions, feel free to ask us :)

- Pearl

Posted with 1 notes · Reblog?
Hmm... What is Tumblr exactly?
asked by

Tumblr is a blog :) for cool kids bc sweg hahahaha well Tumblr is for awesome people ;)

// Claire

Posted with 1 notes · Reblog?
I'd use your search function--but you can't use it. I asked a question a while back, about how to eliminate a scrolling bar on the side of the page--but not in the actual tumblr page itself (IE: it fits to the page, but you can scroll a post, but not scroll a page) did you ever answer that question on how to actually do that? I couldn't figure out how to eliminate the sidebar on the browser and your tutorials don't discuss how to disable the sidebar.
asked by

How to put a seperate scrollbar for your posts it’s in the tutorials, if it doens’t work, just make your <div id=“posts”> or anything before the {block:POsts}, go to that div, and type:

overflow: scroll;

height: 600px;

And make sure don’t make it 2 columns or more it doesn’t look good okay

// Claire

Posted with 2 notes · Reblog?
hi :) i'm planning to start a theme page, i know all of the things about making theme but i dont know how to add more meta tags :c could you please teach me? :(
asked by

How to use meta tags,

Meta tags means you use to customize them

They look like this:

image

Let’s see the id of the meta tags

- image

This tag will let the user upload an image whether it be a background image or a sidebar image.

- color

This will let the user change the colour of something, whether it be the colour of the text, or the background.

- text

This will let the user add text, this is particularly useful when you want the user to be able to add custom links.

- font

This will let the user change the font of a particular area, whether it be the header or main text.

- if

This tag allows users to decide whether they want certain things on their theme, whether they want endless scrolling or not? Like a checkbox

You’ll need to decide which meta tags to use:

image

This is the code, so you can change the id, and the name and the default content:

<meta name="color:header" content="#888888"/>

Since the tag doesn’t need to be closed, add a / before the closing angle bracket.

The above alone does not make the tags work, you need to incorporate them in to the actual theme, like below…

image

or..

image

Update and save, and click back and click save again and reload the page, the tags should come out after that :)

You’ll notice the layout as {id:name}, the name needs to correspond with the meta tag name you first use.

Voila, your users can now easily customize your themes!

THIS TUTORIAL CREDIT IS TO HOWTOMAKEASIMPLETHEME.TUMBLR.COM I ONLY EDITED A LITTLE KAY?

// Claire

Posted with 7 notes · Reblog?
For some reason the enrgy saving thing wont wrok on my blog... I put it above head like it says... Can I see it myself or can only others see it and is that why?
asked by

Maybe you have to wait for a while :$

Posted with 0 notes · Reblog?
where should i paste the graphic code if i want the graphic to be seen at the lower right of my blog..?
asked by

You can paste the graphic code anywhere thats the magic of html, but yeah, you need to style it: #graphic{ right: 3px; Bottom: 3px; position: fixed; /* change dis to absolute if u dont want it floating */ } And put it under

image
And please retype quotation marks :# // Claire
Posted with 2 notes · Reblog?
hi, i was just trying to change the html of my theme well as you can see this theme it doesn't have the sidebar image so i googled the steps but i can't find the info tab above the description, i wish if you could help me
asked by

Either look for the contents of the sidebar in the custom html so you can see the sidebar and just go on the very top and before it says sidebar, go on the bottom and (before all the text kay?) and paste an image there :3

//Claire

Posted with 0 notes · Reblog?
How do i change the tab icon? LIke yours is a burger
asked by

It’s a favicon, put this under <head>

<link rel="shortcut icon" href="{Favicon}">

And now change the {Favicon} include the curly brackets okay? Replace them with the favicon image url, you can see favicons here

// Claire

Posted with 2 notes · Reblog?
okay so I need your help. I have a popup faq and ask and i have a scrollbar but I only want a scrollbar for the faq not both if you get what I mean? thankyou! xx
asked by

Okay, first, make a div of anything you want. Like <div id=“scrollbar”>, or any div name you want to put, let’s just put this after <div class=“popup_block”>

<div id="scroller">

And also put this before the closing of the popup thingy like after the faqs and the ask, and after going to close it, you have a </div>, so before that, put this:

</div>

And now, go to your css (I mean the style part), and paste this code between <style type=“text/css”> and </style>:

#scroller{
overflow: scroll;
height: 300px; /** You can change this into how tall it would be then you must scroll down after that **/
width: 400px; /** Same as above, but how wide you want it to be **/
}

// Claire

Kisses *_*

Posted with 1 notes · Reblog?

These are some questions from the ‘Want something’ Post, we only answered some because most of them.. I have to say.. Is in the tutorials sadly.

Posted with 5 notes · Reblog?