Nicole

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Nicole
    Participant

    Hi Jaime,

    Yes that is how I am created the additional field by going to events > settings > additional fields.
    The field label is “Where to book” the field type is URL.
    There are no other options to choose.
    Then when I create an event and add a URL in this field the output is not html it just shows the html code and tags as plain text. This output is the default as generated by the plugin for a single event. I believe the file is single-event.php and the section is event meta which calls modules/meta.php. We have not edited this file in any way. I understand the pro version is then adding the additional fields via events-calendar-pro\src\views\pro\modules\additional-fields.php. The code says:

    <?php foreach ( $fields as $name => $value ): ?>
    			<dt> <?php echo esc_html( $name );  ?> </dt>
    			<dd class="tribe-meta-value">
    				<?php
    				// This can hold HTML. The values are cleansed upstream
    				echo $value;
    				?>
    			</dd>
    		<?php endforeach ?>

    So why is this not outputting the html correctly?

    Best Regards,
    Nicole

    Nicole
    Participant

    Thanks for your response however you seem to have misunderstood the issue.

    This is not related to an event import.

    This issue is present for all manually added events in the wordpress admin. I can create a new event manually and add a link to the custom field type URL and the same problem is present.

    This is not a conflict. It’s a bug in the plugin code. I could look at the code myself and work out why the output for the custom field type URL is displaying all the HTML however I rather not make changes to the core so I was hoping you could provide a tracked fix.

    Best Regards,
    Nicole

    Nicole
    Participant

    Thanks very much! Yes I can see that now. I can also understand why my client was confused as the label text is actually sitting closer to the checkbox after when really it is related to the checkbox before. Please adjust this layout / padding in your next release and I’m sure there won’t be any more confusion 🙂

    Thanks again!

    in reply to: No ability to add a new organizer for community events #1080512
    Nicole
    Participant

    Hi Cliff,

    Thank you SSSOOOOO much!

    I was tearing my hair out as to why it wasn’t showing up and clearly I did not recall hiding it with CSS when the site was setup a while ago!

    So sorry for troubling you with this oversight.

    Thanks again,

    Nicole

Viewing 4 posts - 1 through 4 (of 4 total)