simplicity goes wrong
ロンリーガールがローリン廻る。。
index archive message link link link link link link
rawrbuns :: Hi! i have a question, in your theme #3 (simplicity goes wrong) how do i put a backgroung i mean the image background on the left side :) thank you :3

hello~! please refer to here :) just change the main one to maoppai okay? /o/ your welcome!

1 year ago && 0 notes
chanyolou :: How big is the sidebar header?

in the theme it set itself to 250px no matter how big /small your image originally be.

1 year ago && 0 notes
growmite :: Hi. I have a small problem with your theme - there's a dobule 'previous page' button (one of them is working, but a second one doesn't). Could you fix that?

hello welp, i forgot that i cut that one out T__T i was checking the pagination whether it’s working or not.

you only just have to cut this one out  <a herf=”ss”>previous</a> (ctrl+f it under html  :D)

1 year ago && 0 notes
dream-ing-girl :: hi! how do i get my theme to show the tags? none of the methods i googled work for me, they end up showing JUST the tags and not the posts... :c

hello. for that, you have to add manual. ctrl+f <div class=”perma”>

and then just add this code before </div>

<br> {block:HasTags}tagged {block:Tags}#<a href=”{TagURL}”>{Tag}</a> {/block:Tags}{/block:HasTags}</a>

and you’re done :D

1 year ago && 2 notes
homodere :: How would you create a link to an "About" page~? OAO;;

under customize, scroll down, till you found page section, click on it and there’s a link named ‘create page’ and there you go :D

1 year ago && 0 notes
minarichu :: i'm um a noob, and i'm having problems with the changing of the link thingies, would it be possible to get a tutorial? thanks in advance. ;w;

what do you mean? have you change it under appearance? (scroll down until you found this one shown image below)

1 year ago && 0 notes
m-ermaidflowers :: How do you change the colour of the box at the bottom where you put in your description? Underneath the navigation? I would like to make it white instead of black but i dont know how to .

it’s under post bg :) just go undercustomization and find post bg and change color from there :D

1 year ago && 0 notes
homodere :: How do you change the picture above all the navigation links? o: The one that has Miku crying o0o;;

you have to go the appearance and scroll down where you found sidebar option. just upload from there and the picture will be change according to your preference :)

1 year ago && 0 notes
ichieego :: hello! I wanna ask on how to put a random image on the background? just like the one in your main blog. O__O Thanks

hello :D my main blog is not random image btw lol :D but as long that your image is within 250px, then you can put this  under <div id=”right”> <center>

<script language=”JavaScript”>

<!—

/*

Random Image Script- By JavaScript Kit (http://www.javascriptkit.com

Over 400+ free JavaScripts here!

Keep this notice intact please

*/

function random_imglink(){

var myimages=new Array()

//specify random images below. You can have as many as you wish

myimages[0] = ‘http://media.tumblr.com/tumblr_ls70v5liDH1qbv92l.jpg’

myimages[1] = ‘yourimage.jpg’

myimages[2] = ‘yourimage.jpg

myimages[3] = ‘yourimage.jpg

myimages[4] = ‘yourimage.jpg

myimages[5] = ‘yourimage.jpg

myimages[6] = ‘yourimage.jpg

var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)

ry=1

document.write(‘<img src=”’+myimages[ry]+’” border=0>’)

}

random_imglink()

//—>

</script>

1 year ago && 2 notes
KAMIKUKISAMA