In Namaste! LMS I was able to move bbPress Topics to Lessons. Could this be another way to solve this problem?
]]>I included wpforms in my website and changed the typography with css. It works but only the toppic “E-Mail” and “Kommentar oder Nachricht”. “Name” and “Datenschutz” don′t change. So I changed the font-family of “Name” and “Datenschutz” with an extra CSS. It works. But the font-weight still don′t change. I don′t know whats wrong. Can you help me?
"
.wpforms-form label{
font-family: Raleway-regular !important;
font-weight: 100 !important;
}
.absendebutton {
background-color: #88B8DE !important;
transition-duration: 4s;
}
.absendebutton:hover {
background-color: #496377 !important;
}
.Name {
font-family: Raleway-regular !important;
font-weight: 100 !important;
}
.Datenschutz {
font-family: Raleway-regular !important;
font-weight: 200 !important;
}
"
Thanks a lot!
]]>For me, this is like an extra job for admin. User should not be shown the quote link for the quoted message in the first place to prevent user to make second quote from the quoted message.
https://paste.pics/OBV6I
Seeking your advice.
Regards.
]]>Currently the plugin sends notification to only single topic. Is there any possibility to send notification to more than one topic?
Thank you
]]>I am trying to include an add_action() for when a user posts a reply to a Forum Topic. Thanks!
Jessica
]]>