Forum Replies Created
-
In reply to: visual editor showing html in posts
Any ideas why this happens? Still can not get the
align left
align center
align right
font family
font size
underline
text color
background color (for text)to work for front end users.
I tried Tiny MCE Advanced and it caused alot of issues – half of an individual post showed up in my black background – half in the “white” text area – still did not allow proper showing of the above formatting (showed code when published) – really a mess so I went back to WP Edit.
Also – all buttons are working fine in my other areas (like Sabai directory) for front end users – just BBPress?
In reply to: visual editor showing html in postsHey – I entered the code above in my child theme functions php file and my site went white. No pages would come up – all just white.
In chrome it said 500 error – in firefox just white screen. Any ideas?
In reply to: visual editor showing html in postsThank you – I am not sure where to put the above or which ones to use.
The only buttons I have that are not working properly for users are:
align left
align center
align right
font family
font size
underline
text color
background color (for text)The rest are working ok.
Thanks!
In reply to: visual editor showing html in postsAnyone know of a solution?
In reply to: visual editor showing html in postsUpdate – I found this code searching through the forums and tried it – it fixed the quotes – they are no longer showing raw code.
The font, size, color, align – still comes up as raw code.
function bbp_tinymce_paste_plain_text( $plugins = array() ) {
$plugins[] = ‘paste’;
return $plugins;
}
add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );last post on – http://dtcdancecentral.com/DTCTest/forums/topic/creating-a-topic-1-test-2/#post-12237
I decided to go ahead & purchase GD bbPress Toolbox to control this. Thanks for your input.
I already have WP Edit installed as I use it on the admin side. Is there any way to get the WP Edit buttons to show up in BBPress?
In reply to: Change wording: posts & freshnessThanks Robkk! I appreciate your assistance.
Hello Robkk. Thank you for responding. I am fairly new to creating a site & do not have the knowledge base yet to create the code for this to happen. I was hoping someone more knowledgeable than I may have already written this code for their site & would share the info.
I am running Divi by ET which allows me to insert code into an epanel so I would not have to dig into files & take the risk of destroying anything for that end.
Thank you for the link. I had not come across that tutorial info before.
In reply to: Change background/container colorsTried to edit, but could not:
WP 4.3.1
BBpress 2.5.8
Divi by Elegant ThemesThanks so much! I appreciate your assistance.
I added the code to my Divi Theme customizer & it took care of the lines – 🙂
I wish I knew today how to use the page builder with BBPress. If it is not Divi – I have not learned how. Another item to research & learn.
Is there a file or code I could add that would “hide” the reply text box & create a new topic text box all together from the forum pages until a user actually clicks on “reply” or “Create a Topic”?
Do I need to create a new topic for this as it is still dealing with the “look”? If so – please let me know.
Forgot to ask – If anyone has any ideas how to remove these lines I would appreciate your assistance.
Thank you.
ok – I have moved the forum nav tab to the top of the page with the others & I have added all files to my divi child theme.
http://dtcdancecentral.com/DTCTest/forums/
i was able to keep my forum index page looking the same – yeah!
My category, topics, replies pages are full width BUT they still have that white running down the sides.
Hi – thank you. I should have stated this in my post (sorry) – the BBPress forums aren’t locked – in the footer there’s a nav tab Forum 2 – those are the BBPress ones I am trying to get configured.
Hi – hoping someone can assist me with the list above.