Is that possible to insert Udemy courses into my website?
They have to pay the fee for Udemy Courses to the Udemy, but study the courses on my website. (It's compulsory for my people to learn some specific courses from Udemy.)
One more extra question:
How do I edit my courses from course page from 3 columns to 4 columns in a row?
@tecsen,
Please check this article:
https://wplms.io/support/knowledge-base/connect-take-this-course-button-to-external-page-2/
You can connect your button to the udemy courses.
The other question solution
Please share the screenshot or the page URL so I can share the custom css for that
@tecsen
Please try this custom css and add this in wp-admin > appearance > customize > custom css
.tax-course-cat .col-md-4{width:25% !important;}
.tax-course-cat .col-md-4{clear:both !important;}
.tax-course-cat .col-md-4{clear:none !important;}
It will look like this:
http://prntscr.com/ov19wg
Hi, thanks for help. But there is something wrong with the spacing.
It looks like this right now:
https://prnt.sc/ovdtzk
@tecsen
Apologies for this
Please add this one instead of above
@media(min-width:600px){
.tax-course-cat .col-md-9 .col-md-4{width:25% !important;}
.tax-course-cat .col-md-9 .col-md-4:nth-child(4n+1){clear:both !important;}
.tax-course-cat .col-md-9 .col-md-4:nth-child(3n+1){clear:none !important;}
}
recording:
https://screencast-o-matic.com/watch/cqjr1TtQmx
Hi, the code is perfectly works.
Back to the udemy question, the solution u gave me is that others click on the button, so they will be redirect to udemy website, right?
But I want them to study Udemy courses on my website, is that possible to do so?
Hey, sorry for this. The code you gave me is working perfectly on desktop but not responsive on mobile. Please refer to
https://prnt.sc/ovj26h.
@tecsen
Updated the above code please check. It will work perfectly in terms of responsiveness in mobile devices also.
study Udemy courses on my website: The external link solution provided above is the only solution right now through which you can check the udemy courses on your website.