ctzdesign
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite – 404 Error on Post PreviewCuriously, it seems to be working now. Maybe it’s an intermittent problem with my site host.
I was getting the 404 result page for the root site. I’m using WordPress MU Domain Mapping for the domain mapping.
Forum: Networking WordPress
In reply to: 404 on Dashboard for Sub-siteCuriouser and curiouser.
If I navigate to /braves1957 via the link in the network admin toolbar, I do get that 404 page.
In any case, here’s the .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
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]
</IfModule># END WordPress
Forum: Networking WordPress
In reply to: Domain Mapping and SiteURLsAnd that did the trick.
For some reason, when I selected “primary” from the network admin tools, the mapping stopped working. (I’d just get the root domain.)
Thank you!
Forum: Plugins
In reply to: [plugin: sharedaddy]Yeah. I think you’re on the right track… I suspect ShareDaddy is looking for a content element that Thesis doesn’t use.
I found an unrelated post that suggested setting up the_content via the functions file… I may try that. If I can get it to work I’ll report back.
Forum: Plugins
In reply to: [plugin: sharedaddy]I attempted to add Sharedaddy manually, using the echo sharing_display(); code. No dice.
@john – if you’re at all interested, I could give you access to a Thesis site to take a look.
Forum: Plugins
In reply to: [plugin: sharedaddy]Could you tell me where ShareDaddy is expected to insert buttons, so I could check for a problem in the Thesis loop?
Forum: Fixing WordPress
In reply to: Mysterious Author Name Appearing in AdminAppears this was the issue:
Forum: Fixing WordPress
In reply to: Permission settings in NextGen GallerySorry — never mind. Found the problem. NextGen doesn’t like PHP Safe Mode, apparently, which was set on the Media Temple server by default.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] disable effects entirely?Right, I’ve done that… but the images still link. They just point to the image file itself, without any javascript effect like lightbox.
What I’m trying to do is eliminate the images from linking to anything.