Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Popular Features › Forums › Textarea Toolbar and Buttons Do Not Exist?
Tagged: Waiting for Themosaurus
- This topic has 5 replies, 2 voices, and was last updated 1 year ago by
Manathan.
-
AuthorPosts
-
AlongarParticipant@alongar
- 29 Topics
- 83 Posts
Hello,
In the WordPress backend dashboard, under [i]settings->forums[/i] if ‘[b]Post Formatting[/b]’ is checked (which is by default), it should add a toolbar and buttons to textareas to help with HTML formatting. There is no toolbar when creating a forum post or topic and editing either a forum post or topic also shows no toolbar to the textarea.
May 12, 2022 at 15:54 #40462@themodactyl- 0 Topics
- 5752 Posts
Hi Alongar, 🙂
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
Waiting the update, simply add the following code snippet to your website:
/** * FIX: Display toolbar in forums */ body:not([class*="yz-"]) #bbpress-forums #new-post .quicktags-toolbar{ display:block; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
May 13, 2022 at 12:20 #40474@themodactyl- 0 Topics
- 5752 Posts
Hi Alongar,
I’m sorry to read that. Is the option activated?
It’s working right on our demo. I think there is a third party plugin or a code snippet that could interfere.
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Thank you.
May 16, 2022 at 10:09 #40511AlongarParticipant@alongar- 29 Topics
- 83 Posts
Hello,
I fixed the issue. The issue with the quicktags toolbar not showing up with the code snippet you provided was because the plugin Autoptimize was optimizing JavaScript code that relates to
wp-includes/js/quicktags.min.js
I excluded that script from Autoptimize. If anyone is using Autoptimize, they will need to exclude
wp-includes/js/quicktags.min.js
under JS, CSS & HTML tab in Autoptimize.Thanks for pointing me in the right direction by stating that it could be a third party plugin, it was.
May 16, 2022 at 17:51 #40543@themodactyl- 0 Topics
- 5752 Posts
Hi Alongar,
I’m glad to read you’ve been able to solve this! 🙂
Thank you for sharing the solution with us. I’m sure it will help other users facing the same issue. By doing this, you’re making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
Have a nice day.
May 17, 2022 at 11:31 #40552 -
AuthorPosts
You must be logged in to reply to this topic.