Rome is a light Discourse theme that feels like an ancient roman manuscript and uses color based on pigments available to an artist of the time.
This is my second Discourse theme, following Ghost !
Coming next is a theme setting to make it less tied to history, which might make sense for Science and Research communities .
Daily quote
I borrowed the sidebar widget from Fakebook and replaced the intro with a random daily quote to encourage civilized discourse, fetched from a serverless Deno script. I added three quotes by Marcus Aurelius, Alexander the Great (yes, he’s Macedonian ), and Julius Ceasar. Feel free to suggest quotes by creating an issue or pull request at https://github.com/melhosseiny/rome-quotes .
Mood
Source :
Sentences, folio 171r, Peter Lombard (yes, it’s medieval
)
Let me know in the comments if you experience issues or have suggestions!
33 Me gusta
hokod
(hokod)
12 Diciembre, 2021 10:02
2
En móvil y PC, en tema, ¿cómo podemos desactivar el número de comentarios y visualizaciones?
1 me gusta
Mi CSS es bastante básico, pero puedes añadir un componente de tema para hacerlo.
Si pegas esto en la pestaña Común de un nuevo componente, debería funcionar:
.topic-list .topic-list-item .main-link .link-bottom-line .views{
display: none;
}
.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
display: none;
}
Detalles Adicionales
Ve a /admin/customize/themes
Haz clic en instalar y luego en crear nuevo
Dale un nombre y selecciona ‘componente’.
Crear
Añádelo a tu tema
Haz clic en el botón Editar CSS/HTML y pega esto en la pestaña Común :
.topic-list .topic-list-item .main-link .link-bottom-line .views{
display: none;
}
.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
display: none;
}
Y guarda.
2 Me gusta
melhosseiny
(Mostafa Elshamy)
12 Diciembre, 2021 11:22
4
Usando el CSS de @JammyDodger podrás ocultar comentarios y visualizaciones, pero ¿por qué querrías hacerlo? Puedo considerar añadir una configuración de tema.
2 Me gusta
hokod
(hokod)
12 Diciembre, 2021 12:11
5
Gracias, chicos, lo arreglé.
1 me gusta
Monikas
(JustMonika)
3 Junio, 2024 21:17
6
¿un theme-component separado para este diseño?
Monikas
(JustMonika)
3 Junio, 2024 21:24
7
¿Se puede desactivar esto?
Lilly
(Lillian Louis)
3 Junio, 2024 21:27
8
está en la configuración del sitio de administración
3 Me gusta