tumblr-themes

Customizing Tumblr's Mobile Theme

扶醉桌前 提交于 2019-12-22 06:56:35
问题 I was hoping to make my Tumblr blog more mobile friendly and I would like to use a mobile theme alongside my desktop theme. I see that I can use the default mobile theme for mobile devices, but is there a way for me to customize the mobile theme, but still keep my regular theme for desktops? 回答1: Just answering for people who find this while searching. I do not want them to be mislead by the comments on the question. Not happy about it. Until now, it is possible to have separate theme for

change default tumblr like and reblog button

偶尔善良 提交于 2019-12-12 01:25:30
问题 Is it possible to change the tumblr default like/reblog buttons and insert an img? I'm trying to change my like button to http://38.media.tumblr.com/tumblr_m7wvvwuZdH1r17mw1.png (excuse the link. I can't post images yet because of reputation/I'm a newbie.) . here is what my like/reblog button code looks like <div id="buttons"> <div class="buttoned">{LikeButton size="14" color="black"}</div> <div class="buttoned">{ReblogButton size="14" color="black"}</div> and /* BUTTONS */ #buttons { width:

Styling tumblr reblog comments

空扰寡人 提交于 2019-12-08 09:23:53
问题 I've looked everywhere for this, with no luck! I hope you guys can help me with this :) I'm making a custom tumblr theme, but one thing that I don't like it the tabular way tumblr displays its post comments. What I mean is specifically this: In the code for the tumblr theme, there isn't really a specific call to the rendering of these comments, most of the time it's just part of the post body, the picture caption, etc. I know that the strings are rendered as block quotes, so by creating

“Unnesting” Nested Blockquotes Using jQuery (to fit tumblr's September 2015 update)

泪湿孤枕 提交于 2019-12-02 06:19:32
问题 I'm working on a new tumblr theme for a very reblog-heavy blog. Per tumblr's latest update to the comment-chains, some posts get very lengthy. While it looks fine on my dashboard, it wrecks havoc on my blog because of the nested blockquotes. I'd like to mimic how the comments look on my dashboard, without the user's icons and such, and with an alternating colour to help differentiate commentators. (Bonus if I can remove "blank" comments, but I can deal with that later.) I've done some

“Unnesting” Nested Blockquotes Using jQuery (to fit tumblr's September 2015 update)

谁说我不能喝 提交于 2019-12-02 01:34:32
I'm working on a new tumblr theme for a very reblog-heavy blog. Per tumblr's latest update to the comment-chains, some posts get very lengthy. While it looks fine on my dashboard, it wrecks havoc on my blog because of the nested blockquotes. I'd like to mimic how the comments look on my dashboard, without the user's icons and such, and with an alternating colour to help differentiate commentators. (Bonus if I can remove "blank" comments, but I can deal with that later.) I've done some searching, but can only find how to get the alternating colours. I did see one post that broke down the

No Authentication Pop up with Tumblr Like <a> link

痴心易碎 提交于 2019-12-01 12:07:34
问题 As of now I am building out a custom Tumblr page which is basically aggregating post content into 1 page. Problem is, we can't use the Tumblr tags for the Like, we have successfully gotten the Reblog to work, but when ever I try and use an hrefed to this pattern, 'http://www.tumblr.com/like/'+oath+'?id='+id' and /unlike/ for unliking the post. I can't get anything but an access denied page to come up.. Shouldn't I at least be seeing an authentication pop-up of some kind? Not sure what else to