Home › Forums › WoodMart support forum › facebook login problem facebook login problem This topic has 11 replies, 2 voices, and was last updated 5 years, 11 months ago by Artem Temos. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts April 3, 2019 at 9:20 am #116615 mehmetParticipant hi there, i handle facebook app and other settings but when turn back to our site doesnt open account page, please check video: https://monosnap.com/file/0m1cnLGxtcSIXDklX4NyoBsbPSLuO0 how can i fix this? April 3, 2019 at 9:25 am #116621 Artem TemosKeymaster Hello, Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? And try to add the following PHP code snippet to the child theme functions.php file add_filter( 'woodmart_alt_auth_method', '__return_true' ); Regards April 3, 2019 at 9:42 am #116625 mehmetParticipant Hi again, thanks for very fast answer. i detect it, dokan plugin prevent to login, how can i fix that? can you please help me? thank you. April 3, 2019 at 11:18 am #116640 Artem TemosKeymaster Please, disable all external plugins except Dokan and we will check what is wrong. And we see this message when trying to login https://gyazo.com/d8faa0fe17a4bfefed99ea9a1098c992 April 3, 2019 at 11:21 am #116641 mehmetParticipant hi, i am changed login page url, i wrote you in private area, please cehck thanks. April 3, 2019 at 2:00 pm #116709 Artem TemosKeymaster You didn’t disable external plugins yet. April 3, 2019 at 2:57 pm #116733 mehmetParticipant you can deactive it, no problem but before deactivate plugin turn to maintance mode. You handle all things and activate plugins. April 4, 2019 at 6:02 am #116839 Artem TemosKeymaster Please, send us your FTP access as well. April 4, 2019 at 6:35 am #116848 mehmetParticipant well. April 4, 2019 at 7:31 am #116859 Artem TemosKeymaster Try to edit the file plugins/dokan-lite/includes/class-registration.php and replace this line if ( defined( 'WP_CLI' ) || defined( 'REST_REQUEST' ) ) { with this one if ( defined( 'WP_CLI' ) || defined( 'REST_REQUEST' ) || apply_filters( 'woodmart_dokan_force_register', false ) ) { Also, put the following code to the functions.php file in your child theme add_filter( 'woodmart_dokan_force_register', '__return_true' ); April 4, 2019 at 7:54 am #116860 mehmetParticipant i handle it and its done! Thank you my friend you are perfect! April 4, 2019 at 8:00 am #116862 Artem TemosKeymaster Great, you are welcome. We will also contact Dokan to fix this issue in both plugin and our theme in the future. Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to create new topics. Login / Register