Eliminar estudiantes matriculados y reseñas en la página de curso

Home Forums Legacy Support Support queries Setup issues Eliminar estudiantes matriculados y reseñas en la página de curso

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #261722
    belentxu13
    Spectator
    Quiero eliminar estudiantes matriculados y reseñas en la página de curso ¿Cómo puedo hacerlo? Gracias
    #262070
    Anshuman Sahu
    Keymaster
    To disable the reviews please simply edit the course in backend and disable the comments there in the discussion metabox .   please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :   .students_undertaking { display: none !important; }
    #262269
    belentxu13
    Spectator
    Las reseñas o valoraciones de la parte inferior de la página de curso las tengo eliminadas. Me refiero a las reseñas que hay bajo el titulo del curso (link). En ese lugar aparecen unas estrellas y el número de valoraciones junto al número de alumnos. No quiero que aparezcan en ningún lugar de la página del curso ni de la página directorio de cursos. El número de alumnos tan solo quiero que lo sepa el instructor. Respecto al código CSS: Tengo el tema hijo activo ¿Dónde tengo que instalar el código en el tema hijo o el tema original? Gracias </div>
    #262423
    Veronica
    Moderator
    hi, for custom css code you have no need to add this in the child theme simply go to wp-admin>>appearance>>customize>>custom css and add the code there. and for your query can you please explain what you want to hide you can share screenshot for this it will be great if you do the same! if you want to hide comments then you simply disable them from edit course and disable "allow comments" . please let me know if i misunderstood somthing!
    #262672
    belentxu13
    Spectator
    Agregó el código y no ha modificado absolutamente nada. Este foro no me permite adjuntar imágenes y desconozco el motivo. Así no puedo trabajar
    #262796
    Veronica
    Moderator
    hi, are you talking about this section if yes then share your page url i will provide the code for this. use https://prnt.sc/ to upload and share the URL of the screenshot.
    #262829
    belentxu13
    Spectator
    Hola, Si, me refería a esta sección. Gracias por el enlace. Adjunto la imagen para que pueda ver a qué me refiero https://prnt.sc/snwutw Gracias!
    #263118
    Veronica
    Moderator
    hi, please add this code: .single-course div#item-header-content div#item-meta .students{display:none;} .single-course .students_undertaking {display:none !important;} it will hide them: https://prnt.sc/sojfyr add this in custom css part for this simply go to wp-admin>>appearance>>customize>>custom css
    #263163
    belentxu13
    Spectator
    Hola! Se ha eliminado de la zona lateral, pero continua en la superior bajo el link Además de los alumnos también deben de desaparecer las valoraciones http://prnt.sc/solwso Gracias
    #263549
    Veronica
    Moderator
    use this: .single-course .course_meta_details div#item-meta strong.course-star-rating, strong, .students {display:none;}
    #263574
    belentxu13
    Spectator
    No ha funcionado
    #263959
    Veronica
    Moderator
    use this: .single-course .course_meta_details div#item-meta strong.course-star-rating, strong, .students {display:none !important;} refer: https://prnt.sc/spuukx if doesn't work for you then share your page url
    #264123
    belentxu13
    Spectator
    This reply has been marked as private.
    #264302
    Anshuman Sahu
    Keymaster
    add this as well.   strong.course-star-rating { display: none !important; }
    #264310
    belentxu13
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 25 total)
  • The topic ‘Eliminar estudiantes matriculados y reseñas en la página de curso’ is closed to new replies.