Advertisement
Jayn

Flicker Theme Instructions

Oct 2nd, 2014
1,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. EDIT THE MUSIC PLAYER
  2. ----------------------
  3. I recommend using the billy music player ( www.sheepproductions.com/billy/ ). Upload your music and get the code. Search for 'YOUR CODE HERE' in the theme's code and paste the music player code there.
  4.  
  5. EDIT THE MUSIC PLAYLIST
  6. -----------------------
  7.  
  8. Find <div id="playlist-wrap"> in your code.
  9.  
  10. If you have more than one song, I wrote in three more. Simple replace 'track 02' with the name of the song and 'artist' with whoever it's by and so on.
  11.  
  12. If you want to delete a track - such as track .04, delete this whole chunk:
  13.  
  14. "{block:ifPumpkinBulletPoints}<img src="http://2.bp.blogspot.com/-ueoX7B7fELs/Uk89UWark0I/AAAAAAAAJRw/547I7r46kP4/s1600/tumblr_mc4bifjc2T1qdlkyg.gif" />{/block:ifPumpkinBulletPoints}
  15.  
  16. {block:ifNotPumpkinBulletPoints}<strong>o4.</strong>{/block:ifNotPumpkinBulletPoints} track 04 - <i>artist</i> <br>"
  17.  
  18. the 'ifpumpkinbulletpoints' block is telling the playlist that if you have that option enabled, replace the number with the cute pumpkin gif. vice-versa for the 'ifnotpumpkinbullet' block. Therefor, when you copy and paste or delete a track, you have to copy both blocks before the track.
  19.  
  20. Each track has a '<br>' tag after so that'll help you see where one begins and ends.
  21.  
  22. So, if you wanted a 'track .05' copy this ( after track 4's <br> tag:
  23.  
  24. "{block:ifPumpkinBulletPoints}<img src="http://2.bp.blogspot.com/-ueoX7B7fELs/Uk89UWark0I/AAAAAAAAJRw/547I7r46kP4/s1600/tumblr_mc4bifjc2T1qdlkyg.gif" />{/block:ifPumpkinBulletPoints}
  25.  
  26. {block:ifNotPumpkinBulletPoints}<strong>o4.</strong>{/block:ifNotPumpkinBulletPoints} track 04 - <i>artist</i> <br>"
  27.  
  28. and change o4, track 04 and artist accordingly.
  29.  
  30. CHANGE THE 'ONCE UPON A TIME'
  31. ----------------------------
  32.  
  33. Under 'theme options' find the one that says 'quote' and edit there!
  34.  
  35.  
  36. ANY QUESTIONS?
  37. ------------------------
  38.  
  39. Contact littlejayneycakes.tumblr.com :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement