figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to login; no erros, no passwd recoveryDid you try resetting your password in the db? See the following video.
Forum: Installing WordPress
In reply to: How to create a static sales page for my membership WP site?See the following video.
Forum: Fixing WordPress
In reply to: Moving wordpress file to new directory@kichu: The steps in that video are exactly correct if you want to move your blog from a subdirectory to root…as you acknowledged when you wrote:
“If you want to move the wordPress files also to the root for any reason, it is a different matter though.
If that is what one wants to do, then there are no unnecessary steps in that video.
If you want to leave your blog files in a subdirectory and have it look like it’s in root then the process you pointed out will work.
Forum: Fixing WordPress
In reply to: what do I risk if I upgrade to next version of WP?You risk nothing worse than what you are experiencing now…and you may even improve things. Just be sure to deactivate all plugins and take a backup before you upgrade.
Forum: Installing WordPress
In reply to: What version do I haveI don’t see it in the source. You may need to look in wp-includes/version.php to find it.
Forum: Fixing WordPress
In reply to: Any way to get rid of QuickPress in Admin page?Open wp-admin/includes/dashboard.php in a text editor. Find the following code starting around line 51.
// QuickPress Widget if ( current_user_can('edit_posts') ) wp_add_dashboard_widget( 'dashboard_quick_press', __( 'QuickPress' ), 'wp_dashboard_quick_press' );Comment out the code after the if by adding // so it looks like this:
// QuickPress Widget if ( current_user_can('edit_posts') ) // wp_add_dashboard_widget( 'dashboard_quick_press', __( 'QuickPress' ), 'wp_dashboard_quick_press' );Forum: Installing WordPress
In reply to: What version do I haveLog into admin and look in the footer. View the source code and it should show near the top. Post a link to your site and we may be able to tell you.
Forum: Plugins
In reply to: How to use WordPress locally and remotely, need help…Why do you need a different username/password?
Forum: Fixing WordPress
In reply to: Everything’s goneLet’s presume no changes were made…
I would presume just the opposite. You are running WP 2.8.2…this means you have upgraded to the latest version very recently. You are running at least one incompatible plugin (audio player).
If you follow the directions in the video and disable the plugins, then chances are, you will clear the problem.
Forum: Fixing WordPress
In reply to: Username & password retrievalSee if the following video helps.
Forum: Fixing WordPress
In reply to: Everything’s goneDid you install a plugin? If so, see the following video for directions on how to deactivate the plugins via phpMyAdmin.
Forum: Fixing WordPress
In reply to: Uploading images, get message–Unable to create directoryIs /wp-content writable? Compare the permissions on that directory with the ones that are working…are they the same?
Forum: Fixing WordPress
In reply to: Everything’s goneNo one here can help you with the information you provided. A link to your site? What did you do–upgrade?, change hosts?, move the site?…
Forum: Fixing WordPress
In reply to: Images from 2008 no longer in Media LibraryI don’t know of anything in WP settings that would have deleted that…did you do anything recently…like move the blog, change hosts, etc.?
Forum: Themes and Templates
In reply to: Blog Name / Tagline Not Enough RoomLook in style.css in the theme and fine the following code:
.btitle { font-family:georgia,times New Roman; font-size:47px; font-style:italic; letter-spacing:-0.1px; margin:0 0 0 0.5em;Change the font-size to about 27px