Forum Replies Created
-
AuthorPosts
-
Casey D
MemberHello straymondchurch,
We don’t offer anything like that out of the box.
One of our developers created a plugin called Event Rocket that may accomplish what you are looking for. It creates shortcodes for widgets, which can then be added to your pages/posts.
We don’t support Event Rocket here, but let me know if that doesn’t work for you!
Cheers!
– Casey Driscoll
Casey D
MemberHello connectingyourvision,
This should be easy enough with a line of CSS. Something like:
.tribe-events-event-meta .time-details { display: none; }
This should get you 90% of the way there, depending on your theme or other customizations you’ve added.
If you check out our Themer’s Guide, you could probably make a template override to display what you want.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello unhinged,
Barry is gone this week unfortunately and he would be the exact guy to ask.
After asking around we don’t believe we have a built in function in the API that will do what you ask.
You may want to just try tribe_get_events with the title query set to the event you want. I believe all recurring instances have the same title, so they should all be returned.
If that doesn’t work let me know! I’ll follow up and see if we can get something elegant thought up.
Cheers!
– Casey Driscoll
July 9, 2014 at 10:28 am in reply to: The "months" view does not display event names and does not link. #322833Casey D
MemberHello laurahknight,
In 3.5 we released a ‘responsive design’ feature update. What you are seeing here (grid with dots) is our month view for smaller screens.
There seems to be a conflict with the theme. If you changed to a theme like Twentytwelve temporarily, you should see the month view behave normally.
I’m not exactly sure where the conflict lies, but ultimately the container window is too small and it is ‘tripping’ the responsive code. If you were able to make this wider, I believe it would work correctly.
This is a great site otherwise and I’ll add it to our showcase list once we correct this!
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello msgrandlge,
I believe the pagination setting in WP-Admin > Event Settings > “Number of events to show per page” setting. I’m not entirely sure how that effects the RSS feeds, but I would start there.
There is nothing else that works out of the box, but you should be able to create a custom query to do what you like. If you check out our Themer’s Guide, you could probably make a template override to display what you want.
If you have a moment, we’d love for you to submit your idea to our UserVoice forum. We take user ideas and contributions very seriously, and many times their ideas end up in our future releases.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello baynature,
Could I get more information? We don’t have a vendor type, only ‘Organizers’ and ‘Venues’. Did you mean one of those?
Also, where would you like to search and see results? I don’t believe we currently have a dedicated system in place, and we don’t have a url scheme like /organizers or /venues set up yet.
If you have a moment, we’d love for you to submit your idea to our UserVoice forum. We take user ideas and contributions very seriously, and many times their ideas end up in our future releases.
It is of course technically possible to query the database for anything inside of it, as long as you have the know how.
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello jkash23686,
Thanks for contacting us!
Could I get some more information? In our default system, events don’t self delete; there is simply no mechanism for auto deletion in the code.
Could you expand on what ‘Housekeeping’ is? Is that a theme or plugin? I’m not able to pinpoint it on a Google search. If its purpose is to delete/clean up entries, the configuration may be set incorrectly.
After talking with the team I think you are probably referring to The Events Calendar Housekeeper plugin. As it is posted on that readme, we don’t offer support for that here, you’ll have to ask for support on the plugin page on the .org repo.
The best way to troubleshoot this is to use our Testing for Conflicts tutorial.
Hope this helps!
Cheers!
– Casey Driscoll
Casey D
MemberHello n1112997,
Thanks for contacting us and sorry you are having these issues! It think you may have caught a bug in our code.
I’ve tried to manually import these events from Facebook to my own install, and I am unable to reproduce the problem this way.
From what I can tell though, when I auto imported your events, Facebook events without a venue are given the venue of the previously imported venue. I’m betting there is a loop that doesn’t clear the venue variable from the previous event. (*maybe*)
For now, importing each event individually should be a suitable work around, or changing the venue after import. This only took an extra 3 minutes for me.
I have created a ticket [#28950] and will update this thread when we release the fix.
Could I get a link to the other issue you mentioned?
Thanks for bringing this to our attention!
Cheers!
– Casey Driscoll
Casey D
MemberHello maxprinciotta,
This is a great idea, but would create an extra layer of validation that would be more than a small bit of code. Unfortunately that level of customization goes beyond the scope of the forums.
If you have a moment, we’d love for you to submit your idea to our UserVoice forum. We take user ideas and contributions very seriously, and many times their ideas end up in our future releases.
Out of the box without adding any code, the best way to do this is have users submit drafts and have an admin screen for large events.
Additionally, adding a message at the top of the page (making it as bold as you care too) may limit the amount of large events you receive, as users self screen.
You could use some front end validation to do some date math with jQuery. The answer to the problem is inherently straight forward. Set a click event on both date fields, and screen to make sure the events are less than 3 days apart, notifying the user if they are otherwise. This would be the fastest, but there may be other forms of validation (back end support) that would create a more robust solution.
Hope this helps! Let me know if I can offer any more pointers.
Cheers!
– Casey Driscoll
Casey D
MemberHello happeningsmedia,
Sorry for this frustration! This was an issue for some users, when they upgraded to 3.5. Can I get more information about your upgrade process? What two versions did you go from -> to?
This post should help, but let me know if it doesn’t work for you. It includes steps for removing duplicate events.
https://theeventscalendar.com/release-events-calendar-pro-3-5-2-hotfix/
Cheers!
– Casey Driscoll
Casey D
MemberHello young,
Thanks for contacting us! Typically if they are bite sized, we can do 2 in 1. Typically it is best practice to have one per thread though, for better communication and future search results.
1. You do not have to create pages, they are automatic. You may need to “flush permalinks,” by resaving your permalinks in the Settings > Permalinks admin page.
2. The default styling for related events is a horizontal display. It looks like you are using a special theme that styles this differently. You can start by changing the template styling in Events Settings > Display tab. Try changing the Events Template back to ‘Default Events Template’ and see if that is acceptable. Other wise you will have to alter the page template, so that the related events are not dumped into the sidebar layout it is now.
Actually, all of that meta information is typically underneath the content, and your theme builds it differently. It will take a bit of work (maybe) to change it back. You may have to cut up the grid a bit to make it work. But if you’re learning this will be a great exercise.
I should be able to give you some pointers if you have any questions. Search your theme style for ‘wpv-tribe-events-meta’ and add more styling to change the float and width properties. This should change the grid.
I’m not sure I can help much more, but if you have any questions I will be happy to give you some pointers. Unfortunately that level of customization goes beyond the scope of the forums.
Cheers!
– Casey Driscoll
July 8, 2014 at 10:15 am in reply to: Mini Calendar Events Widget "Fast Forward" Tut Question #311164Casey D
MemberHello cudafunk,
Thanks for contacting us.
I wasn’t able to reproduce your issue. I followed the steps given and everything worked well; I was able to control the query limit from the widgets page.
The code is designed to accelerate the month if there are no events in the current month. As you have events in July I’m not yet sure how this would affect the code (I’d have to take a closer look). From what I can tell though, none of the code affects the query limit, so that should still be controlled by the widget.
My best guess is something is failing somewhere and all the defaults are being displayed (5 events from the current month).
Can you get me more code samples? A copy of your functions.php would be a good start, are you passing a month into Tribe_Advance_Minical()?
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello jcpenrose83,
Thanks for the updated information! We can’t guarantee interoperability with ever plugin on the public repo, although we do our best to make sure our plugins work with popular themes and plugins with over 100,000 downloads.
And ultimately, customizations (especially with conflicting plugins) go beyond the scope of the forums.
That said I’ll do what I can to help!
My gut says that ‘<br />’ at the end of line 4 is clearly the problem, as it is breaking the DOCTYPE string (which is then auto-closed by some step down the line)
If you check line 35 of the-events-calendar/views/tickets/email.php you’ll see the full doctype declaration with no line break. I don’t see a similar line in your template, but if you find where that is added in the other plugin and fix it, I believe the problem will go away.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
July 8, 2014 at 9:34 am in reply to: Week View Link from "View As" nav gives "uncategorized" by default #310760Casey D
MemberHello websherpa,
Sorry you’re experiencing this! It definitely sounds like a theme conflict, and I’m unable to reproduce it on my end.
Can you confirm the problem doesn’t happen when you change to Twentytwelve AND turn off other plugins? If you only change the template the other theme components are still at play.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello jcpenrose83,
Thanks for contacting us and sorry you are having this issue!
Could post that code to pastie.org or another service? I want to make sure I am seeing it correctly.
Also, where is that code from and where is email.php? I’m not sure if our code is responsible for the email template, we may just leverage WooCommerce, but I may be mistaken.
Lastly, can you please confirm that this happens when you disable all other plugins and switch to a standard theme? There may be other issues if it continues to happen.
Thanks!
– Casey Driscoll
-
AuthorPosts
