This topic has 13 replies, 3 voices, and was last updated 10 years by Abe.

  • Author
  • #10518
     hugblue
    Participant

    Hi ..

    I have a strange problem here ..

    When people is trying to register at us.

    Then they ofcause come to this page .. :

    http://www.flickr.com/photos/113910914@N05/12309684615/

    When they click ” complete sign up “, then nothing happems.
    It just goes back to the same page.

    #10520
     hugblue
    Participant
    This reply has been set as private.
    #10530
     hugblue
    Participant

    And also ..
    No registration email is send ..

    I alse use : ” Easy WP SMTP “.
    But it didnt do anything.

    It is still a problem.

    I have gone through all settings and all of them seems to be ok.

    I also deleted :
    Register and Activate pages and recreated them.
    But that didnt do anything either.

    #10546
     hugblue
    Participant

    I have now deactivated all plugins ..
    choosen the default theme ” Twenty Thirteen ”

    And it will still not function.

    I really need some help here.

    #10555
     hugblue
    Participant

    How do i disable sweetdate registration process ?

    So i can use wordpress standard registration system ?

    #10703
     Abe
    Keymaster

    Hello, Register page is something we haven’t seen. You are probably using a plugin. Also if it is no working with the default wordpress theme then is something else wrong in your configurations, maybe a plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #10718
     hugblue
    Participant

    it is the same result when i disable all plugins ..

    So i have started using another plugin that seems to work better. i hope.

    is it possible to make :
    signup AND login
    So they do not have any effect ? So they do not open any windows.
    Amd also a way to rename these two.

    Thz.

    #10775
     Globetrekker
    Participant

    Same thing happens on my site. When I press register it just refresh the same page!
    What can be wrong?

    #10776
     hugblue
    Participant

    To Globetrekker ..

    I have no idea of why ..
    And i have given up asking about it.
    It simple take too long to get an answer.
    And when i get a answer it is for the very experienced people.

    I have changed to another plugin that works.
    http://codecanyon.net/item/userpro-user-profiles-with-social-login/5958681?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=DeluxeThemes

    Now i just need to totally disable buddypress registration window and registration buttons.
    But that is just as hard a job.

    #10777
     Globetrekker
    Participant

    Thanks a lot @hugblue!

    However, I don’t know what happened, but it works again now. Hopefully, it will stay that way

    #10779
     hugblue
    Participant

    Smiling.
    I wish the same was the case here.

    #10780
     Globetrekker
    Participant

    🙂 I understand..
    Have you edited anything in functions.php?
    I think my problem was there, but I’m not sure

    #10782
     hugblue
    Participant

    This is the only extra thing in my functions.php

    add_action(‘wp_head’, ‘kleo_bbpress_tpl’, 11);
    function kleo_bbpress_tpl()
    {
    //user is viewing a forum page
    if(get_post_type() == ‘forum’ OR get_post_type() == ‘topic’ OR get_post_type() == ‘reply’)
    {
    //set to full width
    remove_action(‘kleo_before_content’, ‘kleo_sidebar’);
    remove_action(‘kleo_after_content’, ‘kleo_sidebar’);
    remove_action(‘kleo_before_content’, ‘kleo_extra_sidebar’);
    remove_action(‘kleo_after_content’, ‘kleo_extra_sidebar’);
    add_filter(‘kleo_content_class’, create_function(null, ‘return “twelve”;’));
    }
    }

    /* Filter the redirect url for login*/
    add_filter(“login_redirect”,”kleo_redirect_to_profile”,100,3);

    Not sure if this make any difference ..

    #10816
     Abe
    Keymaster

    Hi hugblue,
    We have seen that behavior to click the Complete signup button and nothing to happen on some plugin conflicts or some host problems about not sending POST requests.
    I recommend to install a fresh test site on the same host and see if it happens then.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The topic ‘cannot register’ is closed to new replies.

Log in with your credentials

Forgot your details?