Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Benji Mauer

    (@telephag)

    This is a huge issue for my site. I don’t want to choose between broken logins and broken widgets.

    Thread Starter Benji Mauer

    (@telephag)

    For others, got this fix from the plugin author:

    you have to edit wordpress root/wp-content/plugins/thecartpress/modules/manage_modules.php

    Comment those lines:

    //require_once( 'CustomLogin.class.php' );

    and

    //require_once( 'LoginRegister.class.php' );

    • This reply was modified 8 years, 4 months ago by Benji Mauer.

    thanks @telephag for sharing. In addition to your suggsted edit I also had to uncomment line 48 in /wp-content/plugins/thecartpress/modules/LoginRegister.class.php:

    add_shortcode( 'tcp_my_account'							, array( $this, 'tcp_my_account' ) );
    	}

    by removing the // at the front of this line to make the login page details reappear – otherwise it will just show the sortcode [ tcp_my_account ].

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom login redirect is causing nothing but problems’ is closed to new replies.