CSS issues in 4.0

Home Forums Legacy Support 4.0 Bugs & Issues CSS issues in 4.0

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #319677
    prateekgupta2009
    Participant
    Recently i migrated to 4.0 and i want to show 4 courses in Related Course Section on Single Course Page & In mobile view i want to show two menus in a row in footer.
    #319678
    prateekgupta2009
    Participant
    This reply has been marked as private.
    #319885
    Veronica
    Moderator
    hi we can try this with custom codes please confirm this http://prntscr.com/v3uc83
    #319889
    prateekgupta2009
    Participant
    yes, i want two menus in a same row. Also let me know how to show 4 Courses in Related courses Section on single course page: https://prnt.sc/v3ulcs
    #320149
    Veronica
    Moderator
    ok yes we can try this and will update you here need time to check the same
    #321324
    prateekgupta2009
    Participant
    Any update on the above for css ?
    #321663
    Veronica
    Moderator
    hi please try to add this in wp-admin>>plugins>>plugin editor>>wplms customizer plugin>>wplms-customizer.php add_filter(‘vibe_related_courses’,function($args){ $args[‘posts_per_page’] = 4; return $args; }); to show 4 courses
    #321677
    prateekgupta2009
    Participant
    Its not working. And also i need the CSS code for showing two footer menus in a same row in mobile view http://prntscr.com/v3uc83.
    #321972
    Veronica
    Moderator
    ok I need to check this will provide the code tomorrow for sure and for the above one, I think it's the issue of priority I need to increase the priority will share it too tomorrow need your patience thanks
    #323059
    prateekgupta2009
    Participant
    can you provide me the code for showing 4 related courses in a row, i have been waiting for this from long time. 2 menu in footer in mobile view that i have done myself. Please provide me code to show 4 related course in a row.
    #323359
    Veronica
    Moderator
    hi please add this in wp-admin>>plugins>>plugin editor>>wplms customizer plugin>>wplms-customizer.php
    add_filter('vibe_related_courses','related_courses_v4,999999);
    function related_courses_v4($args)
    {
        $args['post_per_page'] = 4;
        return $args;
    }
    #323369
    prateekgupta2009
    Participant
    on which criteria it shows the related courses like category or level or tag etc ? Is there a way to select on what basis it need to show the related courses.
    #323494
    Veronica
    Moderator
    yes we have course-category and we can't change it
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘CSS issues in 4.0’ is closed to new replies.