Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Javian,
Thanks for reaching out to us!
The first 3 would definitely be possible with a combination of the Community Events plugin as well as the PRO plugin.
However, I’m not sure I follow the last request. Are you wanting there to be some sort of internal messaging system between the site owner and users submitting events that doesn’t go through email?
Thanks!
Josh
ParticipantHey Sandrine,
Thanks for reaching out to us!
To clarify, you’re wanting to have the single event page to show with the sidebar to the left and content to the right like the layout shows on the main loop for events?
As a first step, depending on the way your theme is built, you may be able to accomplish this by trying out a different page template for your events at the top of the Event Settings > Display tab. Try the available settings there to see if there is an option there to get the layout you’re looking for.
You can accomplish this, however it may take a little bit of development which would depend on the way the theme works. As a general approach, you can accomplish this by following our Themer’s Guide to copy the single events template into your theme. You can then customize based on your theme’s page templates by looking at your theme files and recreating a similar layout as used by your theme.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Dan,
Thanks for reaching out to us!
I know you don’t need the shortcode here but you can take a look at the associated shortcode file to see the arguments that can be passed to “the_widget” there. You can find that file at src > Tribe > Shortcodes > Mini_Calendar.php.
Looking there, you can add ‘category’ => ‘slug’ to your $instance array to get the additional control you’re looking for.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Linda,
Thanks for reaching out to us!
Are the breadcrumbs on your site created by your theme or by a plugin? For this, you’ll need to find where/how the breadcrumbs are created and may have to add some custom code (or filter the existing output) to include a new argument for the calendar.
I’m not sure exactly what the setup looks like here for your site, but the conditional to check for an event page would be “tribe_is_event_query”. You could then create a section within your breadcrumbs that looks something like:
if( tribe_is_event_query() && !is_singular( 'tribe_events' ) { echo 'Events'; }Let me know if this helps.
Thanks!
Josh
ParticipantHey Michel,
Thanks for reaching out to us!
Currently, you can register/buy tickets for multiple events in the same way that you can buy multiple products from the site. Would you mind giving some detail on what you’re looking for on registration here and we can try to get you pointed in the right directions.
Thanks!
Josh
ParticipantHey Ted,
Thanks for reaching out to us!
Would you mind sending a link to the iCal feed that you’re using so we can do some further tests here?
Thanks!
Josh
ParticipantHey Andrew,
Thanks for reaching out to us!
Definitely seems like a strange issue to be having. Looks like possibly some filters applied to the events queries isn’t getting limited to the frontend or a single loop.
As a test, if you install our Advanced Post Manager plugin, are you able to get to the other events there?
Let me know if this helps.
Thanks!
Josh
ParticipantHey David,
Awesome! I’m glad we were able to get to the bottom of this one.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
May 11, 2016 at 8:22 am in reply to: Changing the tribe-events-event-meta format in photo view #1113216Josh
ParticipantHey Cari,
Awesome! Happy to help.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHey Morten,
We don’t have anything like that built in. This is something that you could create your own shortcode for though. Rather than building the tribe_get_events queries in a template, you can build them into a shortcode. You could then take advantage of the shortcode attributes to quickly change the order.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Anthon,
Sure thing, you can see all of this in action and test out with the free version of our plugin from WordPress.org. All of the CSV import options are there in that version.
Let me know if this helps.
Thanks!
Josh
ParticipantHey David,
Thanks for reaching out to us!
Have you tried switching to a default theme to see if that resolves the issue? There could potentially by a template override in your theme that has modified code which is causing this particular issue.
Let me know if that shows anything.
Thanks!
Josh
ParticipantHey Morten,
Thanks for reaching out to us!
You have a couple of options for this one! If you’d like to modify a specific view, you can use “pre_get_posts” and modify the order with the desired arguments there. Be sure to add “suppress_filtes => true” to the arguments as well so it ignores the event date ordering that we natural force on the events.
You could also use “tribe_get_events” to build your own event lists. You’ll also need to add the suppress_filters option described above for this approach as well.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Brendan,
Thanks for reaching out to us!
I took a look at your site and noticed that there were several javascript errors on the page. This could definitely be the culprit for why the maps are no longer working on your site.
In particular, it looks like you’re experiencing the malformed javascript issues that are causing errors now that WordPress has updated the jquery version with WordPress 4.5.
If you’re familiar with using developer tools, you can use them to help you target that code and correct the format there.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Bartek,
Sounds good!
We usually ship out newsletters around release times as well as other times throughout the year. We don’t necessarily have a set schedule for when we send out newsletters though.
Thanks!
-
AuthorPosts
