waraxe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying pages as postsYeah, something like that. Thanks, Tijmen. Actually, that’s really quite simple, isn’t it? We’ll see what I come up with to spruce(sp) it up.
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNED*whew* Yes, no cutting and pasting from email clients (especially crappy ones).
And when people are trying to help you on here and are telling you what is causing the problem… don’t proceed to declare to them what YOU really think the problem is… because if you knew that much YOU’D be the one on here helping other people.
🙂Good Luck!
Forum: Fixing WordPress
In reply to: GalleryFor that matter, there are Flash solutions that nearly automate everything for you as well and don’t require a DB. If anyone’s interested email me, and I’ll email you the URL’s to some good ones (free, too… at least most of them)…
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNEDliferightnow :: I think you may be right, but it’s happening in multiple themes.
rizzyc :: Just because it was working before doesn’t mean you didn’t have a sleeping giant waiting to really mess things up when you make a subtle change. You need to look at the source of your site html (what you are sending to a viewing user’s browser)… it is full of div’s for every line of some of your posts… I even saw this ‘<div />’ and almost fell over… Terrible. It is possible that this was poorly formated html that you inadvertantly cut and pasted form an html-enabled hotmail message… let that be a lesson against using hotmail. 🙂 You need to know how to troubleshoot your own html if you want to modify a theme… and never cut and paste anything into an entry except for straight ascii text.
And seriously, your theme is not stock… it’s not unadulterated… whatever’s going on looks like someone has been trying to make changes without knowledge of what they’re doing. No offense, but if you don’t understand a lot of the lingo you see us using then you probably should consider befriending someone near you who is good with xhtml and css.
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNEDWow, I checked the source of one of your entries and it’s filled with div’s?! Like… riddled with them.. Is this a normal thing with the Connections theme? (anyone?) Either way it is very poor xhtml… unless it is related, somehow, to something you are doing (either deliberately or unknowingly). Do you have any plugins turned on? How are you writing your entries? (any special editors?)
What browser did you develop your theme in?
It is best to use the basic defaults unless you really have a good handle on html and css.
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNEDBoth of these themes have something wrong. You should develop your theme in FireFox or Opera, not IE. If you look in FireFox, for both of these themes, the entire middle section did not have a background image styled… it’s just the solid background color. The headers and footers were fine, but the middle is not fine. I think there is a conflict somewhere with your CSS… Somewhere in the body of one of your entries you may have some code that is turning off an important tag (like a div).
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNEDEven before I put a password in the sidebar pushes to below the main column.
Put on a different theme and I’ll check it again.
Forum: Fixing WordPress
In reply to: GalleryOk. That error is with your MySQL database and is independent of WordPress… otherwise you’d get that error for your whole blog. It is possible that you have not entered the correct DB login info into the config file of your gallery plugin (that’s assuming you edited the config file to begin with).
Forum: Themes and Templates
In reply to: SIDEBAR MISALIGNEDBumping every 10 minutes or so and blaming the software will not motivate people to help you… but it may get you a warning from the moderators.
Sidebars getting pushed to the bottom is a classic symptom of content that is too wide for it’s space. Is there a special edit link that opens when a post is unlocked? Does this special edit link make the column wider?
Forum: Fixing WordPress
In reply to: GalleryFirst do some research… then ask intelligent questions indicating you have gained some knowledge on your own.
“cos” we’re not here to spoon feed anybody 🙂
Forum: Your WordPress
In reply to: Modified theme to be reviewedI also approve of, and use, 3 column themes.
However, I also firmly believe in good cross-browser web design. Your site, stchatterbox, has for all intents and purposes a huge nag-banner at the top for anyone using IE. Four out of five of your viewers will most likely be using IE, and the huge nag-banner is poor web design (and also pretty tacky).
A better solution would be to go to sites like positioniseverything.net and read up on how to make a website cross-browser compatible.
Forum: Themes and Templates
In reply to: Add the second sidebar to theme ?Well, you could go to websites that have tutorials on three-column design and what the CSS needs to look like.
However, after reviewing your website (which took too long to load… I have a cable connection and it almost took me 7 or 8 seconds… ) I would say that you would be better off reading some material on web design THEORY and the principles of good web presentation.
Forum: Themes and Templates
In reply to: NEWBIE QUESTION ON THREE COLUMNAs a side note, on my website I actually add my navbar (my left column) using my footer.php template file. This was a no brainer for me since EVERY site view has a footer and navbar (so I could have used the header file, too).
Forum: Themes and Templates
In reply to: NEWBIE QUESTION ON THREE COLUMNjunasis :: You should think of what you are posting as being the main column (which is often the center column). Think of any extra columns as being a sidebar and a navbar (as they are often referred to). The sidebar is part of WordPresses native functionality and you use it simply by calling its function in php, get_sidebar(). If you want to add a third column you can make your own file, similar to sidebar.php, and include it with either a php include function or a cutom made get_navbar() function. In order to get the columns to appear correctly the key is to have a good cascading stylesheet! There are several examples of this everywhere… I always like to point people to positioniseverything.net for help with columns in CSS.
You can check out my website for an idea of what 3 columns can be… my site has an expanding center column with a minimum width that will fill any browser and is cross-browser compatible.
If I have totally lost you let me know.
Forum: Fixing WordPress
In reply to: Galleryscaturan :: Very nice Gallery plugin! I saw how it was integrated into your website and I was very impressed.
I use FAlbum, another WordPress plugin. My gallery looks like this: http://www.negative99.com/gallery/. If you troll around my site you’ll see that I was able to theme my gallery identical to the rest of my site. All my photos reside on Flickr.