Root
Forum Replies Created
-
there is a fancy function for calling j query in wp so its not duplicated
u need to google a bitForum: Themes and Templates
In reply to: Title and Custom Headerlocate the css selector
then do {display: none;}Forum: Themes and Templates
In reply to: How can I make my title bigger (and time and date smaller)?see its working fine
let me help you
if u right click you can view the source in yr browser
from there u can see what the css selector is
often u need to do a hard refresh for css changes to show in yr browser
rome was not built in a day my friendForum: Themes and Templates
In reply to: How can I make my title bigger (and time and date smaller)?its ok
yr in newbie hell but it does get better
right down the bottom of yr css add thish2 a {font-size: 2em}
if it works adjust from there
Forum: Themes and Templates
In reply to: How can I make my title bigger (and time and date smaller)?a quick pointer
no need to paste yr css here
we got tools to see it anywayForum: Themes and Templates
In reply to: How can I make my title bigger (and time and date smaller)?heck
let me lookForum: Themes and Templates
In reply to: Page order question and generic themeLook in yr admin and spend time seeing what does what. You can create a static page and optionally if u wish set that as yr home page. Check all yr settings.
You don’t need any fancy software. Site graphics are normally called by yr style.css file.
Forum: Themes and Templates
In reply to: How can I make my title bigger (and time and date smaller)?look in yr style.css
Forum: Themes and Templates
In reply to: UL Menu with ChildrenIts always considerate to post a pic but a link to the offending site allows helpers to see the code and the css……….
Forum: Themes and Templates
In reply to: First time adding images and tweaking a themeThe word Travel Blog is being set in yr General settings in admin
Forum: Fixing WordPress
In reply to: Posts have disappeared on my blogoh my goodness
you are using a theme and presumably a version of wp that is years old…….why not use the latest version and start again ?log in using yr URL/wp-admin
then select another theme while u troubleshoot
Forum: Themes and Templates
In reply to: Template Color ProblemsGetting anything to behave consistently in IE is never easy.
Tentwenty doesnt have it I think but Dean Edwards IE script is really powerful:
http://dean.edwards.name/IE7/Forum: Themes and Templates
In reply to: Problem dealing with home & index templateshmmmmmmmmmmmmm
I am not sure about this at all,
its worth looking in the template hierarchy in the codex………its a wonderful creation but rarely understood………using home.php in the way you describe is conflicting with that I would sayForum: Themes and Templates
In reply to: Rounded-Corners in Mystique themetry something like this and adjust to taste
#my_CSS3_id {
border: 5px solid #c4c8cc;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}