i can't open pastebin, it can't be used in my country, so is there another way that i can get the codes?
don’t think so, sorry

No title available

❣ Chile in a Photography ❣
trying on a metaphor

blake kathryn

titsay
Keni
TVSTRANGERTHINGS

tannertan36
Misplaced Lens Cap

Kiana Khansmith
Sweet Seals For You, Always

Discoholic 🪩

Love Begins
DEAR READER
todays bird
YOU ARE THE REASON
Stranger Things

PR's Tumblrdome
Three Goblin Art

@theartofmadeline
seen from United States
seen from United States
seen from Argentina
seen from Portugal
seen from Ireland
seen from United States
seen from United States
seen from United States

seen from United Kingdom

seen from United States
seen from United States
seen from Japan
seen from United States
seen from Australia

seen from Puerto Rico
seen from United States
seen from Singapore

seen from United States

seen from United States
seen from Malaysia
@work-it-out-themes
i can't open pastebin, it can't be used in my country, so is there another way that i can get the codes?
don’t think so, sorry
i just wanted to say this theme is amazing<3333
thank you!
I've had the same problem as that last anon. It happens when you use Firefox for some reason. I think it has to do with the knew update. If they open another browser, like chrome or enternet explorer than it should work. Just an FYI so you know.
oh, I didn't know.. that's weird and unfortunately I can't do anything to fix it :/
Hey, I tried to use the Future theme but when I pasted it into my HTML bit my blog just comes up kind blank but full of numbers and the occasional picture... Sorry I'm really bad at technology stuff, help?
you probably didn't paste the whole code, check my faq HERE on "How do I install one of your themes?" an follow the steps
for your christmas theme 3, is there a way to move the sidebar to the left? thanks :)
yes, go to Cutomize > Edit HTML and on line 509, inside the .sidebar{ .. }
you'll find:
margin-left:560px;
change the 560 to a smaller value to move the sidebar to the left, but remember it can only go to 530 before it starts getting under the posts
I'm using your christmas theme (#2 i think?) is there any way to fix the permalink? it's doing a weird thing if the tags are more than a few words long and it doesn't look nice, thanks!
This makes the tags appear on the next row in the permalink, so they don’t overlap with the notes/via/source anymore:
Go to Customize -> Edit HTML. Go to line 367 where you’ll find .tags{
replace the everything between the lines 367 and 379 with:
.tags{color:{color:tags};text-align:left;float:left;background:{color:permalink bg};padding:3px;width:505px;margin-top:0px;font-size:7.5pt;font-family:Calibri;margin-left:-5px;}
Update preview and save :)
Just to tell you thank you because I am using one of your christmas theme and I am absolutely giddy with excitement! great work!
thank you for using, glad you liked it!
Hi! I'm using your second Christmas themes and I just wanted to tell you that it's beautiful! You're so talented, wow I'm just so in awe of all your themes <3
Thank you so much!!
hello! i just wanted to let you know that i had the same problem as the other anon: i'm using your theme #1, and the wreath under the sidebar picture was appearing as a really weird drawing of a chipmunk or something????? but i changed the link on line 601 and it's back to normal now! thanks :)
oh wow that's really weird.. I'll try to update the pastebin code with the new image link so this doesn't happen anymore
thank you for letting me know and sorry for the inconvenience!
I love your Christmas themes!
Thank you!!
Hi there! I'm using your Christmas Theme 1, and for some reason, the holly under the sidebar picture is appearing as something else?
That's really weird, it looks fine for me..
Maybe try changing the link in the code :
Go to Customize>edit HTML, on line 601 modify the
http://i48.tinypic.com/2r3h2cw.png
with
http://static.tumblr.com/ent6nfp/zhKneu12h/holy.png
Hey I'm using your Misguided ghosts theme and I would really like to have a reblog&like button next to my posts. Could you help with that? :3 and if you it's possible maybe one like that isn't there until you guide your mouse over it? (or a small one down where the tags and all are)
Go ro Customize > Edit HTML. Go to line 629 (this is the line: {block:Date} {TimeAgo} {/block:Date} {block:NoteCount} | {NoteCountWithLabel} {/block:NoteCount})
now delete that and add this instead:
{block:Date} {TimeAgo} {/block:Date} {block:NoteCount} | {NoteCountWithLabel} {/block:NoteCount} |
{LikeButton size=”15”}
{ReblogButton size=”15”}
Update and save. It will look like this:
IMPORTANT: in the edit HTML page, after you paste, delete all the quotation marks " " from this code I gave you and replace them manually or it won't work
Manually would be nice. I'm using the misguided ghost theme btw. :)
Ok, go to Customize -> edit HTML. press Ctrl+F (or settings button > Find and replace) and in the "Search for" box write alwaysforever and in the "Replace with" box write journal and then click on "All". Update preview and save. that's it, tell me if you have problems :)
hey so I wanted to ask for help. I'm using a theme of yours and suddenly it changed some fonts, also the fonts of the headings of each post and I really don't know how to change that back to the old font.
hey, yeah I know.. it’s a tumblr problem that affects custom fonts on a lot of themes right now. It happens because of a conflict between the font name and the file name. I tried fixing it for some themes but I can’t make it work on all of them for some reason.. still I’ll try my best to update the codes and fix whatever I can.
I’ll write on my themes blog when I finish fixing the codes and you can use the new code, or if you wanna do this manually you can tell me and I’ll explain how
Hi! I'm using your theme 'Misguided Ghosts' and I have to say I absolutely love it, I especially love the color scheme, thank you for making such a wonderful theme! xx
Thank you so much! Glad to hear that :)
Hi! I'm using your misguided ghosts theme, and I've noticed since Google Chrome updated, I cant see my third and fourth link when I view my blog. I just thought I should let you know :)
Hello! Well that problem is just because the page doesn't fit your screen. If I look at it, it looks fine because my screen resolution is small:
If you want to fix it for your screen resolution, you can modify the code so the sidebar is higher. go to Edit HTML and find .title{ - around line 280
there you should find margin-top:40px; and instead of 40 write 0. You should now see the links :)
The Light Behind Your Eyes theme. When I change background-colour to background and put in the url it just becomes white? There is no background???
Thi is something people often forget about when the change that line in the code, the semicolon ; at the end of the line. it doesn't work without it.
If that's not the case um maybe come off anon so I can look at your source code and see if something's wrong maybe?