
THIS SHIRT IS AWESOME
(n.b. probably only theme makers will get this)
|
|
Anonymous Asked: hi i love your themes, but do you have a personal blog? C:
|
well, the blog that i update most now is unfilledcanvas, which is just tumblr where I post random bits of inspiration (landscapes, photography, architecture, design etc..) daily. *PLEASE DO NOT SEND THEME MESSAGES THERE*
Do you think I should upgrade my windows 7 laptop to windows 8? What are your thoughts?
I know this isn’t theme related, but just wondering..
EDIT: Thank you guys for the suggestions, they’ve really helped!

Update - April 2013
Hi everyone! I haven’t released a theme in what seems like forever (around 3 months or something..). I know I’ve been a little very inactive on Excolo for a while and I’m now going to officially announce that I will be going on hiatus until further notice. The main reasons for this are:
I am sorry for not being able to make Tumblr themes on a regular basis because I know how much you guys enjoy them and I really enjoy making themes for you too.
I will be answering questions still, and will be posting resources and whatnot here and there.
And to end, here’s a joke (Only theme makers/web designers will get this.. hahaha) —
“A web designer walked into a bar, but left immediately in disgust because he/she didn’t like the table layout”
|
|
Anonymous Asked: hi, sorry to bother you! i'm using your theme stupefy for my blog, and i love it, but not all of the posts are showing up, and it won't let me scroll down. only the first 10 posts are showing up. i don't know if i've accidentally done something to it or something?
|
change the number of posts to 15 in the customize page under ‘advanced’
RESOURCE ROUND-UP #3
jQuery (Tumblr) Photoset Grid (linked to here as well)
Koken (not tumblr related but for anyone planning on hosting a site or alike)
Lorem Pixel (I’m sure everyone is familiar with Lorem Ipsum, this is the image placeholder)
Coffitivity (my personal favourite - recreates a coffee shop vibe to help creativity)
CSS Beautifier
Imageloader.js
CSS Only Alternative to the Select Element
Custom Google Background (not theme related but I’m sure we have a lot of Google/Chrome users)
Wow this resource round-up is great. I’m definitely loving JS photoset grid and Koken!
that I probably won’t be answering any questions over the next week. There are a few reasons for this:
I am working on a new theme… but its slow progress. don’t except it soon.
thank you and have a nice day! c:
jQuery Photoset Grid makes Tumblr photosets resizeable (no more chopped off photosets), breaking the constraints of Tumblr’s own photoset script which can only be set to widths of 250px, 400px, 500px or 700px .
This plugin was originally used internally in Style Hatch’s premium Tumblr themes, but has now being released for free use by the folks at Style Hatch.
Using Photoset Grid: the Basics
HTML
The HTML is based on the photoset block, remember to include photosets within the posts block:
{block:Photoset} <div class="photoset" data-layout="{PhotosetLayout}" data-id="photoset{PostID}"> {block:Photos} <img src="{PhotoURL-500}" /> {/block:Photos} {block:Caption} {Caption} {/block:Caption} {/block:Photoset}Be sure to reference the jQuery library and Photoset Grid plugin in your HTML:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="http://static.tumblr.com/wgijwsy/jgemkyt9x/jquery.photoset-grid.min.js"></script>jQuery
At the most basic level, the jQuery plugin simply has to be called like so:
<script> $('.photoset').photosetGrid(); </script>By default, the plugin generates a responsive grid without space (gutter) between images.
Be sure to check out the theme documentation to further customize your photoset with options, a lightbox plugin, plus HTML for a Tumblr photoset that links each image.
OMG THANK YOU SO MUCH. THIS IS AMAZING c:
|
|
forgottenandunfinished Asked: There's a problem with the links on Quietus theme. If I click on Link 1, then click Link 2, the URL will look like this: (my URL)/tagged/tagged/hear, that's why the page says "Not Found." Clicking Link 3, the URL will look like this: (my URL)/tagged/tagged/tagged/stories. How can I fix this without clicking Home before proceeding to the next link? (That solves my problem but I don't want to do it every time I click my links.) Hoping for your response.
|
ok in the customization menu, make the url like this: /tagged/tries
notice the extra “/” at the start? YOU NEED THAT! everything should work now! :D