Okay
  Public Ticket #3638897
Course categories
Closed

Comments

  • Ernesto started the conversation

    Hi, I want to create links to the course categories so that when clicked, only the courses from the current categories are shown. How can I do this? With shortcodes? Or with a widget?

  • [deleted] replied

    hi we have course category carousel elementor block for this purpose . 

  • Ernesto replied

    that widget is not working for what I need. I need to create new pages or a template, showing only de courses of the current category. LIKE THIS:

    6599658166.png
  • [deleted] replied

    Please share your site url and admin creds in private reply

  •   Ernesto replied privately
  • [deleted] replied

    can you share the page url of your category page , also share if you are using a child theme and it has taxonomy-course-cate.php file in it?

  •   Ernesto replied privately
  • [deleted] replied

    category page works : 

    8162636399.png


  • Ernesto replied

    thanks but it doesnt look good how can i edit how it shows 

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .archive.tax-course-cat .col-md-3.col-sm-3 {display:none;}
    .archive.tax-course-cat .col-md-9.col-sm-8{width:100% !important;flex :0 0 100% !important;max-width:100%;}
    .archive.tax-course-cat .pagetitle{padding:15px;}
    .archive.tax-course-cat .pagetitle,.archive.tax-course-cat .pagetitle h1,.archive.tax-course-cat .pagetitle a{color:#ffffff;}