joeyblack
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Embed YouTube video into feedbackDanke.
@yorman You wrote the settings file was not being readable by the PHP interpreter at certain moment. But nothing prevents the plugin to update this file with default settings several times a week. The permissions are the following: -rwx——.
I’m going to give up this plugin. Or what are your suggestions?Forum: Reviews
In reply to: [Constant Contact Forms] Doesn’t work in dynamic contentI was using the latest version. It allowed ajax submission on regular pages. But it doesn’t work here. The problem is you (and others) don’t use event delegation.
Forum: Reviews
In reply to: [Constant Contact Forms] Doesn’t work in dynamic contentWhile trying tons of plugins, I just wanted to give a feedback rather than expect you to do it. It’s a rare case and it’s up to you. And I’m unlikely to use your plugin.
Anyway, if you’re interested, I’m providing a link with the test form. It will be available here for a while. Try constant contact form.
https://sunwebagency.com/wptest/test/Probably I will go with the hack for CF7 plugin. The solution is to re-execute its JS after the Ajax content is loaded, which is terrible, but it should work.
Forum: Reviews
In reply to: [Constant Contact Forms] Doesn’t work in dynamic contentExactly. Dynamic (ajax) content is showing when user clicks on event. Not a popup, but I think it doesn’t matter. I’m using Stachethemes Event Calendar, but it can be any.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] How to get all quizzes list?Thank you.
Though I didn’t experiment yet to compare with the native function which is a bit complex, I’m afraid.
The topic can be closed.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Slow down after update to 2.1.5.5Yes, I tried the new theme. It didn’t solve problems. It just changed design.
To tell you the truth, I don’t understand how the theme can change plugin issues.
So, I had to downgrade the theme (to 2.6.2) and the plugin (to 2.0.4) in order it to work as before.
But EVEN THIS performance (as shown in A and B) is considered terrible by my customer.
This is what he wrote:
“The students are annoyed now.
Plugin makes them spend 3-4 hrs for a 2 hrs quiz.
Yesterday 48 students said they won’t wait this long for one mock test
all of them said NO.”Hien Phan,
As expected the new version (2.1.5.5) just made the things worse.
Here are 2 screenshots for comparison.
Before (2.0.4)
https://www.screencast.com/t/Jdu0uzYguAfter (2.1.5.5)
https://www.screencast.com/t/xCgjvoMX5And I’m going to create a new more detailed issue.
Hien Phan,
Thank you. Yes, it was difficult, but I had to downgrade the plugin to 2.0.4 in order it to work again.
By the way, if it’s important, I can confirm that this was not because of many questions in one course, but because of many questions in one quiz.
As soon as I have a chance to try the new version, I’ll let you know.
Hien Phan,
Thank you so much for the reply.
I didn’t say it has limit. I just said it doesn’t work. I have a guess that it is because of memory issue.
Let me just give you an example. The page on my site which showed the list of quizzes has broken after upgrading to 2.1.4.2 version.
Someone has added these lines to get_courses() function:
if ( $data['rows'] ) { $course_ids = array_keys( $data['rows'] ); learn_press_setup_user_course_data( $this->id, $course_ids ); learn_press_get_user_courses_info( $this->id, $course_ids ); }
I don’t know if there is really need in preparing all deep information in this case, but it turned my page to a blank screen.
Hopefully, I succeeded to recover it by increasing memory limit. But I don’t consider this to be a good solution.
Unfortunately, I haven’t discovered what is the reason that my quiz doesn’t work.
Please, do not close this topic. Maybe, I’ll have a chance to inform you about this in the future.
Thanks.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Duration (timer) of the courseThanks.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Interaction with the plugin JSThanks so much.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz results evaluation customizationIt works. Thanks so much.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Duration (timer) of the courseActually, I didn’t mean a duration (expiration) of the course. Literally I meant a countdown (timer) for the course itself. Imagine, there are several quizzes which are not limited in time, but they are limited in time (countdown, not expiration time) of the course.
I understand, that it could be really impossible to do this. Please confirm this, or did I miss something?
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz results evaluation customizationIs this correct?
add_filter( 'learn_press_evaluate_quiz_results', 'xxx_custom_quiz_mark', 10, 3 );