mdo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Where did you learn to write CSS?Howdy!
Randomly I was pinged on this issue because of my username in the Bootstrap CSS banner. Perhaps I can shed some light on a few things for @keeperbay.
First, Bootstrap is an HTML/CSS/JS framework for building sites, even WordPress themes. Basically it provides folks with well styled and documented components so they can build things faster. It’s mobile first and responsive, meaning it works great on your phone and all the way up to your laptop/desktop.
Second, the minified CSS is a super great way to serve up your CSS in a production environment. The purpose of minified CSS is to reduce file size and concatenate (combine) multiple files into one. For themes, and folks who are looking to build on existing CSS like those in WordPress, it’s obviously a bit tougher to work with.
You have a couple options though for dealing with that. You could appeal to the theme designer to provide the unminified CSS. You could also copy-paste the minified CSS into a CSS linter, which could reformat all the code for readability.
Lastly, not all CSS is expected to validate (at least to the W3C’s validation specs). In Bootstrap in particular, we have to support lots of odd browser behavior. Sometimes that requires browser hacks and weird syntax that chokes the validators and parsers. There’s little we can do about that, but the CSS does work.
Hope that helps! If you do find an issue in Bootstrap, give our bug tracker on GitHub a search. If you don’t see an open issue, feel free to open one of your own at https://github.com/twbs/bootstrap/issues/.
<3
Forum: Fixing WordPress
In reply to: Added Paragraph, Line Break TagsNo one has had a similar problem?
Forum: Fixing WordPress
In reply to: Sidebar Comes and Goes in IE6I have no idea what I did, but I was reworking the theme for the site and decided to make some includes for each page portion (the main navigation, the sidebar, etc).
Somehow that fixed it.
Forum: Fixing WordPress
In reply to: Change the length of the excerpt?Great, thanks!
Forum: Fixing WordPress
In reply to: Sidebar Comes and Goes in IE6Does anyone have any input on this?
Forum: Fixing WordPress
In reply to: Sidebar Comes and Goes in IE6Sorry, it put the link around the period at the end of my sentence.
http://www.concept4u.com/index.php is the link. I fixed the first post as well.
Forum: Everything else WordPress
In reply to: Weekly WordPress Tipsniziol, you might be interested in this:
http://lorelle.wordpress.com/2006/03/02/how-to-write-a-simple-wordpress-plugin/
Forum: Fixing WordPress
In reply to: Posts “Cut Off” in IE 6.0 but not FirefoxI have a similar problem with my sidebar in IE6. Sometimes it’s there, sometimes a refresh works, and other times it refuses to be shown a few times in a row.
I have double checked my HTML and PHP for errors, but I haven’t come across any. Also, my sidebar already has a position: relative on it.
I’m running v2.0.1, also if that needs mentioning. Firefox 1.5 shows it fine, IE6 is messing it up.
Any other documentation on this bug?
Forum: Fixing WordPress
In reply to: 403 w/ Permalinks No Matter WhatHmm, short of switching hosts – don’t really want to because this is my clients website – does anyone have another option?
Forum: Fixing WordPress
In reply to: Index.php not working after adding loopsI think I fixed the problem, which lay in some bad PHP. It is fine now.
Thanks for the help though!
Forum: Fixing WordPress
In reply to: Index.php not working after adding loopsOne more quick question:
Why is it that my the Main Index Template still doesn’t display all posts that I have made?
Forum: Fixing WordPress
In reply to: Index.php not working after adding loopsI think I love you moshu. (not really though)
Thank you so much.
🙂
Forum: Fixing WordPress
In reply to: Index.php not working after adding loopsCan anyone please help?
I am in need of some explanation to using different queries on individual pages.
Somehow they have messed up the query for the main page.
Anyone?
Forum: Fixing WordPress
In reply to: Index.php not working after adding loopsWould that work though if I have about 5 loops, each for a specific page?
Forum: Fixing WordPress
In reply to: Searching and Permalinks ProblemYes! Thank you :).