- This topic is empty.
-
AuthorPosts
-
September 3, 2023 at 12:53 pm #7803
Jacob
GuestIs there a reason this forum doesn’t have the Quicktags Toolbar when creating posts? Can this be enabled?
Is it possibly related to this bug?
September 3, 2023 at 4:00 pm #7804Justin
GuestYah, I also don’t know why because it’s enabled already. I have wondered the same thing, maybe something in the theme needs to be added?
September 3, 2023 at 4:11 pm #7805Sharon
GuestHmm that patch does seem to work:
add_action( 'wp_footer', 'swap_js_body_tags' ); function swap_js_body_tags() { remove_action( 'wp_footer', 'swap_js_body_tags' ); echo "<script>document.body.className = document.body.className.replace('no-js','js');</script>\n"; }September 3, 2023 at 4:12 pm #7806Douglas
Guestalthough it appears in a vertical stack instead of horizontal lol
we have bbPress CSS enabled so not sure why, must be something in our theme CSS that’s overriding the layout
September 3, 2023 at 4:12 pm #7807Teresa
Guestthanks @OP
September 3, 2023 at 4:13 pm #7808Evelyn
GuestFor Google:
bbPress Editor buttons missing since 2.6.8 upgrade
“The post editors’ buttons are missing after upgrading to the 2.6.8 release.
In 2.6.6 the buttons are still visible.
As mentioned in this support thread https://bbpress.org/forums/topic/editor-buttons-missing-since-2-6-8-upgrade/, there is a workaround by editing the theme, but that’s not ideal.”September 3, 2023 at 4:33 pm #7814Stephen
Guestwell some new CSS in HoverCraft theme and seems better now. Eventually we will disable bbPress CSS and keep it all in the theme hopefully
-
AuthorPosts