figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I move my local WP installation and content to my domain?It’s already set-up at Yahoo…you should be able to access it through your hosting account.
Forum: Installing WordPress
In reply to: Upgraded to 2.8.1 and Can Not Login@avgjoepub: Deactivate your plugins. See the following video:
Forum: Fixing WordPress
In reply to: How can I move my local WP installation and content to my domain?Maybe the following video will help…in your case, you just reverse the process.
Forum: Fixing WordPress
In reply to: Can’t get to admin page after 2.8.1 auto updatenada what? You couldn’t deactivate the plugins or you did deactivate them and still can’t login?
How about a link to your site?
Forum: Fixing WordPress
In reply to: Best way to upgrade 2.7.1 to 2.8.1@sam786: See the info under automatic upgrade below.
http://codex.wordpress.org/Upgrading_WordPress
@dlmweb: That’s what it sounds like. You may try setting the permissions on wp-content directory to 777 and then set it back to what it was (probably 755) after the upgrade. Also, see the following thread.
Forum: Fixing WordPress
In reply to: Best way to upgrade 2.7.1 to 2.8.1The following video may help…it shows how to upgrade to 2.7.1, but the process is the same for newer versions.
Forum: Fixing WordPress
In reply to: Can’t get to admin page after 2.8.1 auto updateEDIT:……..
Sorry…was thinking of someone else I helped 🙂
See the following video for how to deactivate your plugins.
Forum: Themes and Templates
In reply to: Need Help Removing Off Topic Links Out of ThemeThe footer is empty.
If you look in the theme you will see lots of places that have the following:
<?php body_out(); ?>If you look in functions.php around line 360 you will see what it does…calls the encrypted code that is producing those links. You can delete that encrypted code to remove it, but there is a body_out2 with encryped code as well…I didn’t take the time to chase it down.
Bottom line…I wouldn’t use that theme, or any, from that site…just my personal opinion.
Forum: Requests and Feedback
In reply to: blog address screw upSee the following post and video for how to fix.
Forum: Fixing WordPress
In reply to: Can’t get to admin page after 2.8.1 auto updateYou will need to edit the wp_options table in the database. Select the “active_plugins” record, edit it and delete all the contents.
Forum: Fixing WordPress
In reply to: Default Theme 1.6 Kubrik – Navigation Broken in 2.8?If that code is there I’m not sure why you are not seeing the links. If you look in Settings/Reading do you have a value of 10 or less in “Blog pages shown at most”? Change that to something smaller, 2 or 3 and see if anything changes.
Forum: Fixing WordPress
In reply to: Default Theme 1.6 Kubrik – Navigation Broken in 2.8?Hummm…take a look at item 10 in the video at the following link.
http://educhalk.org/blog/?p=170
Look in index.php in your theme and see if you have the code shown in the video.
Forum: Fixing WordPress
In reply to: Hiding PagesAhh, okay…I’m not familiar with that plugin. Just from a quick search, it seems like it’s not a GPL plugin:
If you have purchased it, you may want to contact them about the problem.
Forum: Fixing WordPress
In reply to: Hiding PagesAre you talking about your wishlist post? If so, what is it…a plugin? And what’s it supposed to do that it isn’t doing?
Forum: Fixing WordPress
In reply to: Default Theme 1.6 Kubrik – Navigation Broken in 2.8?As long as you have enough posts to generate those links, then they should show up. A link to your site would help.