Yury
Forum Replies Created
-
Hello @hastibe , thanks for the hint, but unfortunately your piece of code did not work for me. I did some testing and it seems that passing wpautop into submit job form seems to fix the issue
function smyles_submit_job_form_wp_editor_args( $args ){ $args['quicktags'] = true; $args['wpautop'] = true; $args['textarea_rows'] = 18; $args['tinymce']['toolbar1'] = 'bold,italic,underline,|,bullist,numlist,|,link,unlink,|,undo,redo'; return $args; } add_filter( 'submit_job_form_wp_editor_args', 'smyles_submit_job_form_wp_editor_args' );I am marking this thread as resolved – however, I am leaving a bug report open here https://github.com/Automattic/WP-Job-Manager/issues/2054 for further investigation.
Hello @cena , it is true that paragraphs are working fine at the job posting page, the problem is that all the paragraphs dissapear when you intend to edit the job posting from the frontend. I can provide you an access to my testing environment, if neccessary – it has only WPJM installed + Twenty Twenty theme.
Forum: Fixing WordPress
In reply to: 302 redirect instead of 301 after switch to httpsHello,
I have the same problem here – 302 redirects are active by default when setting site up to https. I have tried to add some rules in htaccess, but it loops up to “too many redirects”.