tim.vodien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can't access wp-admin control panelYou’re welcome @ventoz. Goodluck with your wordpress website!
Forum: Installing WordPress
In reply to: Cant open install.phpTry checking this same issue forum.
Forum: Installing WordPress
In reply to: Cant open install.phpPost your install.php script here.
Forum: Fixing WordPress
In reply to: Error establishing to 1and1's databaseTry to call them again and let them walk you through how you can check the database information. However is your site still working? Mostly when getting this error the website and the admin login would give this error when pulling up.
Forum: Fixing WordPress
In reply to: Revolution Slider errorThanks James!
Forum: Fixing WordPress
In reply to: Huge mysterious gap between my contentAlternatively, if you have FTP access, you can edit this file:
And change the code chunk starting at line 1154 to this instead:
#buddypress div#item-header {
display: none;
overflow: hidden;
}Forum: Fixing WordPress
In reply to: Huge mysterious gap between my contentTry using firebug to check the css codes in your websit and paste it in your custom CSS.
Forum: Fixing WordPress
In reply to: White Screen wp-admin and Error wp-login.phpTry reinstalling your wordpress files except wp-config & wp-content folder.
Forum: Fixing WordPress
In reply to: Huge mysterious gap between my contentGo to your Appearance > Editor > style.css.
find the code:
#buddypress div#item-header div#item-header-content { float: left; margin-left: 0; }and add
display: none;Forum: Fixing WordPress
In reply to: White Screen wp-admin and Error wp-login.phpYou need to comment out lines 744-746 in wp-login.php . It should look like this:
// if ( isset($_POST['testcookie']) && empty($_COOKIE[TEST_COOKIE]) ) // $user = new WP_Error('test_cookie', __("<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress.")); // else $user = wp_signon('', $secure_cookie);Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminGreat! Good luck with your website!
Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-adminAccess the backend files of your website.
Forum: Fixing WordPress
In reply to: Website is totally blank, can't login to wp-admin-Try to disable your plugins and activate them one by one to check what plugin causes the blank page.
-You can also replace the theme to it’s default.
-Or Increase your memory limit in ‘wp-config.php’ file:
define('WP_MEMORY_LIMIT', '64M');
-If none of this works then you need to reinstall your wordpress files.This link might help:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankFind the line 429 in your extras.php and post it here.
Forum: Fixing WordPress
In reply to: Dashboard Works, Source Code Shows, Site is BlankIm seeing a blank page in your http://pizzayourway.com/
however the http://pizzayourway.com/wp-admin is showing the login page.Have you tried reinstalling the template you are using?