pab
-
Can't get jquery to load in my Wordpress theme. Please help.
you can try this
-
First WordPress
under review 2;55PM Lose the free hosting, my 2 cents
-
Espresso and Coda ( similarities & differences )
a few friends have tried espresso and swear by it now, definitely try all three text editor mentioned above, it really depends on your work flow
-
just a pic of the site, need feedback
Looks good cybershot, I would maybe try some different font, and the red strip with the crackles is kind of off-setting with the rest of the design.
-
positioning
do you have a live example we can take a look at?
-
positioning
you need to set a position of relative to the parent element
-
zen photo help
create a div header and use css to add it as a background image, that should do it. hope it helps
-
jQuery Animate function
there is also a background plug in for background animation
-
How do I style Pages in WP
hi Lin, For lightbox you can use a wp plugin that will let you add a simple line to your anchor in your post to display in a lightbox.
-
Screencast #26 - Permalinks
in your settings you have to set the front page to the specific page you want. have you tried this? hope it helps
-
new website
yeah im with you on that speed, I was actually asked to slow it down (bummer) gonna go an do some tweaking and hope they dont notice hehe. thanks Chris really appreciate it edit : made the slide go faster
-
Best way to code this wordpress template
You'll find a great video tutorial by Chris in the video section, check it out, tons of great tips.
-
is xmlns and xml:lang="en" is needed in text/html
yes you should always have this inn your head section
-
New to CSS. Help with BG image
Hi, you have to put your image in the css and not inline. so you can do something like body { background-color:#fff; font-family:Georgia,serif; font-size:62.5%; background:url(the path to your background) no-repeat; /* or what ever you want to d…
-
integrating wordpress latest posts into home page
yeah like Chris said, it's because you are working locally, that being said it should still display but you will have some parse errors, make sure you downloaded all the right plug ins for it to work. check out the simple pie site there&…
-
Wordpress...HELP!
try giving them the full URL path to the files, that usually fixes the issue.
-
new site comic book related
Hey Ncwebdesigner, thanks for the comments and feedback, really appreciate it, I worked on it a bit more got rid of some of the colors *metadate*, finished the comment section as well, but no comments to show what it looks like now.
-
Flickr API
My Pleasure Charles, let me know if you need anything else
-
Flickr API
you just add an if statement at the end and you'll be able to control the amount of pix ;if ( index == 6 ) return false; for 5 pictures. works like a charm, hope it helps Charles PS Chris the footer OH MY ... siiiiiiiiiiick!!!!
-
Valid CSS/Transparent PNG's in IE6
i checked, it validates strict on my side.
-
Valid CSS/Transparent PNG's in IE6
you have to put it in a conditional stylesheet for ie for it to validate
-
The Daily Spunkmeyer
Try not importing it and just link to it normally. Hope it helps. By the way I saw you work with movable type what do you think of it?
-
watch it till the end
I was already laughing out loud at her response and then .... BAM !!!
-
How to use jQuery to parse all the classes with name/ID of?
to see if a span contains something you can check with a $('span:contains(the word you are looking for)') a simple example would be $(document).ready(function() { $('span:contains(the word you are looking for)').do what you…
-
Has anyone gotten IE8b installed w/o losing IE7?
ie tester has been great, way better then the multiple ie I had before.
-
body background not working in IE6
try replacing background with background-image since yu are calling the rest of it like that, background:url(images/bgtile.jpg); background-color:#000; background-repeat:repeat-x; color:#666; font-family:Helvetica, Verdana, Arial, sans-serif; …
-
Sidebar not rendering in Wordpress template within I.E. 7
Hi Elise try this