Forum Replies Created
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
Juippi
SpectatorGot it to work after digging through the WPLMS files and the API docs. For others who might be interested (in functions.php file): add_action( 'rest_api_init', 'register_subtitle' ); function register_subtitle() { register_rest_field( 'post', 'subtitle', array( 'get_callback' => 'api_get_subtitle', 'update_callback' => null, 'schema' => null, ) ); } function api_get_subtitle( $object, $field_name, $request ) { return get_post_meta( $object[ 'id' ], 'vibe_subtitle', true ); }Juippi
SpectatorJust checked that it's running on php7.08Juippi
SpectatorNot sure if it is officially supported but we run our WPLMS on php7 and it works just fine.Juippi
SpectatorBasically I would like to remove all inline css created by the theme customizer. This would make it easier to keep everything in order as everything is controlled from the same place.Juippi
SpectatorSolved... don't really know what did it but now the button works.Juippi
SpectatorCan't get it to work... followed the instructions to the letter. Can you take a look? Login: vibethemes Password: @1SuperP@ssword https://kahvitauko.fi/wp-login.php An example of a free course can be found: https://kahvitauko.fi/course/nettisivujen-luonti-omalle-koneelle/February 4, 2016 at 8:31 am in reply to: Students can not choose random unit anymore since update to 2.0.2 #25189Juippi
SpectatorIt was ajaxFebruary 4, 2016 at 4:30 am in reply to: Students can not choose random unit anymore since update to 2.0.2 #25089Juippi
SpectatorI get this same problem even though I have set: WPLMS > Course Manager > Unit Locking > Free AccessJuippi
SpectatorBump! Was on my way to ask this same question :D However, I only got: Warning: Declaration of BP_Profile_Cover::upload_dir_filter() should be compatible with BP_Attachment::upload_dir_filter($upload_dir = Array) in /home/xxxxxxxx/wp-content/plugins/bp-profile-cover/includes/class.attachment.php on line 17 Warning: Declaration of BP_Group_Profile_Cover::upload_dir_filter() should be compatible with BP_Attachment::upload_dir_filter($upload_dir = Array) in /home/xxxxxxxx/wp-content/plugins/bp-profile-cover/includes/class.attachment.php on line 53 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxxx/wp-content/plugins/bp-profile-cover/includes/class.attachment.php:17) in /home/xxxxxxxx/wp-content/themes/wplms/includes/func.php on line 353Juippi
SpectatorJuippi
SpectatorSolved. The culprit was, for one reason or another plugin called Decision tree. This plugin forms a crusial part of our experience so we have opted to have it activated. For this reason, we would like to know: under which circumstances the Vibe options is suspectible to reset all choises?December 31, 2015 at 5:14 pm in reply to: Major: Vibe Options Panel v. 2.0 changes not saving #16308Juippi
SpectatorI just verified that all my plugins from you are up to date so nothing there. In addition, I have not made any chanes to:- other plugins (removed or added them)
- to the server side or
- to our CDN
Juippi
SpectatorDear Alex, thank you for your reply. What is your estimation on when the non ajax course will work like a charm? Our course will not allow us to enable the force completion :( -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)