Cant enable comments on a course, reviews doesn't show up

Home Forums Legacy Support Support queries How-to & Troubleshooting Cant enable comments on a course, reviews doesn't show up

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #132081
    lapacast
    Spectator
    This reply has been marked as private.
    #132209
    H.K. Latiyan
    Participant
    Hi, 1) I have enabled the comments for this course on your website. 2) I checked the fonts, the fonts are same on the mobile and desktop. The issue is with the rendering of the fonts, its the browser that is not rendering the fonts properly on your mobile device. On the desktop it shows sharp fonts but on mobile the sharpness of the fonts are gown but still the fonts are same, it has the same font family added to it in mobile also.  
    #133030
    lapacast
    Spectator
    Hi Again. 1. Everytime I edit this course, comments are gone. Please tell me what do you do to enable the comments on this course, they are gone again :( -> <span style="background-color: #eeeeee; color: #4b4d4d; font-family: Lato; font-size: 14px;">http://laurapaez.com/talleres/course/que-necesito-para-dibujar-figurines</span> 2. I dont think is a rendering problems, fotns are completly different, did you see my picture?
    #133239
    H.K. Latiyan
    Participant
    Hi, This is very strange that the comments are being disabled automatically. Ok, Try adding the below code in your wplms-customizer.php file present in your wp-admin->plugins->editor->select wplms customizer plugin->wplms-customizer.php file: // Enable Comments forcefully in course add_action('init',function(){   global $post;   if($post->post_type == 'course'){     wp_update_post(array('ID'=>$post->ID,'comment_status' => 'open'));   } });   This will enable the comments for all the courses whenever a course page is loaded. -------------- I checked your screenshot and your website also, the font family never changes, it always shows railway fonts, refer: http://prntscr.com/h0wcbu This is a mobile view screenshot which shows railway font and in desktop also it shows railway fonts. So if the font family is not changing then it means the fonts are not changing its same in both mobile and desktop. If there is a specific text where you think the font changes, then please let me know I'll check if the font family changes on it or not.
    #133265
    lapacast
    Spectator
    Thanks, I add this code and I still can't have comments on this specific course http://laurapaez.com/talleres/course/que-necesito-para-dibujar-figurines/ code
    #133351
    H.K. Latiyan
    Participant
    Hi, I have fixed it on your website please check.
Viewing 6 posts - 16 through 21 (of 21 total)
  • The topic ‘Cant enable comments on a course, reviews doesn't show up’ is closed to new replies.