r u matching w someone ?
NO I WISH THO
seen from United Kingdom
seen from United States

seen from Netherlands

seen from Belarus

seen from United States

seen from Spain

seen from Germany
seen from United States
seen from TĂźrkiye
seen from United States

seen from Netherlands
seen from United States
seen from Romania
seen from Ukraine
seen from Germany
seen from Spain

seen from TĂźrkiye
seen from Croatia

seen from United States
seen from Brazil
r u matching w someone ?
NO I WISH THO
RUBYYYY. and pink teehee
Ruby - you are such a gem, you deserve so much better <3
Pink - biting you biting you biting you biting you licking you biting you biting you
Excuse me, bit of a novice question, but how exactly do you apply a network theme to s blog? And how to you edit it and add pictures? I've got an rp blog and I've been meaning to use one of your network themes for a muselist
hi there! i'm sorry this is so late. this is how you do it:
where to add the code
you'll need to create a new page, then change the type of the page from Standard Layout to Custom Layout
now the page will accept html, css, and javascript like the main page, you just paste the code from the network theme
how to customize
to edit texts and links, itâs just change the html code. youâll need a bit of knowledge with html and css to locate the tags and stuff, but if you donât thatâs ok too, just see how it looks on the page and look for text or images on the code to know whereâs everything
to add pictures, you'll need to host them somewhere and paste the link there. the options i know are:
tumblrâs assets:Â
go to Edit HTML > Settings Icon > Theme Assets
then at the bottom of the page will open the theme assets with an important note you should keep in mind. then click on add a file to upload the images. after that, you can select a part of the code above and click INSERT
tumblrâs draft:
create a photoset and add the images you want, donât worry if they look weird because itâs not the right size
then post as a draft. right click on the image you want and open on a new tab, now youâll just copy the url and paste on the code. the final with .pnj thatâs tumblr converting stuff, just like they do with gifs, donât worry about that too
imgur website:
make a new account if you want to have control of the images you have, then go to new post
upload the image and after the upload, right click on the image you want and open on a new tab, now youâll just copy the url and paste on the code. pay attention to the extension at the end of the link, .jpg or .png, etc
thatâs how i used to do, but mainly with tumblrâs assets and draft. anything you need about my themes you can ask me and i will help you <3
hi! I'm currently using your latest theme - someday and I'm wondering how can I change the image in the image window and the image in the nav window? I've noticed you have a note of where to change the image in the "someday explore page" script but I can't find that note anywhere in the "someday theme" script :(
and also, how can I change the gradient color?
sorry, I'm new to this whole Tumblr theme things and tried my best figuring things out on my own :/
love your theme though! I really appreciate all of the notes that you left on the script, really helped me out :)! and I love how aesthetic it is, you did a really great job designing this theme !
Hii! All of those things can be done from the customization bar without needing to go into the script!!
Add the images and things here. To edit all of the links in the navigation box look at this tutorial :-)
hi! i really like your pretty in pink theme, and i was wondering how you added the render option on the side? i haven't been able to find any tutorials for something like that for some reason.
im assuming youâre asking how to add renders to any theme?
the quick way is to add this is to pasteÂ
<img src="image url here" style="right:-1px; bottom:-1px;position:fixed;">
before </body> (retype the quotemarks)
so for example:
<img src="https://64.media.tumblr.com/60d1e1b996eb832aa461b09b052c8e6c/3ddd24afa63377d6-ef/s128x128u_c1/6486b01b0382a27399567919193a9421a03984d3.pnj" style="right:-1px; bottom:-1px;position:fixed;">
if you want the image on the left side, change ârightâ to âleftâ
Harry Potter x Taylor Swift
Hiya everyone !
I've been thinking about writing HP short fic based on Taylor Swift lyrics
So if you're feeling it, send me a song + a ship and I'll do my best :)
Is there any way to turn off the photoset resizing?
replace the stuff between
{block:Photo}....{/block:Photo} & {block:Photoset}....{block:Photoset}
with this
{block:Photo} Â Â {LinkOpenTag}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Photoset} Â Â {Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
and delete this
$(document).ready(function(){ Â $('.photo-slideshow').pxuPhotoset({ Â Â Â lightbox: true, Â Â Â rounded: false, Â Â Â gutter: '{select:Gutter Size}px', Â Â Â borderRadius: '0px', Â Â Â photoset: '.photo-slideshow', Â Â Â photoWrap: '.photo-data', Â Â Â photo: '.pxu-photo' Â });});