Feature request: font sizes OR headers
Quote from lucio7 on November 24, 2020, 9:44 pmHey guys,
I used to have TinyMCE on, and that allowed users to change text size or pick a header.
I want to run as little plugins as possible though, so I removed Tiny and now… Users miss the headers :).
Personally, I think they have a point: it’s very helpful to break up posts with titles as it makes reading and comprehension much easier.
Plus, it’s also better for SEO since you can use keywords.
Any chance we’re going to see an option for headers coming any time soon?
Hey guys,
I used to have TinyMCE on, and that allowed users to change text size or pick a header.
I want to run as little plugins as possible though, so I removed Tiny and now… Users miss the headers :).
Personally, I think they have a point: it’s very helpful to break up posts with titles as it makes reading and comprehension much easier.
Plus, it’s also better for SEO since you can use keywords.
Any chance we’re going to see an option for headers coming any time soon?
Quote from qualmy91 on January 1, 2021, 1:42 pmHey @lucio7,
Asgaros Forum is using the basic version of TinyMCE that is installed with WordPress. Since most of the users are using a plugin to adjust tiny MCE if needed, it will be not so likely to add this setting to Asgaros Forum soon.
But why don’t you want to use the plugin that you were using before? Did you have some performance problems?
Hey @lucio7,
Asgaros Forum is using the basic version of TinyMCE that is installed with WordPress. Since most of the users are using a plugin to adjust tiny MCE if needed, it will be not so likely to add this setting to Asgaros Forum soon.
But why don’t you want to use the plugin that you were using before? Did you have some performance problems?
Quote from lucio7 on January 1, 2021, 5:28 pmAwesome man, that would be nice.
Quote from qualmy91 on January 1, 2021, 1:42 pmBut why don’t you want to use the plugin that you were using before? Did you have some performance problems?
It’s just to keep as little plugins as possible, to keep the website slimmer and simpler.
You know how it is, the more complexities, the more things that can go wrong.
By the way, are you and Thomas brothers? You guys look similar. And a suggestion: if you put PayPal in your signature I’d be happy to go ahead with the coffee (credit card takes longer, higher barriers to donations).
Awesome man, that would be nice.
Quote from qualmy91 on January 1, 2021, 1:42 pmBut why don’t you want to use the plugin that you were using before? Did you have some performance problems?
It’s just to keep as little plugins as possible, to keep the website slimmer and simpler.
You know how it is, the more complexities, the more things that can go wrong.
By the way, are you and Thomas brothers? You guys look similar. And a suggestion: if you put PayPal in your signature I’d be happy to go ahead with the coffee (credit card takes longer, higher barriers to donations).
Quote from qualmy91 on January 2, 2021, 10:07 amHey @lucio7,
no Thomas is not my brother. I just came into Asgaros Forum when my dad needed a custom function for his forum. So after that, I started to get more involved here and also created my own Plugin “Toolbox for Asgaros Forum”.
I also want to add PayPal, but I had some trouble setting up the account. And since I’m quite busy at the moment I didn’t get the account. Maybe I will try it again later.
Hey @lucio7,
no Thomas is not my brother. I just came into Asgaros Forum when my dad needed a custom function for his forum. So after that, I started to get more involved here and also created my own Plugin “Toolbox for Asgaros Forum”.
I also want to add PayPal, but I had some trouble setting up the account. And since I’m quite busy at the moment I didn’t get the account. Maybe I will try it again later.
Quote from adamrafferty on January 3, 2021, 12:24 pmWhat would be super is a codex with the CSS selectors (is that correct?) to users can easily add CSS.
The appearance styles seem to not be responding in the Asgaros admin panel, so I added the following to my Wordpress “Additional CSS” in the “Customise” screen, and it worked.
I had to dig with my browsers dev tools to find the selectors, so a list would have made this go faster.
I like this because there are no more plugins added on top of plugins, it just tells Wordpress what to do 🙂
Example
#af-wrapper #forum-header {
background-color: #6a7a9e;
color: #000000;
}#af-wrapper .title-element {
background-color: #6a7a9e;
}#af-wrapper {
font-size: 16px !important;
}
What would be super is a codex with the CSS selectors (is that correct?) to users can easily add CSS.
The appearance styles seem to not be responding in the Asgaros admin panel, so I added the following to my Wordpress “Additional CSS” in the “Customise” screen, and it worked.
I had to dig with my browsers dev tools to find the selectors, so a list would have made this go faster.
I like this because there are no more plugins added on top of plugins, it just tells Wordpress what to do 🙂
Example
#af-wrapper #forum-header {
background-color: #6a7a9e;
color: #000000;
}
#af-wrapper .title-element {
background-color: #6a7a9e;
}
#af-wrapper {
font-size: 16px !important;
}
Quote from SteveH on December 21, 2021, 5:28 pmQuote from adamrafferty on January 3, 2021, 12:24 pm#af-wrapper {
font-size: 16px !important;
}Dropping this in WordPress > Appearance > Customize > Additional CSS worked for me!
Thanks!
Quote from adamrafferty on January 3, 2021, 12:24 pm#af-wrapper {
font-size: 16px !important;
}
Dropping this in WordPress > Appearance > Customize > Additional CSS worked for me!
Thanks!