Hi!
I was trying to edit my password protected page and was using the code listed in this forum
https://kriesi.at/support/topic/password-protected-page/
function my_login_logo() { ?>
<style type="text/css">
body.login div#login h1 a {
background-image: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png);
padding-bottom: 30px;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );
I added this to the bottom of the functions.enfold.php code and when I pressed updated my website is saying server error 500. Did I do something wrong? Please help! I cannot login my WordPress site
My website host says there is an issue internally on the web server. My website was working fine before I tried that code. How can I fix this?
Can anyone help?
Hi,
Did you try removing the code you added? If you are not able to do so then please overwrite the file with a fresh copy via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Thanks,
Rikard
I am going to try this and see if it works. I will let you know, thank you