Replies
- Brajesh Singh on October 26, 2015 at 1:07 pm 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#L516But 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.
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.pngand
http://i.imgur.com/nf5FR34.pngI 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- Brajesh Singh on October 25, 2015 at 7:52 pm in reply to: [Resolved] Add Media from Frontend Publishing doesn't work when MediaPress is enabled #1255
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 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.- Brajesh Singh on October 25, 2015 at 4:08 pm in reply to: [Resolved] Problem – audio uploads not working on one site #1251
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.
- Brajesh Singh on October 25, 2015 at 4:07 pm in reply to: [Resolved] Show number of pics in album list #1249
You are most welcome. Marking it as resolved now.
- Brajesh Singh on October 25, 2015 at 12:48 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1246
I just tested with NGG( I have older version 2.10) and seems working fine. Can you please post extact step to reproduce it.
- Brajesh Singh on October 25, 2015 at 12:44 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1245
Thank you. I will be away for few hours after that will test and let you know a solution.
- Brajesh Singh on October 25, 2015 at 12:23 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1241
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.
- Brajesh Singh on October 25, 2015 at 12:17 pm in reply to: [Resolved] Problem – audio uploads not working on one site #1239
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?