Comments sabinocanyonhikerun started the conversationApril 8, 2023 at 12:35am<p> tag shows up on organizer text box. Trying to figure out how to remove it.Attached files: Screenshot_20230407_173240_Chrome.jpg 877Zhivko repliedApril 10, 2023 at 4:06pmHi,Sorry for the delay.I guess this page is made via the elementor builder?If so, open file stachethemes_event_calendar / assets / php / elementor / widgets / single_page / elements.phpfind this code on line 618: printf('<div class="stec-layout-single-organizers-organizer-description stec-style-text">%s</div>', esc_html__($organizer->get_details()));and remove the esc_html__ part like this: printf('<div class="stec-layout-single-organizers-organizer-description stec-style-text">%s</div>', ($organizer->get_details()));Let me know if the problem persists afterwards. Stachethemes Developersabinocanyonhikerun repliedApril 10, 2023 at 5:08pmNo worries on the delay. I'm sure you're busy. And you can't sit in front of a screen all the time. Just want to say I appreciate your help always. I feel bad sometimes that I've reached out to you so often. I'll try this fix later today. Thank you. Sign in to reply ...
<p> tag shows up on organizer text box. Trying to figure out how to remove it.
Attached files: Screenshot_20230407_173240_Chrome.jpg
Hi,
Sorry for the delay.
I guess this page is made via the elementor builder?
If so, open file
find this code on line 618:
and remove the esc_html__ part like this:
Let me know if the problem persists afterwards.
Stachethemes Developer
No worries on the delay. I'm sure you're busy. And you can't sit in front of a screen all the time. Just want to say I appreciate your help always. I feel bad sometimes that I've reached out to you so often. I'll try this fix later today. Thank you.