BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Shortcode to show directly the gallery in a grid. #1263

    Hi Douglas,
    You have pointed the error correctly. It was the error that I updated and fixed on your site and in the plugin. The problem is your site is still loading old javascript file.

    You can see that the function is declared here
    https://github.com/buddydev/mediapress/blob/master/assets/js/uploader.js#L516

    But the site is loading uploader.js which is cached and not the updated.

    It has nothing to do with any plugin, it is a caching but why so, I too have no answer. Please check the loaded upload.js file and you will see the the file I have pointed on github is not loaded.

    Which host you are using? Is it a shared hosting? Just trying to find some clue.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Ajax Registration plugin #1262

    Hi John,
    I am sorry for the trouble.

    Here is a screenshot to show how it should look like with the captcha plugin.
    http://i.imgur.com/xciWGzU.png

    and
    http://i.imgur.com/nf5FR34.png

    I am still not sure why It is not working. Please let me know when you re enable these plugins and I can test.

    About field auto completion, seems like they have bound to the element on document ready using the bind. If they can use “on” or event delegation to bind the auto suggestion action, It will work.

    The form is not present in dom and is injected when you click on the link, so any event already bound will not work.

    If a plugin author uses event delegation( using delegate/on methods of jquery and binds to document), They will be available here.

    The plugin seems premium, so I may not be of much help there but if it is a free plugin please point me and I will certainly help in getting it work with ajax registration.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Hi Israel,
    It was a bug in MediaPress due to some dependencies. We have fixed it yesterday. Please download a fresh copy and update. It will be fixed.

    Please do let me know if that works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Ajax Registration plugin #1252

    Hi John,
    I am sorry for the trouble. Did you update Ajax registration plugin? Older version will not show any captach due to some changes in Recaptcha plugin and it needs the newer version.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Can you please PM me the site. Your configuration seems fine to mee. May be I can have better idea after looking at the site. Please PM me some temporary credentials too.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Show number of pics in album list #1249

    You are most welcome. Marking it as resolved now.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    I just tested with NGG( I have older version 2.10) and seems working fine. Can you please post extact step to reproduce it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Thank you. I will be away for few hours after that will test and let you know a solution.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    That is very strange. Can you please check by disabling NGG for a moment that is it happening when NGG is installed or just with DJD Site Post?

    PS: If you have debug enabled in wp-config, MediaPress will have issues with these 2 plugin. I have checked DJD and it throws a lot of notice making any JSON response invalid.

    I strongly recommend enabling Debug on test sites but be aware that MediaPress expects valid json responses and any plugin thwoing notice can cause a lot of issue.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Hi George,
    I am sorry for the inconvenience.

    can you please post me the debug details from MediaPress->tools section. Most probably it has to do with file extension.

    Do you note any javascript error there on the upload pages by any chance?