Course category carousel on a different WP site

Home Forums Legacy Support Support queries How-to & Troubleshooting Course category carousel on a different WP site

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #364736
    ART-Providers
    Participant
    How can we use a course category carousel from one website to another side We want to cross link Course carousel into another site and crosssell and promote. Is there an api we can use to pull course carousel while can then take users to parent site?
    #364771
    Veronica
    Moderator
    hi like if you are using course category carousel on any page then edit the page with elementor and save the template/import and when you create a new page you can use that template with the elementor and remove the unnecessary elements
    #364811
    ART-Providers
    Participant
    Sorry I had a typo there so I am not clear. What I am looking for is a course data Rest API so course data from one site can be picked on another. What we want is to display course name and title on Wordpress site #1 where people can click to go to the site#2 to purchase. Site #2 is WPLMS site but site #1 is normal Wordpress site. I found some rest api endpoint but not sure if this is supported. Please find out for me
    #364945
    Veronica
    Moderator
    hi please check this: https://vibethemes.github.io/wplms-docs/developer-guide.html#api-docs
    #365886
    ART-Providers
    Participant
    Thanks Veronica. That helps When we connected it is able to pick image and title but is there a way to grab the course link url as well so they can click to target site? http://staging10.art-providers.com/ https://snipboard.io/0iaqFo.jpg
    #365949
    Anshuman Sahu
    Keymaster
    Well the api is for the course categories not for courses . for courses please use : course/filters(?P.+)? ENDPOINT : This endpoint uses the json data as the url to fetch results, for example if you want to fetch the recent courses then use the json data in the url Url : http://localhost/wordpressnew/wp-json/wplms/v1/course/filters?filter=%7B%22search%22:%22%22,%22filters%22:%5B%5D,%22sort%22:%22popular%22,%22paged%22:1%7D refer:
    #366014
    ART-Providers
    Participant
    Thank you Is there an additional reference you missed in the response
    #366090
    ART-Providers
    Participant
    This still does not bring up the course specific URL For example this one should get linked to title text "Equine Behaviour and Psychology Course" https://dev.art-providers.com/course/equine-behaviour-and-psychology-course/ How do we get the course URL on site
    #366112
    Anshuman Sahu
    Keymaster
    there is no api which gives categories and courses both . Two different endpoints present to fetch these .
    #366155
    ART-Providers
    Participant
    I am just wanting a api to fetch course and course URL Is that possible? So Course title course image Course price Course URL Is that possible?
    #366242
    Anshuman Sahu
    Keymaster
    Yes this is the api you are looking for : Url : http://localhost/wordpressnew/wp-json/wplms/v1/course/filters?filter=%7B%22search%22:%22%22,%22filters%22:%5B%5D,%22sort%22:%22popular%22,%22paged%22:1%7D
    #366243
    Anshuman Sahu
    Keymaster
    in https://vibethemes.github.io/wplms-docs/developer-guide.html#api-docs
    #366370
    ART-Providers
    Participant
    I do not understand You had shared this api before which is linked to course filter localhost but I do not see the course URL picked. Can you grab a site course url from dev.art-providers.com using an api? Here are the login details in next message.
    #366442
    Anshuman Sahu
    Keymaster
    here is the url : https://dev.art-providers.com/wp-json/wplms/v1/course/filters?filter=%7B%22search%22:%22%22,%22filters%22:%5B%5D,%22sort%22:%22popular%22,%22paged%22:1%7D IT gives courses .
    #366444
    ART-Providers
    Participant
    Thanks Alex We are able to get the basket linkwhich works https://dev.art-providers.com\basket\?add-to-cart=6589 But what I am after is the Course URL for Veterinary Nursing : https://dev.art-providers.com/course/veterinary-nursing/ How do I get the url please??
Viewing 15 posts - 1 through 15 (of 26 total)
  • The topic ‘Course category carousel on a different WP site’ is closed to new replies.