fouad.z
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Erreur 500 after course savingI know its hard to quote, and i have no log, wordpress log doesnt show this error and server log doesnt show also, this is why i went to test each plugin conflicting by disabling it one by one and then i found that the problem came from learndash and group system of buddypress for learndash, i have no other information, sorry
Forum: Plugins
In reply to: [Clean Login] Bug with password regenerationThank you
Forum: Plugins
In reply to: [Clean Login] Bug with password regenerationCorrected on clean-login.php line 575
replace
$url = esc_url( add_query_arg( 'pass', $new_password, $url ) );
by
$url = esc_url( add_query_arg( 'pass', urlencode($new_password), $url ) );
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Template overrideGreat it works, thank you
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendThis code just remove the error but now the problem is that the buddylist is never updated
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendI d replaced the line 79 by and it work:
if ( $course_users_query instanceof WP_User_Query ) { $users = $course_user_query->get_results(); }
in file includes/bp-learndash-users-enrollment.php
- This reply was modified 7 years, 3 months ago by fouad.z.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendI thinnk the error is this one ?? :
Call to a member function get_results() on array line 79 for the file user_enrollement
Forum: Plugins
In reply to: [Trust.Reviews] Facebook review – auto update feedThank you for support, the owner of the page has his publication limited to friends that why we do not see his review
Forum: Plugins
In reply to: [Trust.Reviews] Facebook review – auto update feedSended by email, thank you
Forum: Plugins
In reply to: [Trust.Reviews] Facebook review – auto update feedMaybe it will be better if we work with our own facebook api and not widgetpack no ?
Forum: Plugins
In reply to: [Trust.Reviews] Facebook review – auto update feedHi we have the pro version and reviews never refresh, i configured with one hour, empty the cache of the website but only one review is showing
@programmin you marked this post as resolved , did you find a solution please, thank you
- This reply was modified 7 years, 6 months ago by fouad.z.
Is there any changes to make this work with ajax theme please ?