Jiew Meng

Web Developer, Computer Science Student

marichan7109 asked: I'm using you theme Comic, how can i activate the facebook and twitter icons? They appear in the css code, but not in the web design, thankx!

You can enable Twitter in the Appearance tab > Twitter name. I dont think I added Facebook, for some reason. Since you have knowledge of CSS, you can add Facebook support easily … just learn from the current code, search “twitter”.

On approx line 29

<meta name="text:Twitter name" content="" />

This adds a “Text Param” called “Twitter name” under your Appearance tab.

On approx line 922

{block:IfTwitterName}
<li><a href="http://twitter.com/{text:Twitter name}"><img src="http://static.tumblr.com/ikeq9mi/g8Wl4e9h1/twitter.png" />Twitter</a></li>
{/block:IfTwitterName}

This tells Tumblr:

  1. if Twitter name is filled, output the link
  2. {text:Twitter name} grabs the Twitter name

You will need to grab a facebook icon tho,

Hope it helps

ilovernb1 asked: Hi! I love your themes! Are to planning to make more? I'm using Last FM for my music and I don't know where to find the HTML code? Do you have any idea? Thanks!

I suppose LastFM will provide embeds? Then u can use Video posts and paste the embed code

3nding asked: Hi, I would like to thank you for the theme "Dreams", do you know that each post only shows the date when it was published? Have you updated the code so far? Bye

I am aware of that, if you want to show dates, in ~line 587 replace

{block:Date}<li class="date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonth} {ShortMonth    } {Year}</a></li>{/block:Date}

to

{block:Date}<li class="date"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{12Hour}:{Minutes} {CapitalAmPm} {DayOfMonth} {ShortMonth} {Year}</a></li>{/block:Date}

bideogame asked: Hey, im using your Comic theme, and i wanted to know how i can change the font color for the posts to white instead of grey? Also, is there a way to push everything closer to the right of the page?

Someone asked a similar question here with some odifications you can do the same. I dont really know what u are trying to acheive by bringing the everything to the right. but maybe try

/* untested code */
#container { margin-left: auto; margin-right: 60px; float: right }

somedayhappy asked: Hi. I like your Modern1 theme very much. However, I can get the disqus icon to appear on the page, even though I already add the shortname in the appearance tab. Your Comic themes let the disqus icon appear, but this does not seem to be the case in Modern1. Is there a secret code I need to add? Thank you.

No secret codes :) I just tried in a spare test blog, Sometimes, if the internet connection is no good, the JS may not load causing Disqus not to load too

Search

Loading

Likes

Following