Okay
  Public Ticket #3343845
Remove <p> tag from showing up on front end (and back end)
Closed

Comments

  • sabinocanyonhikerun started the conversation

    <p> tag shows up on organizer text box.  Trying to figure out how to remove it.

    Attached files:  Screenshot_20230407_173240_Chrome.jpg

  •  785
    Zhivko replied

    Hi,

    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.php

    find 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 Developer

  • sabinocanyonhikerun replied

    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.