Forum Replies Created
-
AuthorPosts
-
George
ParticipantSorry to hear this, @David!
When you say the guests are “not showing up on the list”, can you confirm what specific list you are referring to?
Next, can you post your site’s “System Information”? Here’s how to do that ? https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thank you!
GeorgeGeorge
ParticipantHey @Tobak,
Have you added custom code already to try and hide the images in photo view or otherwise? If so, please remove this custom code.
What I would recommend doing instead is just pasting the following CSS into the bottom of your theme’s style.css file:
#tribe-events-content.tribe-events-list .tribe-events-event-image {
display: none;
}βοΈ Let me know how this goes for the first main issue of hiding images on List View but not Photo View. We can address further things from there! π
β George
George
ParticipantSorry to hear this!
I cannot recreate this behavior at all, so what I would recommend doing is deactivating ALL PLUGINS on your site except for only this one, single plugin:
β’ The Events Calendar
THEN, activate a default theme like Twenty Twelve or Twenty Sixteen.
Then try making new events and see if the same issues persist.
What do you find?
β George
George
ParticipantHey Sean,
I’m sorry to hear about this!
I just tested this on my local site and it works fine. You mention having tested removing your customized template files; what about if you proceed with the rest of the steps on this article? ? https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
After EACH STEP in the process, try to recreate the problem and see if anything changes.
I am sorry to recommend thisβbut I could not recreate the problem and so, at this time, this still appears like it could be a theme or plugin code conflict.
Sincerely,
GeorgeGeorge
ParticipantHey Hannu,
Thanks for reaching out!
This is unfortunately not possible with just The Events Calendar, but can be achieved with the combination of The Events Calendar and Event Tickets.
Both of these are free plugins. You can find Event Tickets here ? https://wordpress.org/plugins/event-tickets/
Cheers!
GeorgeJune 1, 2016 at 7:48 am in reply to: Can people register for specific workshops within a conference? #1121152George
ParticipantHey Virginia!
Thanks for reaching out. Our plugins unfortunately do not provide support for the sort of event structure you describe here.
I’m sorry to disappoint! π Please let me know if there is anything else I can try to help with.
Sincerely,
GeorgeGeorge
ParticipantHi @tobak,
There are some specific settings that have bugs along these lines; this does not imply the entire array of settings, though, and so Sarah’s specific issues may vary from the ones in other threads.
If you have further thoughts or need further support, please open a new thread and we will get to your thread as soon as possible.
Thanks!
GeorgeGeorge
ParticipantI can assist with this remaining CSS tweak if you can share a link to let me see it firsthand then hand the reins back over to you.
Writing custom CSS is not something we can help with, and so it is not covered in the knowledgebase because it is not a service we provide.
Thank you,
GeorgeGeorge
ParticipantThis reply is private.
May 31, 2016 at 3:31 pm in reply to: Gathering Submitter's Email When Allowing Anonymous Submission #1120940George
ParticipantHey Teresa!
There is unfortunately no “out-of-the-box” way to require the email address of the submitter other than the Additional Fields feature which you described from within Events Calendar Pro. π
You would have to manually write extensive custom coding to add another field to the submission form. π
I’m sorry to disappoint!
GeorgeGeorge
ParticipantHi there!
Yes, to use Community Tickets you need to install and activate the following free plugins:
β’ The Events Calendar
β’ WooCommerce
β’ Event TicketsAnd then you need to purchase and install the following premium
β’ Event Tickets Plus
β’ The Events Calendar: Community EventsI hope this helps clarify things!
GeorgeGeorge
ParticipantHey @Ralf,
This is indeed interesting. I’m sorry to say, though, that at this time none of our plugins offer something like you describe. π
It is technically possible, but only with extensive code customizations far beyond the scope of our license support or of any existing WooCommerce extension that I know of.
I’m sorry to disappoint! Please let me know if there’s anything else I can try to help with.
Sincerely,
GeorgeGeorge
ParticipantThis reply is private.
May 31, 2016 at 3:09 pm in reply to: Wrap the hole tribe-events div in custom HTML code for design purposes #1120926George
ParticipantHey @Baggio!
You should be able to pull off this customizations by using the methods outlined on this guide ? https://theeventscalendar.com/knowledgebase/themers-guide/
Please read that guide and follow its methods, and tinker a bit, because we unfortunately cannot help with custom coding here. π
I will mention, however, that if you use those methods, what you can do is use those methods to make a theme version of this file found in The Events Calendar:
/the-events-calendar/src/views/default-template.phpYou should find code there like this:
get_header();
?>
<div id="tribe-events-pg-template">
<?php tribe_events_before_html(); ?>
<?php tribe_get_view(); ?>
<?php tribe_events_after_html(); ?>
</div> <!-- #tribe-events-pg-template -->
<?php
get_footer();
In your custom theme version (see that guide above to learn what “custom theme version” even means), you can wrap the above content in whatever HTML you want and it should wrap the #tribe-events div too.
I hope this helps!
β George
May 31, 2016 at 12:08 pm in reply to: Allow customers enter 2 names if 2 tickets are bought? #1120838George
ParticipantHey James,
While we unfortunately do not have any sort of “name badges” feature, Event Tickets Plus does have an Attendees Meta feature now. This may help with requiring the name for each ticket.
What you could do is add an “additional information” field for tickets called “Attendee Name:”, and this way, if someone buys 5 tickets, they will have to enter the name of the attendee for each person.
You can learn about how to do this by reading this article here and tinkering around a bit ? https://theeventscalendar.com/knowledgebase/collecting-attendee-information/
Be sure you are using the most recent version of all plugins! π
Cheers,
George -
AuthorPosts
