issieparis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual and HTML editoryou can change in in the code, maybe images.php or the stylesheet
Forum: Themes and Templates
In reply to: How do I put text on my site without posting a post?I also would like to put some text just above the posts, should i declare it in the css??
Forum: Themes and Templates
In reply to: Moving content of posts/pageshave you tried modifying the padding?
Forum: Fixing WordPress
In reply to: how to get rid of image framasomeone?
Forum: Fixing WordPress
In reply to: how to call an image in text widgettnks
Forum: Fixing WordPress
In reply to: want to decrease footertnkx already found it and resolved it. ??
Forum: Fixing WordPress
In reply to: MAKE AN IMAGE A LINKactually i want to put it in the left column, and the image its in the server in themes content
Forum: Fixing WordPress
In reply to: MAKE AN IMAGE A LINKyeah but how do i put it in the image??
Forum: Fixing WordPress
In reply to: Unable to login; no erros, no passwd recoverymaybe youll need to reinstall wp on your server
Forum: Fixing WordPress
In reply to: Fatal Error: Ooops, what did I do?thanks it actually worked… i had all morning on this thnks thnks thnks
Forum: Fixing WordPress
In reply to: Fatal Error: Ooops, what did I do?i have a similar problem, only i see the site but i cant access to admin….
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhost/visual.gi/home/html/blog/wp-content/themes/Visual/functions.php:30) in /var/www/vhost/visual.gi/home/html/blog/wp-login.php on line 287 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhost/visual.gi/home/html/blog/wp-content/themes/Visual/functions.php:30) in /var/www/vhost/visual.gi/home/html/blog/wp-login.php on line 299
Forum: Fixing WordPress
In reply to: cant see admin pagei have no data, ive been working only with the design… if i reinstall fresh but keep a wp-themes folder, and then upload it, would i loose the advances in the layout design?
Forum: Fixing WordPress
In reply to: cant see admin pagei dont know, it mentions some of the login.php content, the lines are the following:
`// validate action so as to default to the login screen
if ( !in_array($action, array(‘logout’, ‘lostpassword’, ‘retrievepassword’, ‘resetpass’, ‘rp’, ‘register’, ‘login’)) && false === has_filter(‘login_form_’ . $action) )
$action = ‘login’;nocache_headers();
header(‘Content-Type: ‘.get_bloginfo(‘html_type’).’; charset=’.get_bloginfo(‘charset’));
if ( defined(‘RELOCATE’) ) { // Move flag is set
if ( isset( $_SERVER[‘PATH_INFO’] ) && ($_SERVER[‘PATH_INFO’] != $_SERVER[‘PHP_SELF’]) )
$_SERVER[‘PHP_SELF’] = str_replace( $_SERVER[‘PATH_INFO’], ”, $_SERVER[‘PHP_SELF’] );$schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘https://’;
if ( dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) != get_option(‘siteurl’) )
update_option(‘siteurl’, dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) );
}//Set a cookie now to see if they are supported by the browser.
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH )
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, SITECOOKIEPATH, COOKIE_DOMAIN);Forum: Fixing WordPress
In reply to: cant see admin pageno it shows the same problem :S
Forum: Fixing WordPress
In reply to: cant see admin pagei hope it works ??