lorigreenberg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with RSS Validationp.s. site is https://beadnerd.com
Forum: Fixing WordPress
In reply to: IE Issue – Posts not ShowingI fixed it.
Forum: Fixing WordPress
In reply to: What’s up with text widgets?It will hold a text widget if it is only text. I try to add a link or image, the whole text widget disappears. It not only disappears from my sidebar on my site but also when I go back into edit widgets at the dashboard. Gone. Not even a blank text widget left behind.
Forum: Fixing WordPress
In reply to: What’s up with text widgets?I deactivated the WWSGD plugin and that error line went away. Other still persists.
Forum: Fixing WordPress
In reply to: Help with header link.Thanks! Worked perfectly.
Forum: Fixing WordPress
In reply to: Cannot Add Image (not upload)Sorry, I was wrong on the last one. It’s not the sitemap generator. Still the same problem so back to commenting out the “wp_die” thing.
Forum: Fixing WordPress
In reply to: Cannot Add Image (not upload)Thanks Otto.
My contributors have been using the image uploader screen to drop in their own url to an image for months now…the images are hosted on their own site, not uploaded onto my space. I don’t want contributors to have more capabilities that come with being an author or higher so that is why I haven’t changed them.
On another note…I put everything back to how it was because it was the Dagon Sitemap Generator that was interfering with the uploader. I deactivated it and all works as it was. Now I have to figure out how to get a sitemap generated or wait for them to upgrade. Come to think of it, this did start happening when the newest version of DDSitemap came out.
Forum: Fixing WordPress
In reply to: Cannot Add Image (not upload)Still haven’t heard a suggest for the right fix for this but I managed to work around it somehow.
I went into wp-admin.media-upload.php and commented out the line that says :
wp_die(__(‘You do not have permission to upload files.’));
The flash uploader still gives an error but the browser uploader works.
Now, as a contributor you can upload photos, which is not what I wanted but at least they can get into the uploader now.
Still waiting to hear for the right thing to do.
Forum: Fixing WordPress
In reply to: Cannot Add Image (not upload)Update: This is happening on one of my other blogs too. Did something change within the image uploader?
Forum: Fixing WordPress
In reply to: Cannot Add Image (not upload)Update: I logged in as a contributor myself and I also cannot get to the ‘add image’ screen. I am getting the error that I don’t have permission to upload files. I don’t want to upload files! Ijust want to add the URL where an image is hosted.
Forum: Fixing WordPress
In reply to: Hacked. Showing up in dashboard statsI am using this api key on other blogs and it works fine.
Still have the same problem.
Forum: Fixing WordPress
In reply to: Image alignment not working correctlyThanks Shado. That worked.
My css was already set to:
img.float-right {
margin: 5px 0px 5px 15px;
}
img.float-left {
margin: 5px 15px 5px 0px;
}But the float didn’t matter…I needed align in there, like you said!
Forum: Fixing WordPress
In reply to: Image alignment not working correctlyAlignment is doing funny things for me. I know that I have one blog where the theme is the issue but now I’m having this issue on a blog where it hasn’t been an issue before.
My issue is that I ask for right alignment but my picture is on the left and the text is not wrapping properly. Last week it worked fine, as you can see.
https://gal-lori.com is the site (brightside theme). I upgraded to 2.6. Is that maybe the issue?
My other site https://watchmecreate.com is defaulting to left alignment but I don’t know if that is a theme thing (oh so very theme) or not, as it’s a new one for me.
Forum: Fixing WordPress
In reply to: Transferring Users from WordPress.comI went into my database and under wp_user I browsed the user names and user emails. All of the user email fields were empty.
I filled in each field with the correct email addresses for each user and they were then able to click on the “lost password?” link after they got the ‘invalid username’, enter their email and get a new password so they could log in.
So, I’m good.
Forum: Fixing WordPress
In reply to: Transferring Users from WordPress.comHere’s what one said:
“I clicked “log in” and it says I am not a registered user. It doesn’t know my email address, my user id or my password. (And I know my password).”
This person IS showing up as a contributor in my users list.
I’m waiting to hear what the other error is when they request a new password.