Viewing 8 replies - 1 through 8 (of 8 total)
  • Did you try and change the urls for this site?

    Thread Starter cpcexamprep

    (@cpcexamprep)

    I don’t think I changed the urls for the site. The last thing I did was copy and paste the following edit in the function.php file. And after this edit the problems started. So I deleted the edit below and the problem still did not go away.

    function remove_lostpassword_text ( $text ) {
    if ($text == ‘Lost your password?’){$text = ”;}
    return $text;
    }
    add_filter( ‘gettext’, ‘remove_lostpassword_text’ );

    add_filter(‘login_errors’,create_function(‘$a’, “return null;”));

    function my_login_head() {
    remove_action(‘login_head’, ‘wp_shake_js’, 12);
    }
    add_action(‘login_head’, ‘my_login_head’);

    What theme are you using? Do you have a backup copy of your site or theme files?

    Thread Starter cpcexamprep

    (@cpcexamprep)

    I am using the Xclusive theme

    Thread Starter cpcexamprep

    (@cpcexamprep)

    I do NOT have a backup copy of the theme files!

    You can download a new copy of the theme right here:

    https://www.ads-software.com/themes/xclusive

    Then using FTP or Cpanel to access the files on your server, replace that entire file.

    Thread Starter cpcexamprep

    (@cpcexamprep)

    I fixed it. I got my theme back by reinstalling it.

    The last thing I did was copy and paste the following edit in the function.php file.

    Are you now thinking of making a Child Theme before again trying your edits?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Formatting & theme lost and I dont know why?’ is closed to new replies.