moggie33
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Excerpts displaying randomly or not at all.bump
Forum: Fixing WordPress
In reply to: Moved servers & image upload path is wrongThanks alism. What is it they always say? Check to make sure it’s plugged in first? LOL I can’t believe I missed that. Thanks for pointing it out!
Forum: Fixing WordPress
In reply to: Moved servers & image upload path is wrongThanks to you both for your suggestions. However, stvwlf’s article says “this guide is not about how to move WordPress blog from one server or host to another new hosting service” and that’s exactly what I’ve done that has resulted in my upload path not being correct. I had been working on this site using MAMP on my hard disk & have now moved the site to my server. I tried Shane’s suggestion which resulted in all CSS & images being broken on the site until I deactivated & reactivated all plugins – and still got the same error message when trying to upload an image.
Does anyone else have suggestions?
Thanks in advance!
Forum: Fixing WordPress
In reply to: A weird link showed up on my siteYou’re welcome emoncao. 🙂
I know very little about php but if this were my site I’d try deleting the code
<div id=\"wraps\">gym machine</div>and seeing what happens. Not being very familiar with php, I’m not sure if that entire file should be removed or just that line of code. As long as you have backups (and it sounds like you do) I’d play around with deleting the code and/or file itself & see if that resolves the problem for you. If you’re uncomfortable with that approach perhaps wait a while & see if others offer suggestions here in the forum.Forum: Fixing WordPress
In reply to: A weird link showed up on my siteHmm… I’m not sure that you were looking in the same place I had suggested you look. I could be mistaken, but try this:
- Within the WP admin interface, under “Appearance,” click “Editor.”
- On the right-hand side of your screen (making sure the active theme is selected from the drop-down menu) find the file named
header.phpand click it. - Scroll down to the closing
<body>tag. Check & see if that odd code is there. - If it’s not then check the same location in your page template (most likely named
page.php)
Hopefully that helps. 🙂
Forum: Fixing WordPress
In reply to: A weird link showed up on my siteI looked at the source code for your page. Immediately under the
<body>tag you have a div containing the link that looks like this<div id="wraps"><a href='http://www.gymmachine2.com/'>gym machine</a></div>Since it appears on all your pages it’s probably in your
header.phptemplate. Have a look there & see if deleting that line of code doesn’t correct the problem. As for how it got there…. I’ve got no idea. Hope that helps.Forum: Fixing WordPress
In reply to: Password protectionYou can add passwords to individual posts. Select a post to edit it & look in the upper right hand corner. Click “visibility” and modify your settings as needed.
Forum: Fixing WordPress
In reply to: A weird link showed up on my siteThere is a sticky post in the forums about some malware that is affecting WP sites. Maybe check that thread & see if it doesn’t help you out?
Forum: Plugins
In reply to: Display narrowcolumn & sidebar at 100% height?Sweet. Hope you have a great weekend, ems.
Forum: Plugins
In reply to: Display narrowcolumn & sidebar at 100% height?Sorry ems… I didn’t see your post when I added my newest one. Hope my cheat helps you out. If you need more info, let me know. 🙂
Forum: Plugins
In reply to: Display narrowcolumn & sidebar at 100% height?Well… if anyone happens to read this, I figured out a cheat. It’s a little janky but it got the job done.
I created a rectangle in Photoshop with a width that matched my
#contentwidth. I added a border of 1px & cropped it so it just had a right & left 1px border & used it as thebodybackground image.Forum: Fixing WordPress
In reply to: Fatal error messagePerfect samboll. Worked as you’d said. Thanks!
Forum: Fixing WordPress
In reply to: Fatal error messageI would love to, but I get that error message when trying to access any part of WordPress… even my home page. Is there a way to delete it from the back end via FTP?