SxOne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant loginso many lines is messed up like in this example of <h1>
old one
<body class="login <?php echo esc_attr( implode( ' ', $classes ) ); ?>"> <div id="login"> <h1><a href="<?php bloginfo( 'name' ); ?></a></h1>new one
<body class="login <?php echo esc_attr( implode( ' ', $classes ) ); ?>"> <div id="login"> <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>"><?php bloginfo( 'name' ); ?></a></h1>and i think that most of files on whole (and every) website is in that shape.
Can you please tell me what is the best thing for me to do to fix this?
how can i recreate whole wordpress structure in the safest way? (also if you have suggestion for combining existing theme after recreating wordpress structure)Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant loginwhat a stu*id error, I’ve changed wp-login.php with new one and it works….
@scriptrunner you have pointed me to right place..
guys thanks for your time!!!!!
Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant login@esmi
These websites are not mine, but i will sure consider this and send your proposal to the owner !
and i will check error log if there is something that i could work with. thank you.@scriptrunner
i saw that code break, but where can i find and fix that?Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant login$wp_version = '3.5.2';Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant loginwhere can i check version if i dont have access to dashboard?
Forum: Fixing WordPress
In reply to: Admin login layout page messed up – cant loginYes, i found “disable plugin” topic, and had deactivated plugins (via phpmyadmin), but it stayed the same…
just to ask you about deactivating via FTP, you are talking about plugins folder in “/wp-content/plugins” right? (confused me with “mu-plugins folder”)
but a tried that now, and its still the same… 🙁also tried to rename theme that is in use, and all i got is White page on frontEnd, and in backend its all still the same… :(((
thank you for your detailed answer!!!
do you have some other idea ?