selection courses on homepage

Home Forums Legacy Support Support queries Setup issues selection courses on homepage

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #180016
    MeesterGijs
    Spectator
    How can I set courses alphabetically on the homepage? See screenshot
    #180121
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin ::   add_filter('vibe_editor_filterable_type',function ($query){ $query_args['orderby'] = 'title'; $query_args['order'] = 'ASC'; });
    #180137
    MeesterGijs
    Spectator
    Dear Alex, Thanks again for all your effort. This bit of code didn't work. Perhaps you had an other wish of mine in your head. I mean the order of the courses at the bottom of my homepage. See screenshot
    #180258
    Anshuman Sahu
    Keymaster
    Im sorry please try this code :

    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin ::

    add_filter('vibe_editor_filterable_type',function ($query){ $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; });
    #180280
    MeesterGijs
    Spectator
    Dear Alex, Thank you, but it's still not in Alphabetic order. Could you fix that? screenshot I changed layout, btw. I like this better.
    #180396
    Anshuman Sahu
    Keymaster
      okay its a carousel actually ,

    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin ::

      add_filter('wplms_carousel_course_filters',function ($query){ $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; });
    #180437
    MeesterGijs
    Spectator
    Perfect. And is there is possibilty to deselect some courses/slugs?
    #180440
    MeesterGijs
    Spectator
    No! What I mean is dat I don't get this screenshot you showed. On my phone the titel underneath the image is on the right of the image. So it's not responsive on my phone..
    #180566
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #180593
    MeesterGijs
    Spectator
    Well, forget it then. I hope it shows well on all other users' phones. I'll close this topic.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘selection courses on homepage’ is closed to new replies.