Please or Register to create posts and topics.

Feature request: font sizes OR headers

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?

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?

Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Awesome man, that would be nice.

Quote from qualmy91 on January 1, 2021, 1:42 pm

But 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).

Asgaros has reacted to this post.
Asgaros

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.

Asgaros has reacted to this post.
Asgaros
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

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 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!