Michelle Langston
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Posts] [Plugin: Query Posts] Show specific ID doesn't workOK I’m glad to know I’m not the only one having this issue. I guess we will have to wait for Justin to release a fix.
Forum: Networking WordPress
In reply to: Want to sell hosting using WP MultisiteYes, I think I’ll stick to the multisite idea for now. Thanks for all your help and insights. 🙂
Forum: Networking WordPress
In reply to: Want to sell hosting using WP MultisiteOh that’s fine, you don’t have to tell me. I understand how people would want to protect their ideas. Is there any benefit over doing multiple installs vs multisite? The idea of having everything centered on one install seems easier to me, when it comes to maintenance.
Forum: Networking WordPress
In reply to: Want to sell hosting using WP MultisiteThanks Andrea! It’s good to know that those sites are doing well. If you don’t mind, could you tell me what those sites are (aside from Pagely or Edublogs)? My site will be focused only on a specific niche rather than as a general host. I don’t think Pagely is using multi-site though.
Forum: Networking WordPress
In reply to: Want to sell hosting using WP MultisiteI did a search and found this: http://wpmututorials.com/plugins/shardb/
Is this what I want to accomplish my goal?
Forum: Fixing WordPress
In reply to: wordpress permalinks page not showDid this happen after you upgraded? Also, try disabling any plugins you have installed, and change your theme to the default theme.
Forum: Fixing WordPress
In reply to: Page looks wierd on Firefox, but not IEYou have some validation errors that you should fix first. If the problem persists after fixing these errors, post again:
Forum: Fixing WordPress
In reply to: setting up product page templatesMaybe you need to take a look at Custom Post Types. Here’s an excellent write-up on the subject by Justin Tadlock:
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
Forum: Fixing WordPress
In reply to: WYCIWYG Redirection IssueYes, it is strange. I tried to go to your site and it loaded for a second, and then it redirected to a white page.
wyciwyg:// is a Firefox acronym that stands for “what you cache is what you get”. http://en.wikipedia.org/wiki/WYCIWYG Basically it means that there is some sort of rule/setting somewhere telling the server to access the page from the browser’s cache.
That raises some flags for me. I wonder if it’s a problem with your theme? First, try changing your theme and see if that fixes the problem. If not, disable any plugins you might have, one by one to see if any of those are the issue.
Forum: Fixing WordPress
In reply to: wordpress permalinks page not showYou mean the page is blank when you try to load the permalink settings?
Forum: Fixing WordPress
In reply to: Mystery server load spikes causing sites to failYes, I agree with joehuffman, start by disabling the plugins one at a time and seeing if there is any difference in performance. If it’s not the plugins, try using another theme to see if the theme is the culprit. If you still have the same problem, then it could be a problem with the server itself.
There’s probably an error somewhere in the new theme. Go to your FTP and find that theme’s folder in wp-content/themes. Rename the folder to something else, to cause WP to revert to the default theme. Let me know if that helps.
Does your theme support widgets?
awfleming, it’s because the paths to the stylesheet are not correct when you point the domain. You need to setup a redirect in your main domain’s .htaccess, like this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?yourmainsite.com$
RewriteRule ^(/)?$ subdomain [L]Any answers to my original question would be greatly appreciated. Thanks!
Thanks, but could you elaborate a bit more? Do the parked domains need to be pointed to actual web hosting space? Do I do this through .htaccess? As a 301? Thanks!