Adeel
Forum Replies Created
-
The changes have been added to the v2.4.1 update that has been released already. Feel free to update to this version and try it.
Thanks!@itapress Thank you for pointing this out. Will update the code in the next version update so that the strings use the translation functions instead.
Thank you so much for sharing your feeback here Michael.
Means a lot!Thank you so much for sharing your experience here. This means a lot!
Glad to know you like the plugin. Thank you so much for sharing your feedback here.
Forum: Plugins
In reply to: [WP Customer Reviews] Sensitive Information Exposure vulnerabilityI have also seen a similar alert from the solid security plugin. Below is the link to the vulnerability report. It says version 3.6.8. Please check this one too.
Sensitive Information Exposure vulnerabilityThe Plugin has been tested with BBB 2.7 and no such freeze issues were noticed on our end.
@bakagiannis This error usually occurs when the BigBlueButton server is not responding. Can you please check if your BBB server is up and running properly.
Forum: Plugins
In reply to: [WP Customer Reviews] Google Rich Results Test Missing ImageI will wait for this to be included in the next update. Thanks for your prompt response. Cheers!
I see a problem with the plugin, even if the option is set to 1 Day it shows entries older than a day in the “Blocked Visits Log” menu. Can you please look into this?
Found this Db table wp_sbb_visitorslog.
Forum: Plugins
In reply to: [BuddyMeet] Shortcode not working in LearnDash lesson with focus modeHey Themis,
It resolves the issue after the update. Thank you for the efforts!Forum: Plugins
In reply to: [BuddyMeet] Shortcode not working in LearnDash lesson with focus modeThank you for pointing to that question. It solves the problem with a minor change in the code. The LearnDash course/lesson/topic is a post type but the check-in the code only applies to pages and not even normal posts. I have modified it like this, if that’s suitable please add it to the next version update.
In
plugins/buddymeet/buddymeet.php
Line #195
Thispublic function enqueue_scripts(){ $load_scripts = false; if(is_page()){
is changed to,
public function enqueue_scripts(){ $load_scripts = false; if(is_page() || is_single() ){
The second part is now already clear to me, Thanks!
We at WooNinjas are working hard to restore its earlier position and remove the bugs. The co-operation from the WP community would surely help us a lot.
Thank you ??- This reply was modified 7 years, 1 month ago by Adeel.