Home Forums WoodMart support forum facebook login problem

facebook login problem

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #116615

    mehmet
    Participant

    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?

    #116621

    Artem Temos
    Keymaster

    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

    #116625

    mehmet
    Participant

    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.

    #116640

    Artem Temos
    Keymaster

    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

    #116641

    mehmet
    Participant

    hi,

    i am changed login page url, i wrote you in private area,
    please cehck

    thanks.

    #116709

    Artem Temos
    Keymaster

    You didn’t disable external plugins yet.

    #116733

    mehmet
    Participant

    you can deactive it, no problem but before deactivate plugin turn to maintance mode.

    You handle all things and activate plugins.

    #116839

    Artem Temos
    Keymaster

    Please, send us your FTP access as well.

    #116848

    mehmet
    Participant

    well.

    #116859

    Artem Temos
    Keymaster

    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' );

    #116860

    mehmet
    Participant

    i handle it and its done!

    Thank you my friend you are perfect!

    #116862

    Artem Temos
    Keymaster

    Great, you are welcome. We will also contact Dokan to fix this issue in both plugin and our theme in the future.

Viewing 12 posts - 1 through 12 (of 12 total)