Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5588

    Here is a solution. Not the best one though.

    1. Please Visit Dashboard->settings->BuddyPress->Options
    and un check the box that says

    
     Enable Ajax Loading of Form 
    

    under the BuddyPress Ajax registration setting

    Once you are done with that, you can put the following code

    
        setTimeout( function () {
            show_reg_form();
        }, 1000 );
    

    In the file wp-content/plugins/bp-ajax-registration/_inc/bp-ajax-register.js
    Just after the line

    
       var magnificPopup = jQuery.magnificPopup.instance;
    

    That will show the popup after 1 second on all pages. I will add a more proper APi in future.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5586

    Hi Archaic,
    Thank you.
    Yes, I had provided similar code for one of our members. I am looking at it and will post back.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5580

    Thank you.

    It seems that when the Ajax registration plugin is On, It loads register form in the process triggeres error(As the select2 plugin is not loaded).

    Can you please disable the Select2 integration with the field or force to load select2 plugin on that page too.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5577

    Can you please disable it now and let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5575

    Thank you. Please give me 5 to 10 minutes. I will reply back once I am done with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Binu,
    Thank you.

    I am glad it is resolved.

    Thank you for the kind words. I appreciate it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Daniel,
    I checked and I know the problem. It has nothing to do with the cookies. It was a problem in MediaPress for images uploaded via shortcode till 1.0.5. is there any chance that the images were uploaded using shortcode or you were/are using MediaPress 1.0.5?
    An easy solution is to Visit Dashboard->MediaPress and click on Edit that Gallery. On the single edit gallery page, you will see the media list page. Just click save once and the components should be updated.

    Hope that helps. Please let me know more details and I will be able to help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Error 404 for non logged in users #5571

    Hi Tiziano,
    Is there any content restriction plugin/code active on your site?

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5570

    Hi,
    Can you please activate it on your site and point me to the page. It could be a css conflict or a js conflict. Looking at the go pricing site, i was not able to find any clue.

    About your previous issue, The taxonomy, I am sorry but I could not understand that. Can you please create a screenshot and link me?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Buddypress Ajax Registration -> Popup on pageload #5564

    Hi Archaic,
    Thank you for posting.

    Do you only want to show it on one page automatically or on all pages? Please let me know and I will post the code tomorrow.

    Thank you
    Brajesh