misterjtc
(Jordan Cook)
30 Ottobre 2020, 4:41pm
1
Mi piace molto il nuovo pulsante per i nuovi argomenti nel forum principale di Discourse.
Posso farlo anche sul mio sito?
ondrej
30 Ottobre 2020, 4:42pm
2
Ciao
Questa è una funzionalità del tema Material Design
Dovrai installarla sul tuo sito. Consulta il link sottostante se non sei sicuro di come farlo.
This is a guide for installing and managing themes and theme components in Discourse.
Required user level: Administrator
Installing and customizing themes can significantly improve the look and feel of your Discourse site. You can easily import and manage themes and their components through the Discourse admin panel.
This guide covers:
Importing new themes and theme components
Adding theme components to a theme
Managing automatic updates
Additional resourc…
3 Mi Piace
Questa domanda è già stata posta in passato. Ho fornito una risposta dettagliata qui:
I can do better than that … I believe this is the CSS (UPDATED):
@mixin buttonShadow {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
@mixin buttonTransition {
transition: right 0.5s, bottom 0.5s, border-radius 0.5s, text-indent 0.2s,
visibility 1s, width 0.2s ease, height 0.5s ease 0.4s, color 0.5s,
background-color 2s, transform 0.5s;
}
//New Topic Fab
#create-topic.btn-default {
display: flex;
align-items: center;
justify-content: center;
@inc…
Il codice potrebbe essere stato modificato da allora…
3 Mi Piace
misterjtc
(Jordan Cook)
30 Ottobre 2020, 4:45pm
4
Grazie @ondrej .
Ho usato il tema Material Design su questo forum come prova. Non avevo capito che fosse specifico per quel tema. È installato sulla mia istanza, ma non lo utilizzo.
Sarei interessato a sapere come farlo in generale.
Attualmente lo faccio con i link dell’intestazione personalizzata, ma preferisco quello fluttuante.
misterjtc
(Jordan Cook)
30 Ottobre 2020, 4:47pm
5
Grazie per la risposta @merefield .
Sarebbe fantastico come plugin o componente del tema!
1 Mi Piace
system
(system)
Chiuso
29 Novembre 2020, 4:50pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.