Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #555375

    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

    #555384

    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?

    #555440

    Can anyone help?

    #555736

    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

    #557876

    I am going to try this and see if it works. I will let you know, thank you

    #558021

    Hi,

    Ok great, please let us know if you should need any further help.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.