-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more rich text formatting options in the job submission editor #2076
Comments
@dericleeyy -- in case it is helpful, I am using the following code in my functions.php file of my child theme (if you aren't using a child theme or prefer using a plugin, use the Code Snippets plugin) to expand formatting options and allow pasting in of limited rich text (use at your own risk, as I am not an expert!):
The last part of the code (after the "Remove, strip, and replace tags when content is pasted into TinyMCE" comment) is pulled mostly from here. UPDATE: code has been working well for me on a busy job board over the past couple years! |
4824532-zen
|
|
Request for the ability to copy and paste from existing job descriptions while retaining formatting. https://wordpress.org/support/topic/formatting-in-the-job-description-field-is-not-applied/ |
Support References This comment is automatically generated. Please do not edit it.
|
5622416-zd-woothemes - rich text formatting for the application form. |
7677377-zen: When copying and pasting a list with bullet points from Word to the description box, the bullet points change to smaller ones, even though the description box can make good-looking bullet points on its own. |
Hello, I do have the same issue basically but I cannot manage to get the provided code working. What am I doing wrong? Code is php right? |
@edv-esgf -- the code I provided above is PHP and continues to work well for me when added to functions.php, but I don't use WPCode, so I unfortunately can't help with what configuration will allow it to work through that plugin. |
Hello, good morning. Thank you, I'll try. Is there any position I need to put it in the functions.php or that's not important? |
@edv-esgf -- generally, not important. I would just put the code below any code that is already there. Also, note that -unless you are using a child theme- updating your theme will remove any customizations to the theme's functions.php file, so you will have to re-add this code to it after updating your theme. |
|
Is your feature request related to a problem? Please describe
Currently, the job submission form has a very limited WYSIWG editor for the job description.
Describe the solution you'd like
Extend the capability of this editor by adding more formatting options like headings.
Describe alternatives you've considered
Support HTML code formatting in the editor.
Additional context
3523513-zen
The text was updated successfully, but these errors were encountered: