Luke Gedeon
Forum Replies Created
-
Forum: Plugins
In reply to: Warning: Sabre not yet compatible w WP3 Multi Site (Network) Feature@didier I have a multi-site test install you are welcome to practice on and I have spent a lot of time on Multisite, so I might be able to help a bit.
Message me, if I can help.
Forum: Plugins
In reply to: [Register Plus] Register Plus not working correctlyAny news on getting this to work with multi-domain?
Forum: Fixing WordPress
In reply to: Where to use template tags wp_login_url & wp_logout_urlMichaelH and n8steve,
Thanks! That bit of code was exactly what I needed.
Forum: Themes and Templates
In reply to: Change header image size with CSS – Twenty TenRachel,
Since you are really just wanting a smaller image you do have another option. Upload a 940×198 image where the top half is what you want and the bottom half is (white/transparent/doesn’t really matter). Then use CSS similar to this:
#branding {
height:150px;
overflow:hidden;
}I am not sure about the height because the branding box includes the site-title and the image. Might have to experiment a bit. But you will definitely want to adjust “#branding” instead of “#branding img” because will just flatten the image.
Forum: Plugins
In reply to: [TDO Mini Forms] [Plugin: TDO Mini Forms] Error: no default author set!Any info on this? I am having a very similar problem.
Forum: Plugins
In reply to: [BuggyPress] [Plugin: BuggyPress] Not working on multi-site with multi-domainJonathan suggested that I “clear WordPress’s rewrite rules. Go to
Settings->Permalinks and save the page (no need to actually change
anything there, just re-save it).”Worked like a charm!
Forum: Fixing WordPress
In reply to: WXR export / import creation from command lineWow if I could get 16MB I would be done. I get a different file-size with each export – from 500k to 7.1MB
Forum: Installing WordPress
In reply to: 2.8 upgrade issue with “Premature end of script headers: php5”Uhm… after deleting the .htaccess I lost the whole site so I copied and renamed htaccess.dist to .htaccess and that brought the site back.
I also had to change BASE/ to /
I am not sure if that fixed it or I also cleared my cache at the same time.
Going to test a little more.
Forum: Fixing WordPress
In reply to: Occasional (500) Internal Server ErrorFastCGI does not appear to even be an option for PHP on Godaddy anymore. It is running without FastCGI and I am still getting intermittent errors.
Forum: Fixing WordPress
In reply to: Premature end of script headers. HELPI haven’t done anything with video, but I am having the same problem on Godaddy also.
I wonder if Godaddy is just having problems.
Forum: Fixing WordPress
In reply to: Experiencing random “Internal server Errors” (Update WP 2.9)Wow! This is a lot of people with the same problem for a long time and no solution. I have been having this problem for about two weeks.
Documaker’s solution would only affect errors during posting. I am getting these all over the place – both admin and reader sides.
Is there a ticket for this?
Forum: Plugins
In reply to: [Plugin: Redirection] How to Create These 404 Redirects…?You have to do a regular expression substitution. Make sure to click the regular expression check box then use:
/category/(.*)/(.*)
in the first box and:/category/$1/
in the second box.Forum: Everything else WordPress
In reply to: 4/25 Weekend Design Challenge Comments@enailor I recently wrote a plugin changing the location and minimize direction of the admin menu.
Adding flyout menus to the full width menu should not be too difficult. If you would like to be part of deciding what that looks like contact me at: https://luke.gedeon.name/contact
Forum: Everything else WordPress
In reply to: 4/25 Weekend Design Challenge CommentsThe main thing I want is the ability to smash all that header stuff into the top of the menu on the left. Then I am going to minimize the menu ??
Seriously if you have the tick-mark on menu to show you where you are why do we need that huge title? And the rest of that stuff would fit nicely in a 12px bar. Could at least make that a screen option.
That said, I absolutely love the ability to minimize the menu, and really appreciate that you are listening to a million different viewpoints.
Great job on 2.7!
Forum: Plugins
In reply to: [Plugin: Dean’s FCKEditor For WordPress] Tested and works in version 2.7I am testing on WP 2.7.1 Firefox 3.0.6 Mac OS 10.5.6 Latest version of Flash (does this use flash?). I have disabled everything but Akismet and FCKeditor, and it does not show-up I just get a blank box.
Any ideas on where the conflict is coming from?