Saurus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a templateYou can’t just “disable” a themes sidebars. There are a number of steps that have to be done, starting with editing the sidebar.php file, then editing the page.php (and possibly others, depending on the theme) to remove the call to the sidebar.php and adjust the overall width of what is left. I would suggest finding a new theme that fits your desires better and make it easy on yourself if you’re not familar with CSS and PHP.
Forum: Plugins
In reply to: How to Get Started with the WP e-Commerce plugin??A good start would probably be going to the authors website and looking for documentation/help files there.
Forum: Plugins
In reply to: [Plugin: Quick Shop] Need help, but can’t get!If the author doesn’t care enough to respond to users … delete it and find another.
Forum: Fixing WordPress
In reply to: Link 2nd author account to her wordpress.com accountFor wp.com suport, you need to go to support.wordpress.com
This forum is for self hosted ww.wp.xz.cn support.Forum: Themes and Templates
In reply to: How do I make this theme fluid widthYou are quite welcome. How refreshing to find someone who actually listens:)
Forum: Themes and Templates
In reply to: What do you think of this themeNext you have to get the one with the sneaker ads spam, Michael:)
Forum: Themes and Templates
In reply to: Changing headline font colorYa think a little more information might be appropriate? As it stands, you should look in your styles.css file for both of these.
Forum: Themes and Templates
In reply to: How to make the Pixeled theme wider ?First – bumping is not allowed here.
Second – why would you want to do that – is displays full width at 1024×768 already. Why would you want it to scroll?Forum: Themes and Templates
In reply to: two column theme problemFirst, validate your CSS and markup at the W3C validation service. If you are free of errors, then take a look at your files and make sure there are no unclosed DIV’s. Those are the source of most problems with broken sidebars. The validators should show them if there are.
Are you getting an error message? I too use FF(v2) and have never had an issue.
Forum: Fixing WordPress
In reply to: How do you block spammers?I don’t use captcha personally – having eye problems, I find it overbearing and difficult to use. I rely on Akismet and Bad Behavior, and set the filter for the usual spammer words and deny any comment with a url referral. Works like a charm – I have NEVER had a spam comment get posted.
Good luck with your site!
Forum: Fixing WordPress
In reply to: PHP and other scripts needed on server for WordPress?Go to the Codex and check the minimum requirements for wordpress. Call your host and ask if they meet those requirements, and what to do if they don’t.
Forum: Fixing WordPress
In reply to: How do I accomplish this in WP?If you install that to your sidebar, make certain that the size of the box it displays in is not larger than the width of the sidebar or it will break your page display. You should be able t6o put it in the sidebar using an iframe in a div.
Forum: Fixing WordPress
In reply to: Do not allow comments on WordPressI often wonder if people actually take 10 minutes to go through all the options on the WP Dashboard. I guess it’s easier to ask someone else.