Keely
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Matt’s Asides with other Loop HacksYour code suggestion worked perfectly. Thanks much. 🙂
Forum: Fixing WordPress
In reply to: How to Matt’s Asides with other Loop Hacksoops, that was me, sorry.
Forum: Fixing WordPress
In reply to: Header Image in Vesuvius Templateto clarify (in case someone else has prob some day) .. changed h1 to
h1 {
margin: 0;
padding: 20px;
text-align: left;
}
and added the 126px height to #headerForum: Fixing WordPress
In reply to: Header Image in Vesuvius Templatechanged
#mastheadto#headerand
h1 {to
margin: 0;
padding: 20px;
display:none;
}text-align: left;and no blog title plus image is clickable now.
Seems perfect. 🙂Forum: Fixing WordPress
In reply to: Header Image in Vesuvius Templatedisplay: none;makes the header image not clickable (both FF and IE)
other parts I did from tutorial, was Header tutorial #4 (seen in Masthead div). Other changes I made to default Ves template was coloring changes/font weights, etc. Biggest change was#outer_rap {
width: 82%;
Maybe that was wrong, but improved display on IE and FF nicely.Forum: Fixing WordPress
In reply to: Header Image in Vesuvius Templatewooohoo! worked perfectly, Podz, thanks. Seems so obvious in hindsight.
Forum: Fixing WordPress
In reply to: Header Image in Vesuvius Templategrrr, I’m an idiot. Gave wrong clicky to look at experiment.
http://www.sportfolio.sportsintel.net/indexv.php
I can alter the index, but I thought for nav reasons, that wasn’t as good a solution?Forum: Themes and Templates
In reply to: How To Experiment w/ 2nd Template?Thanks! Both answers very helpful. 🙂