Home / Forums / WoodMart support forum / facebook login problem
Home › Forums › WoodMart support forum › facebook login problem
facebook login problem
- This topic has 11 replies, 2 voices, and was last updated 6 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
April 3, 2019 at 9:20 am #116615
mehmetParticipanthi 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 TemosKeymasterHello,
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
mehmetParticipantHi 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 TemosKeymasterPlease, 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
mehmetParticipanthi,
i am changed login page url, i wrote you in private area,
please cehckthanks.
April 3, 2019 at 2:00 pm #116709
Artem TemosKeymasterYou didn’t disable external plugins yet.
April 3, 2019 at 2:57 pm #116733
mehmetParticipantyou 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 TemosKeymasterPlease, send us your FTP access as well.
April 4, 2019 at 6:35 am #116848
mehmetParticipantwell.
April 4, 2019 at 7:31 am #116859
Artem TemosKeymasterTry to edit the file
plugins/dokan-lite/includes/class-registration.phpand replace this lineif ( 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
mehmetParticipanti handle it and its done!
Thank you my friend you are perfect!
April 4, 2019 at 8:00 am #116862
Artem TemosKeymasterGreat, you are welcome. We will also contact Dokan to fix this issue in both plugin and our theme in the future.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register