Josh

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 4,178 total)
  • Author
    Posts
  • in reply to: Series of Events / Recurring #1217827
    Josh
    Participant

    Hey 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!

    in reply to: change the expiration date of a ticket #1217825
    Josh
    Participant

    Hey 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!

    in reply to: change the expiration date of a ticket #1216860
    Josh
    Participant

    Hey 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!

    in reply to: Show past events on separate page + registration form #1216857
    Josh
    Participant

    Hey Ann,

    Thanks for reaching out to us!

    I’d be happy to help you out with these questions!

    1. 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).
    2. 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.
    3. 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!

    in reply to: Show clicked date for event with start & end date #1216853
    Josh
    Participant

    Hey 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!

    Josh
    Participant

    Hey 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!

    in reply to: Ticket fieldset #1216227
    Josh
    Participant

    Hey 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!

    in reply to: Charge for event submission and premium/featured events #1216224
    Josh
    Participant

    Hey 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!

    in reply to: Only show past events from a certain year #1216222
    Josh
    Participant

    Hey 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

    in reply to: [tribe_events] shortcode on pages or posts display issue #1215486
    Josh
    Participant

    Hey 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!

    in reply to: Event Aggregator won't connect to my facebook #1215482
    Josh
    Participant

    Hey 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!

    in reply to: [tribe_events] shortcode on pages or posts display issue #1214520
    Josh
    Participant

    Hey 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!

    in reply to: How to show full calendar on a post page in Avada #1214517
    Josh
    Participant

    Hey 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!

    in reply to: Export events data from the database #1214515
    Josh
    Participant

    Hey 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!

    in reply to: Social Media Icons #1214514
    Josh
    Participant

    Hey 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!

Viewing 15 posts - 31 through 45 (of 4,178 total)