Luggruff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Whitespace problem with RSS….. how to on .htaccess?????
Forum: Plugins
In reply to: Date on posts vs. Date on pages??Thank you, but my theme don’t have a page.php..
Check: http://www.luggruff.com/feed/yboris.1.0.2.zip
I don’t get it.. /:
Forum: Fixing WordPress
In reply to: Quicktags.js, add a popup for buttons??ah, now it shows. still wondering about my origial question though
Forum: Fixing WordPress
In reply to: Headertext, only visible on hover?Got it all to work (just centered it and let it be like that.)..
Though the opacity don’t work in IE (when it’s only set to the text) ..don’t find any articles on the web that says it shouldn’t.. so is it wordpress that’s doing it?
Forum: Fixing WordPress
In reply to: Headertext, only visible on hover?..done this:
<a href="#"><div id="headerimage" align="right"><p class="headertextop">My Jeans are like the Ocean </div></a><!-- end id:headerimage -->#headerimage {
clear: both;
background: #000 url(img/misty.jpg) no-repeat 0 0;
margin: 10px;
color: #fff;
height: 200px;
}a:link #headerimage, a:visited #headerimage {
text-indent: -9999px;
}a:hover #headerimage, a:hover #headerimage {
margin: 10px;
color: #FFFFFF;
text-indent: 0px;
font-family: verdana;
font-size: 24px;
}.headertextop {
opacity:.40;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
}IT WORKS with the opacity.. only that when I set the DIV align to right, the text won’t respond to the text-indent-9999px =\
(yes, I’m adding a cursor:default to the whole thing.. of course xD)
Forum: Fixing WordPress
In reply to: Headertext, only visible on hover?OH i forgot, the PROBLEM is i’m using OPACITY, and I don’t want the whole div to be affected, just the text within it!! 😛
Forum: Fixing WordPress
In reply to: Headertext, only visible on hover?I mean like in real text. Not a tooltip =\
Like the text-indent: -9999px for when it’s not hovered.. or something.
Forum: Fixing WordPress
In reply to: Headertext, only visible on hover?Does,
onMouseOver="this.className='name_of_class'" onMouseOut="this.className='name_of_class'"
..work in all browsers?That would be convenient.. even though I’d like to know how to with A parametres
Forum: Fixing WordPress
In reply to: Browse/show per WEEK?..and then I’d like to be able to add weeknumber to a post, that is linked to display all the posts from that week.
Forum: Fixing WordPress
In reply to: Quicktags.js, add a popup for buttons??Hmm, I tried adding a simple button:
edButtons[edButtons.length] = new edButton('ed_capdrop' ,'CapDrop' ,'<p id="fp">' ,'</p>' ,'c' );..but it doesn’t show. Is there another file I have to edit too to show it?? (i’m not using the WYSIWYG editor!)
Forum: Fixing WordPress
In reply to: Exlude Link styling from linked pictures??that doesn’t work.. and that’s what I allready wrote that I’ve done.
ahh yeah, one more detail, for you that may wonder (Of course I won’t let you search YOUR ass of when I can just tell you straight away!! –> to add more categories to the exlude, just seperate by comma.. like such: 61, 55, 2, 45 ..and so on!)
Ha, SOLVED!! (that was quick for a newbie like myself!!)
I just wrote
&exclude=61instead ofsort_column=name&exclude=61(oh forgot.. for you other newbies like me.. 61 is the ID of the category! if you don’t know the id, just hover the EDIT button in the [Manage] -> [Pages] page for the category you want to know the ID of, and it will show at the end of the URL in you browser statusbar!!)
Forum: Fixing WordPress
In reply to: Exlude Link styling from linked pictures??..ok, not solved at all.. as the .entry class cannot have styled links, without the images insite the .entry being affected. GAH!!
Forum: Fixing WordPress
In reply to: Exlude Link styling from linked pictures??Solved. I just removed the general link codes and defined one for every class except for IMG.