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,
use this one instead of the tumblr one :)
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,
use this one instead of the tumblr one :)
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}
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;}
hmm,that’s weird- i think i fixed that problem ages ago in the coding, the most updated version of that is this code
let me know if this doesn’t fix the problem so I can look deeper into the code
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 :)
ooh, i know what you mean, go on pastebin where the theme is hosted, i fixed the code! :)