troutdream
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Feedburner after upgrade/feed name changeOne more detail: Feedburner says not to change the Original Feed URL unless you move your feed to a new domain but it doesn’t say what to do if you have to change it.
Of course, I’m asking these questions on Feedburner too, but I haven’t gotten any help so far and I’m hoping someone here has dealt with the same thing.
Forum: Themes and Templates
In reply to: RSS empty feed – 2.5 upgrade issueHelp! I’ve looked at https://trac.www.ads-software.com/ticket/6460 and read it like four times, but I’m not a programmer. Just a blogger. I have no idea what to DO with this information or how to implement it.
For now, I’ve updated my Feedburner feed to /feed (thanks for that!) but I’m concerned some people may have subscribed to the old address.
I upgraded not by installing it myself but by clicking the “upgrade to 2.5.1” button provided by my host.
I’m willing to dig into the files if I have to, but I don’t know how.
My blog is at https://evamoon.net/blog
Thanks for your help.
Forum: Fixing WordPress
In reply to: Help! My blog is downThank you. I didn’t realize the database server was different from the file server. All the WP files are in the same place as my website files. I’ll know for next time.
Forum: Fixing WordPress
In reply to: Help! My blog is downUPDATE: It seems to have fixed itself. Sorry for the panic attack!
Forum: Fixing WordPress
In reply to: Upgraded To 2.2 Now My Blog Looks HorribleUpdate 2: As weird as it is that the editor is moving tags around, that doesn’t seem to be what’s causing the problem. When I turn off wysiwyg and the code is NOT rewritten, the page STILL breaks.
This all used to work in the previous version of WP.
Ideas?
Forum: Fixing WordPress
In reply to: Upgraded To 2.2 Now My Blog Looks HorribleUpdate: When I post the code to embed a video and preview it looks good. But when I save it and then go back to it it’s broken.
When I look at the code after saving and going back, the code’s been changed from
<object width=’448′ height=’336′><param name=’movie’ value=’https://www.glumbert.com/embed/highpower’></param><param name=’wmode’ value=’transparent’></param></object>
To:
<object height=”336″ width=”448″></object>
<param name=”movie” value=”https://www.glumbert.com/embed/highpower”></param>
<param name=”wmode” value=”transparent”></param>The params get moved outside the object tags. No matter how often I move them back, when I save it goes back to this.
Please help!
Forum: Fixing WordPress
In reply to: Upgraded To 2.2 Now My Blog Looks HorribleHi,
I just upgraded to WP 2.2 and have the same problem with videos breaking my layout since the upgrade. I’ve removed the posts with videos for now, but what happens is the video appears in the sidebar column instead of the post column and the post text runs across the whole screen. This happens no matter what theme I use.
I’ve tried removing the embed tags and see that the video shows up fine without them, but the layout is still messed up. Any ideas?
My blog is here: https://evamoon.net/blog
I know it won’t be of much help without any video posts, but I didn’t want to leave it broken. I’ll put one back for a short time if you need to see it to help.
Thanks!
Forum: Installing WordPress
In reply to: Sidebar Widgets Fatal ErrorFollowup: Never mind. I found the file you were referring to and now it’s working. Thanks!
Forum: Installing WordPress
In reply to: Sidebar Widgets Fatal ErrorI’m having the same problem. I went in and deleted everything in the plugins folder that looked like it might be related to sidebars, but I’m still getting the same error. What should be in that folder? Anything?
Thanks!
Forum: Fixing WordPress
In reply to: Multiple blogs on a page?Moshu,
Thank you for your reply. By Calendar of events, I didn’t mean it needed to look like a calendar. It’s just a formatted text listing. I’ll have to think through how that will work though. I guess if each update of the calendar is a new blog entry, then the old ones won’t be visible in the same entry. hmmm.