shlomi

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Events created in front-end doesn't related to the course #95816
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: Events created in front-end doesn't related to the course #95449
    shlomi
    Participant
    Thank you. I checked it, and the event does belong to course while course is publish. The 2nd issue, is the wrong event time. See attached video - http://sendvid.com/i69o96if Can you pls assist. Thanks
    in reply to: Wrong Picture Showing on Facebook Share #95236
    shlomi
    Participant
    Thank you Alex, will do.
    in reply to: Wrong Picture Showing on Facebook Share #95193
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: Events created in front-end doesn't related to the course #95191
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: Wrong Picture Showing on Facebook Share #94985
    shlomi
    Participant
    It doesn't fixed it, still took the wrong data. Thanks
    in reply to: Course setting and customization #94781
    shlomi
    Participant
    For example - I added filter - //start_end add_filter('wplms_course_details_widget',array($this,'wplms_custom_course_details_widget_start_end'));/span> And the function - function wplms_custom_course_details_widget_start_end($details){   $course_id = get_the_ID();   $start_date = get_post_meta($course_id,'vibe_start_date',true); $end_date = get_post_meta($course_id,'vibe_end_date',true);   if(isset($start_date) && $start_date!=''){ $start_date = date_i18n(get_option('date_format'), strtotime($start_date)); $extra = array('start_title'=>'<li style="text-align: right; color: orange">תאריך המפגש הראשון: ', 'start_date'=>'  
    • <i class="fa fa-calendar" aria-hidden="true"></i>'.$start_date.'
      '); //array_splice($details, 1,0,$extra); }else{ $extra = array('start_date'=>'<li style="text-align: center; color: orange">לא נקבע מועד התחלה לקורס '); //array_splice($details, 1,0,$extra); }   if(isset($end_date) && $end_date!='') { $end_date = date_i18n(get_option('date_format'), strtotime($end_date)); $extra_end = array('end_title'=>'<li style="text-align: right; color: orange">תאריך מפגש הסיום: ', 'end_date'=>'  
    • <i class="fa fa-calendar" aria-hidden="true"></i>'.$end_date.'
      '); $extra = array_merge($extra, $extra_end); }   $payment = array('payment'=>'<li style="text-align: center">*** בשלב זה התשלום מתבצע ישירות למורה המלמד במפגש הראשון *** '); $extra = array_merge($extra, $payment); array_splice($details, 1,0,$extra);   return $details;   } to my customizer_class.php and i can't see it - it wasn't a problem yesterday... It started after i adjusted the course settings - Thanks    
    in reply to: Events created in front-end doesn't related to the course #94777
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: Wrong Picture Showing on Facebook Share #94775
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: Wrong Picture Showing on Facebook Share #94641
    shlomi
    Participant
    There is a problem with my facebook share as well - The text bellow the pic is the one from the registration page and not from the course i attended to share - It started after 2.5.2 updates. Thanks
    in reply to: Theme upgrade #93962
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: End Date in front end setting #92036
    shlomi
    Participant
    Works perfect. Thank you
    in reply to: Hide stats under admin on course page #87400
    shlomi
    Participant
    Very good, Thx!
    in reply to: BuddyPress Translation problem #86869
    shlomi
    Participant
    This reply has been marked as private.
    in reply to: BuddyPress Translation problem #86849
    shlomi
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 19 total)