radial
Forum Replies Created
-
sammy123 i have used crimy user extra fields and smush.it for a few months now together, and and have to have this error. until tonight. so i don’t think it’s the combination of the two.
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] No permission to change eventI am now having this too, since upgrading to the beta via the auto upgrade. before i was not having it
Forum: Fixing WordPress
In reply to: WordPress 3 Navigation MenuI had not tried those, so tonight while the site is slow I did so. The site hasn’t even been made ‘live’ yet, so it’s not public traffic.
First, we have a menu that has all our menu items, but not ordered like we want them at all, we just selected all pages and added them. So, saved that, and it takes about 60 seconds.
Then I disabled all plugins, saved the menu, takes 60 seconds
then I changed the theme to twentyten, saved the menu, takes 60 secondsSo obviously it’s none of that so i re-enabled everything back. We have a VPS with a 1.93ghz processor and 1.5gb of ram
Forum: Fixing WordPress
In reply to: list pages not in menuWell, sure that’s what I said. So, I’m looking for an easy way to see which pages aren’t on the menu so I can add them.
Forum: Fixing WordPress
In reply to: Post disappears if I input <br clear=”left”/>Resolved – I installed the TinyMCE Advanced Plugin. Set it to not remove the <p> and
tags, and then used the code from stvwlf above. Switching to the visual editor does not remove the code. yay my god this was driving me crazzzzyForum: Fixing WordPress
In reply to: Post disappears if I input <br clear=”left”/>this is stripped out also.
at the bottom of http://codex.wordpress.org/Wrapping_Text_Around_Images
it says you should use
<div style=”clear:both;”></div>But this is stripped out as well.
What’s the proper way to do this?
Forum: Alpha/Beta/RC
In reply to: 2.7 RC1 Users admin panel bug reportWant to report that upgrading to RC2 has fixed all of my above issues with the check boxes. Thanks!
Forum: Alpha/Beta/RC
In reply to: 2.7 RC1 and Windows Live WriterOh I see. Well I will try some things and see if I can come up with any other clue then. I assumed this was the cause as when I performed the steps mentioned it seemed to work just fine. But if I find any other pattern to it I will certainly update. Thank you!
Forum: Alpha/Beta/RC
In reply to: 2.7 RC1 and Windows Live WriterNo, under settings, general I have:
WordPress address (URL) I have http://www.radialmonster.com/blog
Blog address (URL) I have http://www.radialmonster.com/blogForum: Alpha/Beta/RC
In reply to: 2.7 RC1 and Windows Live WriterThanks for your reply!
I did not change a thing except modify the xmlrpc file. I am using RC1 and not the bleeding edge svn version.
During the course of writing the above post I changed the file back to include the https so that I could write down all the errors. I recreated the issue just fine. I changed the file back after i was done and the problem went away.I am ok, my blog works and my live writer works. but it’s an odd thing to have to do. Just wanted to share in case anyone else had the issue. but if its a problem that needs to be resolved in the code then hope this helps some.
Forum: Alpha/Beta/RC
In reply to: 2.7 RC1 Users admin panel bug reportSame thing. I also loaded up IE7 and tested and I’m still seeing issue. I have a fresh install by coincidence of windows and have never been to my blog on IE. I do see some javascript errors. These errors are on wp/admin/edit-comments.php I have 2.7 rc1 –
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-includes/js/hoverIntent.js?ver=20081109
Line: 128
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-admin/js/common.js?ver=20081126
Line: 132
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-includes/js/wp-ajax-response.js?ver=20080316
Line: 1
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-includes/js/wp-lists.js?ver=20080729
Line: 372
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-admin/js/edit-comments.js?ver=20081124
Line: 322
Error: jQuery is not defined
Source File: http://www.radialmonster.com/blog/wp-admin/edit-comments.php
Line: 630Forum: Alpha/Beta/RC
In reply to: 2.7 RC1 Users admin panel bug reporthm just noticed that in edit comments when i go to select all spam comments, the top check box likewise does not check all below. wonder how many other places it does this. i’m using firefox 3.04.
I do not have a javascript blocker pluginForum: Themes and Templates
In reply to: Page background not extending past sidebaraha sorry everyone, after a few days with no reply here i removed the sidebar all together just to see what would happen. What happened is the background did not show at all. Right below the header started the footer! With my content overlayed over that.
I have put sidebar back into index.php file. I removed position: absolute; from the css and now my background does extend all the way down my content. However, it pushed my sidebar down quite a bit. I’ll look at this, think i’ve seen that before. If i need help with that part i’ll start a new post.
Thanks for the suggestion, not sure where i got that from, but removing it worked.Forum: Themes and Templates
In reply to: Page background not extending past sidebarit’s almost like content is not part of page div. although I know it is. If i remove the get sidebar function from index.html the background for the page div is not there at all now. so the background for page div only shows up for the sidebar which doesnt make sense.
Any ideas?
thanksForum: Installing WordPress
In reply to: headers already sentI used notepad++ to open my wp-config.php and found that the original from the wordpress archive is in ansi format. after pulling up the file in notepad and saving it, notepad changes it to utf-8 format. apparantly this is what was causing the problem.
I pulled up wp-config-sample.php in notepad++, edited it, saved as wp-config.php and uploaded that and my site does not give the headers already sent error.