lettergrade
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Making featured project image link to postsHey there, for commercial themes you should post in the theme developers’ support forums: Theme Trust Support. FYI, here’s a blurb about why this forum doesn’t support commercial themes: Commercial Products
Forum: Fixing WordPress
In reply to: Radio windowI don’t have personal experience with them, but have you checked out any of these plugins? Some seem to be compatible with shoutcast: http://wordpress.org/plugins/tags/shoutcast
Forum: Plugins
In reply to: Widgets and Photos GONE!Did anything else change around the time this happened? Did you update your WordPress install, or update any plugins or install any new ones?
The first step to troubleshooting is to disable all of your plugins to see if the problem persists with no plugins activated. If your calendar widget and photo uploads work without any plugins activated, then you can reactivate them one at a time to figure out which one is causing the conflict.
Forum: Fixing WordPress
In reply to: Discussion Settings not workingIs your email address the one in Settings > Options > General?
Forum: Fixing WordPress
In reply to: Editing home page – not ableTo start troubleshooting, it’s a good idea to deactivate all your plugins and see if the problem persists. If not, and you can be sure it’s a plugin problem, then reactivate them one at a time until you can figure out which one is the culprit. Try it and check back in, let us know how it goes!
Forum: Fixing WordPress
In reply to: subdomain work aroundYou’ll find it easy to move your site to the main domain: Using a Pre-Existing Sub-directory Install
Your site should be working all on its own in the sub-directory (not linking to images in the original install, etc) before you launch it on the main domain, so there shouldn’t be any reason to relink all the images or pages.
For search engine efficiency, however, will the new pages have different urls than the old ones? You may need to create .htaccess listings to redirect old links.
Forum: Fixing WordPress
In reply to: Limiting number of images uploaded for membershipsWhat are you currently using to create these personal profile albums?
Forum: Everything else WordPress
In reply to: Enterprise deployment for 10000 employeesThat’s an interesting discussion. You’d probably have the best luck contacting a provider who has gone through it before. Automattic offers enterprise service through wordpress.com, you could contact them for an outline of what is required, but I’m sure there are independent agencies who do the same thing with custom wordpress.org setups.
Anybody have any experience with this scenario?
Forum: Installing WordPress
In reply to: WordPress files opening in DreamweaverTo install a local version of WordPress on your own computer (for building, testing, etc): Installing WordPress Locally on Your Mac With MAMP
If you want to install WordPress on a server, here are the instructions: Installing WordPress
The only php file you might need to open and edit at this point is wp-config-sample.php, and you should open that with a text editor like TextWrangler to edit it.
Forum: Installing WordPress
In reply to: How to start adding content?Was WordPress supposed to be installed for you already, as part of your hosting package?
Which archive file do you mean?
Forum: Fixing WordPress
In reply to: How to Edit Top Menu Heading ?Sure. If that selector doesn’t already exist explicitly in the css, you can just create it.
`.top-menu ul {
background: blue;
}(where you change ‘blue’ to the colour you actually want)
Forum: Fixing WordPress
In reply to: How to Edit Top Menu Heading ?Oh, sure. I’m on an ipad, not at a computer I can use firefox and firebug right now, so I can’t give you the specific css — but you can create that effect by giving a background colour to
.top-menu ulForum: Fixing WordPress
In reply to: take xml file with contents (wp) from a backupHi @canechecorre, I’m not clear on one thing: Do you have a working WordPress install that is empty and functional on a host right now?
If so, you just need to upload your theme and plugins and uploads to the appropriate folders in /wp-content/ on your server, then import your xml file in the WordPress admin dashboard?
If not, and if I’m understanding your question properly, you need to install WordPress first, and then follow the steps I just outlined.
Forum: Fixing WordPress
In reply to: Huge space between header text that I want to removeLooks like you found a way to reduce it. Is it all good now?
Forum: Fixing WordPress
In reply to: Newb with dynamic sidebar questionCouldn’t say for sure about any of that without seeing the theme, but it’s an interesting question.