add forum to curriculum

Home Forums Legacy Support Support queries How-to & Troubleshooting add forum to curriculum

Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #193630
    MeesterGijs
    Spectator
    I think I read somewhere (at the forum or after updating theme) that you could now add a link to the course forum in the forum curriculum, when in a unit/quiz. Is that true? And how can I accomplish this?
    #193735
    logan
    Member
    Hey, please share screenshots where do you want to show the curriculum and please elaborate more. waiting for response
    #193739
    MeesterGijs
    Spectator
    I would love to have it over here... But I also vaguely remember deleting the button from here.
    #194105
    logan
    Member
    Hey there, Please paste this snippets in your wp-admin > plugins > editor > wplms-customizer plugin > wplms-customizer.php  add_action('wplms_course_start_after_timeline',function ($course_id,$unit){ $forum = get_post_meta($course_id,'vibe_forum',true); if(!empty($forum)){ echo '<a class="button full" href="'.get_permalink($forum).'">'._x('Course forum','','dsf').'</a>'; } },10,2);   **there is code limitations. i could add this button here only. refer: http://prntscr.com/md71po
    #194133
    MeesterGijs
    Spectator
    Thanks! That's great. Could you help me with custom css to make sure: - the font is exactly the same - text is translated to GA NAAR FORUM - the heigth and width is the same as the buttons underneath - And that it has the same hover settings? screenshot
    #194274
    logan
    Member
    Hey, Please goto wp-admin > appearance > customize > custom css > paste & save. .logged-in a.button.full:hover{ background: #ffffff !important;    color: #85dfb3 !important;   } Regards.
    #194276
    MeesterGijs
    Spectator
    Great. Last thing: How do I get full capital letters? Like the buttons underneath..   Thanks
    #194298
    logan
    Member
    ohh sorry, I have written that too must be skipped in copy/paste. try this: .logged-in a.button.full:hover{ background: #ffffff !important;    color: #85dfb3 !important; text-transform: uppercase; }
    #194311
    MeesterGijs
    Spectator
    Thanks. I added the uppercase for not hovering myself. Question: How do I move it up? So that the space between the three green buttons is even? LAST Q: How do I translate the text from 'course forum' to 'NAAR CURSUS FORUM'?
    #194445
    logan
    Member
    Hey, "Thanks. I added the uppercase for not hovering myself". Well done friend. Use this code: .logged-in .more_course input.review_course.unit_button.full.button {margin-top: 10px !important;} refer: http://prntscr.com/me3k8j
    Goto customizer and change the text from there. refer: http://prntscr.com/me3leu
    Greetings
    #194458
    MeesterGijs
    Spectator
    Both worked. Thanks! But what about the height. You can see that the forum buttom has less height than the buttons underneath.. Thanks again, Logan.
    #194626
    logan
    Member
    Hey, paste this code in custom css. .page-template.page.logged-in section#content a.button.full {height: 50px !important; padding: 16px !important;} Refer: http://prntscr.com/melxmp
    #194628
    MeesterGijs
    Spectator
    Great. You can close this one, Logan. Appreciate the quick responses with immediate code solutions. Thanks
    #194830
    logan
    Member
    Hey There, Glad to know your issue is resolved. Cheers ! If I can be of assistance, please do not hesitate to contact me again. Closing this topic. Best regards:)  
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘add forum to curriculum’ is closed to new replies.