Forum Replies Created
-
AuthorPosts
-
November 5, 2017 at 5:33 pm in reply to: The output from the additional fields of the type "URL" seems to be broken #1375708
Nicole
ParticipantHi 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,
NicoleNovember 1, 2017 at 7:59 pm in reply to: The output from the additional fields of the type "URL" seems to be broken #1373428Nicole
ParticipantThanks 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,
NicoleApril 25, 2016 at 8:40 pm in reply to: Recurrence rules > custom > frequency > weekly: day selection bug #1106955Nicole
ParticipantThanks 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!
February 23, 2016 at 12:13 am in reply to: No ability to add a new organizer for community events #1080512Nicole
ParticipantHi 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
-
AuthorPosts
