Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Popular Features › Forums › Textarea Toolbar and Buttons Do Not Exist?
- This topic has 6 replies, 2 voices, and was last updated 1 year, 1 month ago by Manathan.
-
AuthorPosts
-
AlongarParticipant@alongar
- 37 Topics
- 103 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
- 6593 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
- 6593 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- 37 Topics
- 103 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
- 6593 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@themodactyl- 0 Topics
- 6593 Posts
Hi Alongar,
We have just released a new update of Grimlock for bbPress. Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
July 26, 2023 at 12:43 #45753 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Textarea Toolbar and Buttons Do Not Exist?’ is closed to new replies.