A blog to host my tumblr themes.
Themes work best in Google Chrome. Newest Theme:Â Insouciant
Askbox Status: Closed Will be updated sporadically at best. Themes ¡ Pages ¡ Tutorials ¡ FAQ
So itâs been brought to my attention that some audio posts, ie: those with external sources such as Spotify and Soundcloud, arenât working on my themes. Thatâs because at some point, Tumblr updated their theme documentation so that there was separate code for these âembedded audioâ posts, which of course my themes donât have.
Anyways, itâs a bit of a process to fix, but I have zero intention of going through all my themes and updating their code so. Here is how to make it work with my themes.Â
Look in the code for {block:Audio}. Thereâs going to be a lot of code between it and {/block:Audio} and youâre going to have to wrestle a bit with it, Iâm sorry.
Anything between the {block:Caption} tags or {block:ifShowCaption} tags can be left untouched. The chunk of code directly before it is what youâre going to want to manipulate. This is what it looks like on Theme #24: New Generation
This is what it looks like on Theme #12: Swordland
Hopefully you get the gist. Put {block:AudioPlayer} directly in front of it, and {/block:AudioPlayer} directly after it. This makes it so that the code will only be rendered if the source of the audio post is directly from Tumblr.
Next, directly after the code you just added, put this code:
Change the -500 to whatever size posts youâre using, either 500, 400, or 250. This makes it so that on posts with external sources, itâll just use that player instead rather than trying to wrangle it into my nightmare code for audio posts.Â
After the edits, it should look like this (changes highlighted):
Anyways, apologies for the really long post, hope this was helpful. If you have any issues finding the chunk of code you need to edit, let me know.Â
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
You might  have noticed that audio posts with external sources, ie: Soundcloud or Spotify, havenât been rendering on my themes. This is due to an update in Tumblrâs code, and Iâll be posting a tutorial sometime tomorrow with the information on how to fix it.Â
Un-nest tumblr captions, a plugin by @magnusthemesâ & @neothmâ
A.K.A theme-makers coming together to save each otherâs days.
As we realised most of us had trouble with the parsing (or lack thereof,) of tumblrâs captions, we came up with a solution to âun-nestâ tumblrâs captions from their typical blockquotes pilling up inside one another, and therefore coded a light (1.7 KB) plugin able to separate them neatly into their own parts.
Custom accents for side info (see info post on theme preview for how to customize them)
This theme is a revamp of my Theme #06: Tsukiyo, and is the second of my remake burst (see the first here). Please leave the credit if you use this theme! Thanks, and feel free to ask any questions.
Toggle 1, 2, or 3 columns (depends on post size, see info post on theme preview for more details)
200px wide Sidebar Image
4 custom links + page links
Infinite Scroll
Show/hide captions
Show/hide tags
GUESS WHOâS BACK. ITâS ME. This theme is a revamp of my Theme  #04: Winter. Thereâs another revamp coming in a bit (for real, I swear), so keep your eyes out for that too!Â
As always, let me know if there are any glitches or other issues with the code; Iâll have my askbox open for a bit.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
Recently theme makers and users have had some trouble with the tumblr controls, and it looks like tumblr have changed the code - or are currently in the process of doing so.
This is why the tumblr controls work for some and not for others.Â
If your tumblr controls do not work correctly
Tumblr have changed the name of the class and deleted the id on the new code. So instead of working with the id:
The Tumblr blog that hosted the Infinite Scroll code for my Blog is gone, either Tumblr removed it or the blog is gone itself. Now the Infinite Scroll on my Blog is Broken. Tumblr iâm a dissappoint.
For anyone whose infinite scroll hack has broken, this is because codysherman.com is no longer active, and that is where the script was hosted.
Luckily, thanks to the WayBack machine, we can see that the script is still available on tumblrâs static servers!
To restore infinite scrolling (this worked on my blog) do the following:
Click âedit themeâ on your blogâs home page (or customize blog)
Click âedit HTMLâ, which you did to put the script on your blog in the first place.
Find the script code; itâll be âscript type=âtext/javascriptâ src=âhttp://codysherman.comâŚâ
That âcodyshermanâ URL is the one thatâs causing problems, since the website is down/blog was deleted. Tumblr still hosts the code, though, so just replace that entire URL, from âhttp://â to ââŚ/codeâ with this URL: http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js
Save everything, and voila! Donât change ANYTHING else, JUST replace the faulty URL.Â
To be on the safe side, if you have your own server, I recommend copy-pasting the code in that JS file and uploading it to your own server, then replace the URL with your own URL. That way even if something happens to that static URL, youâll be good to go!
Note: if you're on this blog in mobile, use your phone's browser instead of the tumblr app so you can actually access the links in the description and the other pages.
Askbox is still open, but make sure to read the FAQ first!
tumblr sucks at letting me know when i receive a message, so I promise I'm not ignoring you guys! I'll try to check my inbox as often as possible, so please be patient with me.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
Wow, it's been a while, hasn't it? Especially since I last made a banner theme. Please leave the credit if you use this theme! Thanks, and feel free to ask any questions.
tumblrâs all messed up again and this time itâs affecting on blogâs backgrounds. if your blog has a black background hereâs 3 ways to fix it
1. upload a background image. any image is good and fixes the problem. no theme code editing necessary
2. set your background on no-repeat. the only drawback is that if you want to use a background image after this it wonât be repeated. find a part from the theme code that says âbackground-repeat:repeat;" and change it to "background-repeat:no-repeat;â
3. replace the background url part with new coding. it works the best since you still can use a background image and have it repeated. just find this part from your theme code
Hey there, sorry for disappearing for the last few months.
Iâve been hearing that the new tumblr update has been messing with themes, but I havenât actually seen anything like that yet. Could you guys let me know if you find issues on any of my themes?
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
Oh oops it's already been like 3 months since I last released a theme. Um.Â
So since I'm really busy with school and everything right now, I decided that I may as well make an official announcement, since I haven't made a theme in a while and don't have any planned for the near future. My ask box will still be open, and I'll still reblog resources to my support blog, but I will not be releasing any new themes for a while.Â
The codes for my themes are now also available on freetexthost, since pastebin apparently doesn't work in some countries. Check the other links page to find the install links for all currently existing themes; all future themes will have the freetexthost link included on the theme post.