OneVoice
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site title won't changeMy goodness, you are BRILLIANT!
That did the trick. Thank so very, very much!
??
Forum: Fixing WordPress
In reply to: Site title won't changeHi, ChristiNi!
Yes, I have cleared my browser’s cache, and I keep checking in both Firefox and IE.
If you go to wishadoo (dot)com, you’ll see the home page, and the site title being “Wishadoo.”
Yet if you go to wishadoo(dot)com/about/, you’ll see the site title as “Wishadoo! — Manifest Joy”
I’m wanting the home page to reflect that same site title.
Thanks. ??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?I’m working with another theme and the whole process is MUCH more intuitive and familiar now. ??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Thank you for that, Ipstenu. I think I understand a bit more how I’m using this different than others, and how I’m getting confused.
I’ve used WP mainly as a CMS thus far, so the blog aspect is, as silly as it sounds, rather new to me.
I appreciate your help. ??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Honestly, I’m so confused right now that I don’t even know exactly what is confusing me. I think it’s mainly the theme I’m trying to work with for the Network theme. Maybe if I try another theme I could progress (EcoPro by Pagelines).
This is probably a silly question, but are there certain themes that make multisite easier when one wants to have one default theme for user sites, even if the Network theme is different?
I don’t anticipate that many of my users will be experienced with WordPress and want to set it up to be as basic as possible, with as few choices as possible.
And I think I set something up wonky in that for the Network, I have both an admin account and Network Admin, and I’m toggling back and forth trying.
I think that is what is getting me extra confused, not understanding those two network accounts.
The user sites are, of course, more straightforward.
I am on the Pagelines forum, too, trying to get help with the theme itself for the network.
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Yes, I do have that. I was just hoping there was something missing…something which could help me not be so confused.
It seems nothing is missing, therefore my confusion is just me.
??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Darn, I was hoping there was something else I neglected to do that would help me have an “aha” moment. Back to the drawing board — and tutorials — of wrapping my brain around this whole setup.
Thanks. ??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Wow, I am so lost it isn’t even funny. ?? I may have to abandon this multisite approach for now.
But in trying to figure things out, and Googling to get help in doing so, I found a tutorial that mentioned I should have a menu for SuperAdmin.
I don’t have that.
I went through the steps to install WP 3.0 and activate multisite, and see “Network” settings and setup, but I do not have a SuperAdmin anything.
Is that possibly something that could make things less confusing? Am I missing something obvious since that isn’t part of my dashboard? If so, how can I get this?
My user name does NOT have an uppercase letter.
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable???
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?Yes, Andrea. ??
I fear my ignorance about proper terminology will lead to confusion, so I’ll do my level best to be as clear as possible in the future
Thanks again. ??
Forum: Networking WordPress
In reply to: How to add logo or link back to Network home?Thanks very much, Krsna.Booti! I will try this later as I have to run, but wanted to thank you for the reply. *fingers crossed*
??
Forum: Networking WordPress
In reply to: How to add logo or link back to Network home?I’m sorry, I didn’t explain my question well. I did download that plugin though, which will no doubt helpful.
What I’m seeking is a way for visitors to the site to have a way to return to the main network home page.
When they read other users’ blogs — or are directed to the user site’s link (rather than the Network link) — how can they return to the Network home page other than typing in the Network URL?
Is there a way to insert a hyperlinked logo in all sites? Is it theme dependent, perhaps? If there is a theme that offers that for multisite, I want to find it….lol.
Forum: Networking WordPress
In reply to: How to add logo or link back to Network home?Wonderful. Thanks! ??
Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?UPDATE: (I case others stumble across this and have similar trouble)
I replaced the above code provided by host with the following, and I was able to get the one enabled theme on a site to take effect. ??
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: New install, went fine, but can't get themes to enable?I still can’t enable themes on the sites (it worked for the Network site). I saw this forum discussion about the same:
Has anything changed since that time as far as the code to be inserted in .htacess? Here is what I used, per my host, Hostgator:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]Is there something missing or in error which is preventing customizing the sites?
Thanks much. ??