Forum Replies Created
-
AuthorPosts
-
Nico
MemberHowdy Jens,
Welcome to our support forums and thanks for reaching out to us! I’ll help you here…
I think the way to go is to use the Advanced list widget via shortcode. It’s still as customizable as using it in the widgets area. Take a look at this two articles: Configuring the List Widget and Add event content to an event widget.
The code to place inside the sample page you pointed out would be (assuming the event category slug is advanced-math-courses):
[tribe_events_list category="advanced-math-courses"]
Please let me know if this helps,
Best,
NicoNico
MemberHey Yuri,
We are almost there, that’s great.
2), 3) Mobile view it’s ok! But I am waiting for your response about the datepicker positioning!
On this note, if you switch to default Tweenty Sixteen theme, does it shows up correctly (below the field)?
5) In the Map View tribe-events-event-cost is not displayed on the same line with the title, it appears higher than the title. Picture 5-1. In all other view types no such problem. Picture 5-2.
/* no new line for title in map view */
h2.tribe-events-map-event-title {
display: inline;
}
6) In the mobile version of List View span.tribe-event-date-start is not displayed on the same line with div.tribe-events-venue-details. It’s ugly rests on the edge of the block. Picture 6-1 (1). In all other view types no such problem. Picture 6-2.
@media only screen and (max-width: 480px){
.tribe-events-list .tribe-event-date-start {
padding-left: 12px;
}
}
Regarding points 5 and 6, you might need to tweak the code to fit your needs. As stated before we do not support styling customizations, the above are suggestions and I won’t be able to spend more time with them though I hope they work well!
Best,
NicoNico
MemberThanks for the update Lars!
Only getting the error when saving Display Settings? Or are you getting it when saving any Events Settings Tab?
The line to which the error is pointing at is a function that stores multiple values, and the only option with multiple values in the Display Settings Screen are Event Views. Can you try to re-set those values? Maybe just set it to List and un-check all other options, then Save Changes. After this, set the views as need in your site and Save CHanges once more. Does this makes any change?
Best,
NicoNico
MemberHi Pieter,
Thanks for reaching out to us on this!
Unfortunately what you are looking for is not possible out of the box. But we can try to find a work around this. Off the top of my head is think it’s possible to hide the list that is shown per default, maybe with some javascript after it loads. A similar solution might be to trigger a ‘click’ event on the ‘today’ event in the grid, although if the date has no events it won’t work.
Do you think this might work for you? If so let me know and I’ll give this snippet a try!
Best,
NicoNico
MemberHey Becky,
Thanks for getting in touch with us! I’ll help you here…
On your site I’m seeing the following reCaptcha error: An internal error occurred: 5344A8D5CF8D1.A803387.C403E955. I found this post explaining how to deal with this error → reCaptcha: An internal error occurred. More troubleshooting steps can be found in the official documentation → reCaptcha Troubleshooting.
Please let me know if you get it to work,
Best,
NicoJune 2, 2016 at 5:14 am in reply to: _tribe_wooticket_attendee_optout: is appearing on my orders #1121545Nico
MemberHi Sonya,
Thanks for reaching out to us!
What you report is actually a known bug. Hopefully it’s not harmful for your tickets or events. It’s just an oversight on our side.
Please let me know if I can help you with anything else,
Best,
NicoNico
MemberStocked to hear Fred, thanks!
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoJune 2, 2016 at 4:49 am in reply to: Unable to retrieve content from site within multisite (both using same plugin) #1121533Nico
MemberWoooot! Thanks for the heads-up Nick and mates 🙂
Really glad you could work this out!
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoJune 1, 2016 at 2:31 pm in reply to: Filter Bar not filtering events with additional fields #1121357Nico
MemberGlad to hear Jo! This bug has been recently logged and unfortunately is affecting various customer’s sites, so the fix for this is a high priority for our next maintenance/bugfixes release. We are hoping to release version 4.2 next week, this is a major/feature release. Intermediately after this is released we will be scheduling maintenance release 4.2.1 and hopefully having it out in two more weeks.
I’ve linked this thread with our internal bug report, so you’ll receive a heads-up when the fix is released. Do you think you can wait for the launch of 4.2.1?
Please let me know about it,
Best,
NicoJune 1, 2016 at 1:33 pm in reply to: Events page theme title same as uncategorized blog post #1121349Nico
MemberThanks for following up Derek!
My guess is the theme is using a conditional structure to set this title. And makes check like is this an archive page? Is this a single page? Is this a custom post type? etc…
I would dive into the theme’s functions.php file and try to find the actual code that does this to find the flaw in the logic that leading to this title.
Also, reporting this to SkatDesign might be a good idea!
Please let me know about it,
Best,
NicoPS: you can also modify the content of the title with a Javascript snippet, it will work but the suggest above will be less hacky.
Nico
MemberHey Fred,
Thanks for following up! If the category name/slug is ‘short-course’ (and ‘events’ slug is not modified) the URL should be: http://site.com/events/category/short-course/.
Also, if you go to WP-Admin > Events > Event Categories you can open each one using the view link (https://cloudup.com/c0-3r8ktsc9).
Please let me know if this answers your question or if I’m missing something,
Best,
NicoNico
MemberPerfection! Thanks for confirming Hal 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberThanks for the heads-up Michael! Glad this is resolved 🙂
If this crops up again be sure to reach out.
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoMay 31, 2016 at 2:41 pm in reply to: Filter Bar not filtering events with additional fields #1120914Nico
MemberHi Jo,
Thanks for following up and so sorry to see you are still struggling to make things right 🙁
I see that filterbar is now deactivated on your site. I’m going to insist on something that was suggested earlier, but I that you didn’t confirm this: Can you make sure there’s no filter set to autocomplete, if there is any please change it to dropdown in WP-Admin > Events > Settings > Filters and re-test?
Also, I’m mostly sure the same error is affecting the search and the view changes. Basically a JavaScript conflict.
Hope I can find the solution for this soon,
Best,
NicoNico
MemberHi there Yuri,
Sorry for the delay in my reply! Glad to see we are making some progress 🙂
2), 3) Now Datepicker is displayed on the desktop and on the tablet (iPad), but is not displayed on the mobile.
To make the datepicker show up in mobile view as well please change the z-index in the snippet I previously sent to 110
.datepicker {
z-index: 110 !important;
}
7) Yes, it worked! But I need to do the same with an Map View. Prompt, what files and lines need to be adjusted.
Super! For map view the file to copy is: wp-content/plugins/events-calendar-pro/src/views/pro/map/single-event.php and the copy should be placed in wp-content/themes/your-theme/tribe-events/pro/map/single-event.php, the line to edit is line 70.
Regarding the datepicker positioning I’m not quite sure what’s going on, I’ll take a deeper look and let you know!
Please let me know about the above,
Best,
Nico -
AuthorPosts
