Chris Enloe
-
When can I hard code wordpress pages?
It almost sounds like you are unintentionally trying not to use the awesome power of Wordpress. I would just suggest reading on some of the Wordpress codex, and seeing how you can utilize Wordpress, instead of making it hard on yourself.
-
[Solved] Noobie Layout Question
I stand corrected. I dig that design! ;)
-
[Solved] Some issues with Wufoo Form with Colorbox and jQuery
Just go into the colorbox.css and play around with the values. Though I do like the entire site, nice job man!
-
[Solved] Noobie Layout Question
This is very possible, but in the end it isn't going to look appealing to a site visitor.
-
Semi-Newb Freelancing
Foxycart should always be the Ecommerce solution when using wordpress. No if's, and's, or but's! :D
-
Semi-Newb Freelancing
Personally I wouldn't do this for less than $750, plus if you are going to make the mailing list script by hand, I would raise my minimum price, but then again that me. It's just going to depend on how long this will take you, cumulatively…
-
Positioning Issue
I fixed it by just using one image. It works, but I am not totally satisfied with using images, instead of purely css.
-
no idea what is happening
You haven't targeted your css file correctly. Plus in your html, you are missing a double quote when declaring your page-wrap.
-
Positioning Issue
http://atest1.vistapanel.net/chrispersonal2/ Try that, hopefully I can get this issue resolved soon!
-
[Solved] Wordpress: Visitor image
Im pretty sure Chris uses the "Gravatar" Plugin, I may be wrong though.
-
Jquery plugins
Well it's still a plugin, because the snippet is performing a specific function.
-
whats a shopping cart anyways?
Since you are posting this on CSS-Tricks, Chris would recommend Foxycart. It is a very top notch Cart System, I have used it many times before. Granted you do have to pay for it, but you can easily integrate it with Wordpress. Or you use it on it…
-
I don't know why! ! please help
Try using double quotes on the first section of the javascript links. I see you've used double with the second half, just be consistent. Try that and see what happens.
-
[Solved] Creating a rollover affect to a box
I fixed my problem. It's one of those "starring at the code for 30 minutes" problems. Man, I do hate hate those kinds of mistakes..
-
[Solved] Creating a rollover affect to a box
I tried the pseudo class, and it didn't work. Then I made sure everything was right, and it still didn't work. I'll try again, and thanks everyone for the comments!
-
jQuery .before and .after
Maybe try using an alternative method such as .append and .prepend http://api.jquery.com/prepend/ http://api.jquery.com/append/
-
#72: Building a Website (2 of 3): HTML/CSS Conversion
#sidebar { margin: 20px 0 0 500px; width: 245px; } #nav { list-style: none; position: relative; z-index: 50; } #nav li { font: 22px Georgia, Serif; letter-spacin…
-
Looking for an USA webhost
Places that have seemed to be fair, and offer good service, are Just Host (http://www.justhost.com/), and Blue Host (http://www.bluehost.com/).
-
Wordpress Static Front Page
Yes it's just that easy. To style the "static" page, you would have to style the "page.php" file, if I am not mistaking. -Chris
-
New to CSS
I just did that code for the background, just like you posted. When I opened it up in the browser it worked just fine! Thanks for that!
-
How to build a CMS
Tutorial looks great so far! With this being the fourth CMS tutorial that I have read, a lot of things are the same, but even more are different, and I think that this is the one that I would choose over the other ones!
-
New to CSS
Thanks for the help so far! :) I think that I have come pretty far in two months now. But right now, I really don't care if things validate or not, I just want to get things where I want them to be, but nevertheless, thanks!
-
New to CSS
I fixed the Background issue, but I am still having the issue of the background actually coming up without the Designer Toolbar.... :| I hope that I can figure this out.