stepquick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! My WP can't "see" any of my plugins anymoreThat’s a pretty nice theme, and it’s always good to have experience with wordpress, well for some jobs. I always thought it was a nice idea anyways. But the sites good. 🙂
Forum: Fixing WordPress
In reply to: Email Address/Password ChangeHmm, you will likely have some sort of control panel which allows the backing up of files for the blog, but it doesn’t work if you don’t know the password.
You may need to have the previous owner get in contact with WordPress to get her password and email fixed. I’m not entirely sure how a wordpress hosted blog works, but it has something allows you to access the data, but you have to know the login credentials for it to actually work. Sorry. 🙁
Forum: Fixing WordPress
In reply to: Logo Issues with current theme..What you will have to do is go to the theme editor.
Under the header.php, You should look for the a tag that has your website.
<span>
< a href=”http://www.q5n.com/” title=”Q5N” rel=”home”>Q5N < / a >
</span>What you’ll need to do is replace the a tag with an image tag that has the image location as the source, let me know if you need more details. 🙂
Forum: Fixing WordPress
In reply to: Can't edit a page.It shows a blank page when trying to edit it?
http://www.colinmcnulty.com/blog/2008/07/08/solution-to-wordpress-blank-screen-of-death/
I know, the article is somewhat out of date, but give it a read, you may need to reupgrade you site, or just reupload all together. Back up all your plugins and theme(s) if you decide to do this route. But doing those should clear up your problem. Hope this helps, sorry for your issue. 🙁
Forum: Fixing WordPress
In reply to: Media upload buttons not workinghttp://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1
I’m not entirely sure if this will be much use to you, it’s odd I haven’t had any issues like you after upgrading to lion… :\ Hopefully this guide will help.
Forum: Fixing WordPress
In reply to: Email Address/Password ChangeDoes the former user, or you have access to the phpmyadmin that hosts the data for the wordpress? You can manually change it using that, you just need access to that first.
Or do you mean wordpress hosts it for you?
Forum: Fixing WordPress
In reply to: how do i remove this S$#T! need helpThe slideshow object you’re using(possibly a plugin?) appears to have something designed to put that information there automatically. If it’s a plugin you will need to look for span.date in your div#slide-wrapper in the files for the plugin. I don’t know your code, you’ll have to find it. Or you can put a rule for it in your css to hide it. Hope this helps. 🙂
Forum: Fixing WordPress
In reply to: Help! My WP can't "see" any of my plugins anymoreHave you determined that the plugins are in wp-content/plugins?
I didn’t notice you say that so I thought it may be useful.
Also have you tried backing up the plugins, your theme(s), and reinstalling a clean install of the wordpress installation? It’s just a suggestion if you’ve exhausted you options.
Ah ok, so the folder was renamed.
Forum: Fixing WordPress
In reply to: Admin username not showingYou can try using the recover password, and if you know the email I think it gives you the user name too.
But if you don’t recall the name, what you can do is login into the phpmyadmin, and go to the database for your wordpress install. Then select users and it will give you a list of all the users, including the admin accounts. Hope this helps. 🙂
Forum: Fixing WordPress
In reply to: Table repair errorIt means there’s errors and you will likely need to use phpmyadmin to try this.
Login to your phpmyadmin database holding all these tables, select those tables, and press repair, hopefully this will help.
Forum: Fixing WordPress
In reply to: Hide TagsThis would possibly be related to the template file in your theme, relating to archives. It would more than likely be an include of the meta data for tags? Check and see if the archives for it has a tags include and remove it. Lemme know if that helps or not. 🙂
Forum: Fixing WordPress
In reply to: Login redirecting to localhost:8888Sure thing. 🙂 Glad that helped.
Forum: Fixing WordPress
In reply to: Cant log into wordpress help pleaseFirst Question: Did you move the index.php file out of the folder holding the rest of the files for wordpress?
Forum: Fixing WordPress
In reply to: Login redirecting to localhost:8888the port number by default for mamp is 8888. Parts of the site options must not have been changed to reflect the site move. Are you sure you changed the address for every piece that needed it?
My advice is to login using the phpmyadmin for the site host, and check under the database storing the wordpress data. The options table is the one you’re looking for it. Siteurl should be addressed, I believe there will be more than that needed to do, but it’s a start..
Forum: Fixing WordPress
In reply to: Twenty Ten Sidebar to Left?Oh, actually i just tried that… it maybe the divs are ordered incorrectly. Have you tried calling the divs where the sidebar is called first? :\
UPDATE: It’s your margins and width for #container, I used chrome to turn them off and it actually fixes the floating, however you will need to re-order them to make it have the sidebar on the left. It needs some padding, but hopefully this helps you. 🙂