Comments 1romain started the conversationNovember 26, 2019 at 9:38amHelloIs it possible to have return to the line ( < br > ) in the short description text for oraganizers ? For now, all the text is very compacted...In 'stec_organizer' page...Thanks 877Zhivko repliedNovember 27, 2019 at 9:26pmHi,Could you provide me with wp-admin to check it out since the page is in maintenance mode. Stachethemes Developer romain replied privately 877Zhivko repliedNovember 28, 2019 at 2:41pmGo to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css: .stec-page-organizer .stec-page-organizer-person-about { line-height: 2.2 !important; }This will increase the spacing between lines. Stachethemes Developer 1romain repliedDecember 2, 2019 at 10:28amThanks for answer.But that does not answer my question. The description field appears to be raw (plain) text. I can't even do a line break. And neither insert a simple html like ... <b>, <i> or <br> So the layout is not smart...Any alternative please ? 877Zhivko repliedDecember 2, 2019 at 3:03pmOpen file: stachethemes_event_calendar\assets\php\o.organizer.php on line 147change: $this->details = sanitize_textarea_field($details);to: $this->details = $details;After this change you should be able to insert html tags. Stachethemes Developer 1romain repliedDecember 19, 2019 at 2:36pmOk, thanks for this answer, and sorry for delay. Alone, this modification doesn't work. I must modify /stachethemes_event_calendar/view/front/pages/organizer.php at line 25 : ... echo($organizer->get_details())... Is there a way to insert this in my child theme, or all will go away at next update... ?Thanks 877Zhivko repliedDecember 23, 2019 at 1:36pmIt will go away and will be replaced with different filter that will allow html content. Stachethemes Developer 1romain repliedJanuary 6, 2020 at 8:46amOk thanks Sign in to reply ...
Hello
Is it possible to have return to the line ( < br > ) in the short description text for oraganizers ?
For now, all the text is very compacted...
In 'stec_organizer' page...
Thanks
Hi,
Could you provide me with wp-admin to check it out since the page is in maintenance mode.
Stachethemes Developer
Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:
This will increase the spacing between lines.
Stachethemes Developer
Thanks for answer.
But that does not answer my question. The description field appears to be raw (plain) text.
I can't even do a line break.
And neither insert a simple html like ...
So the layout is not smart...
Any alternative please ?
Open file: stachethemes_event_calendar\assets\php\o.organizer.php on line 147
change:
to:
After this change you should be able to insert html tags.
Stachethemes Developer
Ok, thanks for this answer, and sorry for delay.
Alone, this modification doesn't work.
I must modify /stachethemes_event_calendar/view/front/pages/organizer.php at line 25 :
Is there a way to insert this in my child theme, or all will go away at next update... ?
Thanks
It will go away and will be replaced with different filter that will allow html content.
Stachethemes Developer
Ok thanks