Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Matt,
No problem, happy to help. I’m glad you were able to get what you were looking for pulled together here.
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 Anna,
Thanks for following up here!
It sounds like you may have a javascript error on your post edit screen if nothing happens when clicking that link.
If you take a look at the console (pick your browser for instructions here), do you see any errors displaying there when clicking the link?
Thanks!
Josh
ParticipantHey Anna,
Thanks for reaching out to us!
If you go back to the event (or post or page) where you originally created the ticket, you should see the ticket box with the related tickets. If you hover over the ticket that you would like to change the end sale date on and click the “edit” button, you’ll be able to edit and save the end sale date for the ticket (https://cloudup.com/c2BcslIGVbn)
Let me know if this helps.
Thanks!
January 11, 2017 at 12:44 pm in reply to: Show past events on separate page + registration form #1216857Josh
ParticipantHey Ann,
Thanks for reaching out to us!
I’d be happy to help you out with these questions!
- Yes, all events get marked as “Past” Events once the event hass passed. You can access all the past events using “example.com/?tribe_event_display=past” ( can see it in action on our demo site http://wpshindig.com/events/list/?tribe_event_display=past).
- We have a plugin just for this! Check out our free Event Tickets plugin and see if it fits what you’re looking for here.
- Although we don’t guarantee support for theme related conflicts (which I imagine is the root of this particular issue) we’re happy to take a look and see if we can help get you pointed in the right direction for getting things like that fixed with your theme.
Let me know if this helps.
Thanks!
January 11, 2017 at 12:37 pm in reply to: Show clicked date for event with start & end date #1216853Josh
ParticipantHey Erik,
Thanks for reaching out to us!
Unfortunately I won’t be able to give you a detailed description on how to accomplish what you’re looking for, hopefully I can help to get you pointed in the right direction.
To start, take a look at our Themer’s Guide to see how to copy template from the core plugin into your theme files.
From there, take a look at our “views > templates > month > single-event.php” file. Using the template at the very bottom, you could customize the link for the event to include a query argument for the date like so:
<a href="<?php echo esc_url( $link . '?date=' . $day['date'] ); ?>" class="url">From there, you could add a check on the single event template to see if that “date” parameter had been passed. If so, display that date where you would like.
Let me know if this helps.
Thanks!
January 11, 2017 at 12:25 pm in reply to: Deprecated 4.4 $daysOfWeekShort / shows months instead of days #1216842Josh
ParticipantHey Martin,
Thanks for reaching out to us! I apologize for the issues here with the latest update of our plugin.
Looking at the code, you should be able to continue using that function even though the underlying way it is generating the output will be deprecated. There will be a new way of addressing that particular element that will then flow into the “tribe_events_get_days_of_week(‘min’)” function that you’re currently using.
However, it does look like there is an issue with the function being called there that we will need to address at least as a temporary fix.
For now, if you change in the core file, src > Tribe > Main.php on line #2177 the:
$this->daysOfWeekShort = Tribe__Date_Utils::get_localized_months_short();to
$this->daysOfWeekShort = Tribe__Date_Utils::get_localized_weekdays_short();This should address the regular usage of that function.
Let me know if this gets it working for you
Thanks!
Josh
ParticipantHey Alex,
Thanks for reaching out to us!
I’m not sure I’m following what you’re looking for exactly here. When a user registers for an event and purchases a ticket, they’ll checkout using WooCommerce and should be created as a customer during the checkout process.
Is that now what you’re experiencing on your site?
Thanks!
January 10, 2017 at 5:05 pm in reply to: Charge for event submission and premium/featured events #1216224Josh
ParticipantHey Michelle,
Thanks for reaching out to us!
I see you’ve joined the conversation on our Uservoice page which is great! That is the best way to get updates on these specific type of features.
Unfortunately, I can’t give an exact date on when this will be released but I can say that it is on the roadmap and there has been active development on getting this integrated.
However, there are other options you can pursue to help monetize and accomplish what you’re describing here. One option would be to turn your site into a membership site. That way, you can charge users to become a “subscriber” on your site and then only allow submission of new events to logged in subscribers.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Jeff,
Thanks for adding that here! Some great stuff there and looks like it would be a great solution for people looking for a similar thing here.
Mogul,
If you don’t want to go with the template type solution Jeff has provided here, take a look at this quick structure that follows the snippet you found above. This isn’t a final, tested snippet but gives you the starting point for how to pull this together:
https://gist.github.com/BeardedGinger/0f1b5aa69df8479876f1fbbe963cdd47
January 9, 2017 at 5:58 pm in reply to: [tribe_events] shortcode on pages or posts display issue #1215486Josh
ParticipantHey Paul,
I’m glad you were able to find a solution here!
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 Bridget,
Thanks for following up here and providing that information!
Are you attempting the import while you’re logged into a private browsing window in your browser?
Thanks!
January 6, 2017 at 2:14 pm in reply to: [tribe_events] shortcode on pages or posts display issue #1214520Josh
ParticipantHey Paul,
Thanks for reaching out to us!
As a starting point, does the issue persist when using the default “[tribe_events]” version of the shortcode or does it just happen when using the category filter there?
Thanks!
Josh
ParticipantHey Andrew,
Thanks for reaching out to us!
We actually recently launched the shortcode that you can use to embed the full calendar anywhere that you would like on your site. You can do this using the “[tribe_events]” shortcode.
You can read more about that here. If you have any specific questions in regards to the shortcode, please don’t hesitate to ask.
Thanks!
Josh
ParticipantHey Andrey,
Thanks for reaching out to us!
Our events are a WordPress custom post type so all the data that you would need for each individual event can be found in the posts and postmeta tables of your database.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Kari,
Thanks for reaching out to us!
Unfortunately, we’re unable to provide general support for our plugins here in the Translations forums. Particularly for this issue, it would be best to reach out to your theme developer (or possibly another plugin) that is actually generating those links and they should be able to quickly help you in removing those there.
Thanks!
-
AuthorPosts
