© BAUDELAIRED
Diana. 19. Animation major & computer science minor. This is my theme blog. Please read the FAQ and look through the tags before asking questions :)
→ CLICK HERE TO SAY THANKS←

rejord inquired:
The tweaks I made weren't the problem (I think). On my test theme blog, 'swagburgers,' I reinstalled the theme and toggled the "show notes on post" to on, and there is still the hyperlink problem!

ok, i just looked at the code for the theme, and it’s working fine. I really do suggest that you reinstall the the theme again, 

http://pastebin.com/wtia3WBw

use this one instead of the tumblr one :)

graphicsaddict inquired:
I'm using your second theme, Little Blue, and for some reason, on my "about me" and "credits" pages, some of my text and pictures were turned into links that linked back to their respective pages. Did I do screw something up? D:

hmm, really? that’s odd :P 

hold on, try looking for this code

<div id=”tags”><div id=”tags a”>{block:ifshownotes}<a href=”{Permalink}”>{NoteCount} notes.<br><br>{/block:ifshownotes}{block:HasTags}<b>tagged:</b>{block:Tags}<br> #<a href=”/tagged/{Tag}”>{Tag}</a>{/block:Tags}{/block:HasTags}

and replacing it with this one 

<div id=”tags”><div id=”tags a”>{block:ifshownotes}<a href=”{Permalink}”>{NoteCount} notes.<br><br>{/block:ifshownotes}{block:HasTags}<b>tagged:</b>{block:Tags}<br> #<a href=”/tagged/{Tag}”>{Tag}</a>{/block:Tags}{/block:HasTags}

merlras inquired:
Hello, I have a question about Theme #2. How can I make it so that my tags do not dissapear until the post is hovered over? I would like them to be perminant. Hope this makes sense, sorry x

sure! look for this code, and where it says opacity:0; change it to 3 :D

#tags {font:9px Georgia; text-align: left;color:#1F4563; margin-left:519px; position:absolute; opacity:0; -webkit-transition-duration: 0.8s; width:155px ; -moz-border-radius:0px; -webkit-border-radius:4px; z-index:4;} #tags a {font-weight:normal;}

ziver-archive inquired:
I'm currently using theme #2, and if I have a post with just words on it, the words show up as a link, and are the color of my links instead of text color. Do you know how to fix that? And also, do you have the wood background you used for that preview? I'd love to use it! :)

hmm,that’s weird- i think i fixed that problem ages ago in the coding, the most updated version of that is this code 

http://pastebin.com/wtia3WBw

let me know if this doesn’t fix the problem so I can look deeper into the code 

7th-seas inquired:
ooh thank you so much for the information,and how i delete the tags too,if that ask no bother you

to delete the tags look for this code and also delete it 

<div id="tags"><div id="tags a"><a href="{Permalink}">{NoteCount}
 notes.<br><br>{block:HasTags}<b>tagged:</b>{block:Tags}<br> 
#<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>

and of course not :)

7th-seas inquired:
theme #2,and all the captions on the posts

oh ok, look for this code

{block:Caption}{Caption}{/block:Caption}

and delete all of them :)

 

zoesugged inquired:
Hello, I'm using your theme #2, and I was wondering why on all my custom pages, the first lines are always linked back to that page? For example on my questions page, the first part links back to itself? I've tried unlinking everything on it, but it doesn't work :/

ooh, i know what you mean, go on pastebin where the theme is hosted, i fixed the code! :)