Josh

Forum Replies Created

Viewing 15 posts - 721 through 735 (of 4,178 total)
  • Author
    Posts
  • in reply to: Days #1136157
    Josh
    Participant

    Hey Fred,

    Thanks for reaching out to us!

    Looking over the previous thread, it looks like you’re wanting to add that additional text to the List view for the events? If I’m understanding correctly, it looks like it would be best to look at the src > views > modules > meta > details.php within the core plugin files for adding this information.

    Let me know if this helps.

    Thanks!

    in reply to: I am having this same issue. #1136154
    Josh
    Participant

    Hey Michael,

    Thanks for reaching out to us!

    I’m sorry to hear you were also impacted by this issue. I’ve added this thread to our internal ticket for tracking this particular issue and you’ll be notified here as we make progress.

    As of right now though, it looks like the fix for this is scheduled to be released with this next Maintenance Release for the plugin which is coming very soon.

    Let me know if you have any questions or concerns about this process.

    Thanks!

    in reply to: adding filter to tribe events bar #1136148
    Josh
    Participant

    Hey Isabelle,

    Thanks for reaching out to us! I’m sorry to hear about the access issues for the forums. If you would like, you can reach out via our contact form to try and regain access to the account on behalf of your client.

    I am limited in the amount of support I can provide here in the pre-sales forum, but I would like to help get you pointed in the right direction here.

    1. The “functions.php” file would actually be found in whatever theme you currently have installed and activated for your site. The theme will get loaded after the plugins so you can override functionality there.
    2. The “name” option there would actually need to be a friendlier format such as “city-state” while the caption would be the visible (human friendly) “City/State” version.

    Another option here that may be helpful based on the request would be to check out our Events Calendar Pro and the Map feature there.

    Let me know if this helps.

    Thanks!

    in reply to: list by multiple categories #1135943
    Josh
    Participant

    Hey Fred,

    Thanks for reaching out to us!

    The simplest way to do this would be to use our Filter Bar plugin that will allow you to filter (and link to filtered views) for the calendar using multiple categories as options.

    There are some other options for doing this within the base plugin, however, doing a couple of quick tests it looks like it may not be possible without a little bit of customization.

    A couple of approaches to pursue.

    • You could try passing an array to the events query similar to how the Filter bar plugin works. Would look something along the lines of “/?tribe_events_cat[]={slug}&tribe_events_cat[]={slug}”. However, there would currently be some errors displayed that you would need to make something like this work with the plugin.
    • Alternatively, you could maybe add a custom query string for showing those categories (“/?my-custom-query”). From there, you could do a pre_get_posts on the query and test if that variable is set. If so, you could then do a tax_query.

      This isn’t a solution for this particular issue, but it will give you an example for how to set up something like what I’m describing in the second option here

    https://gist.github.com/BeardedGinger/de28d93386adb1a4881e6be769527bcd

    I’m sorry I wasn’t able to give you a direct response here but hopefully it helps to get you pointed in the right direction.

    Thanks!

    in reply to: Switch Event Title and Event Duration in List View #1135931
    Josh
    Participant

    Hey,

    Thanks for reaching out to us!

    It looks like you’re heading in the right direction here. To start, you can follow our Themer’s Guide to copy the src > views > list > single-event.php file into your theme and making the modification there.

    Let me know if this helps.

    Thanks!

    Josh
    Participant

    Hey Ryan,

    Thanks for reaching out to us!

    Sure thing! You can do this with the latest version of our iCal Importer plugin. For this, you could create the events on one site and add something along the lines of the following to that site:

    https://gist.github.com/BeardedGinger/de28d93386adb1a4881e6be769527bcd

    From there, you could create a recurring import on the second site using the new feed location created above.

    If you have any further questions about this process, we do request that you post for support within our Premium Forums here rather than the Pre-Sales Forum.

    Thanks!

    in reply to: 500 error when switching to the calendar #1135915
    Josh
    Participant

    Hey Artsem,

    Thanks for reaching out to us!

    Unfortunately we’re unable to provide support here in our Pre-Sales Forum. For support for the free version of our plugin, you can reach out on our forums on WordPress.org.

    For these types of errors though, the best approach would be to reach out to your hosting provider and see if they can give you more details from the logs there for why the 500 error was generated.

    Thanks!

    Josh
    Participant

    Hey Lorilee,

    Thanks for reaching out to us! Unfortunately I wouldn’t be able to accept the login credentials since we have a strict policy against accepting login information.

    I tested the link on my local install and was able to see 21 events available for import from that feed. https://cloudup.com/cG-1Jp0s_Ch.

    As an initial test here, would you mind doing another check on the “deleted_events” using the bulk delete plugin and ensuring there isn’t anything left there to be deleted?

    Thanks!

     

    Josh
    Participant

    Hey Kieran,

    I’m glad you were able to find the root of the issue here.

    For the links in the excerpts, here is a great article from George on the issues with excerpts and some solutions that may be helpful for you here https://theeventscalendar.com/the-trouble-with-excerpts/.

    Let me know if this helps.

    Thanks!

    in reply to: Recurring Events Issues #1135451
    Josh
    Participant

    This reply is private.

    Josh
    Participant

    Hey Jo,

    Thanks for reaching out to us!

    I just tested on the site linked to for this thread but was unable to replicate the issue. I did the following:

    • Searched for “Keeper Kids” in the search bar
    • Clicked on the first result to go to the single view for that event
    • Clicked back in the browser to the main calendar view
    • Searched “weekends” and the search results displayed correctly for that term

    Does this sound like the appropriate steps to be taking while trying to recreate this particular issue?

    Thanks!

    in reply to: Adjusting schedule details for an event. #1135432
    Josh
    Participant

    Hey Cassandra,

    Thanks for reaching out to us!

    There are a couple of sections you would need to modify to get what you’re describing. You’ve got the first which would be the “tribe_events_event_schedule_details” function and the other would be modifying the meta in the template override for the single view ( src > views > meta > details.php).

    I’m limited in the amount of customization support that I can provide here but I’ll definitely try to get you pointed in the right direction.

    To start, take a look at the top of the details.php file listed above. There you can see the variables that build some of what you’re describing here. Essentially what you would do would be to call the “tribe_get_start_date” and “tribe_get_end_date” functions twice for the two fields you’d like to display. For each though, you would format them to display either the month day or just the time.

    The examples for the start time would be “tribe_get_start_date( null, false, ‘g:i A’ );”.

    For the other views that utilize the “tribe_events_event_schedule_details” function, you can filter the “$inner” portion of that function using the “tribe_events_event_schedule_details_inner” filter to modify the output to fit your needs here.

    Let me know if this helps.

    Thanks!

    in reply to: Day View: Find Events button does’t work. #1135420
    Josh
    Participant

    Hey Yuri,

    Thanks for reaching out to us!

    I’m sorry to hear you’re having trouble with our plugins here.

    I’ve tested this issue locally by:

    • Going to the day view of the calendar
    • Selecting the datepicker and selecting events for July 6, 2016 and pressing “Find Events”
    • This revealed the events for that day and had the appropriate header of “Events for July 6, 2016”
    • I followed the same steps for an event on July 20, 2016
    • This loaded the day view correctly for the events for that day along with the appropriate title of “Events for July 20, 2016”

    Does this sound like the appropriate steps to have taken in trying to replicate the issue you’re describing? I wasn’t able to replicate the above issues following these steps using the latest versions of our plugin.

    Can you try with the latest versions of the plugin to see if this addresses the issues above? If so, we can then look at tackling the theme conflicting styles at that point.

    Let me know if this helps.

    Thanks!

    in reply to: Upon event passing, change post to draft mode? #1135070
    Josh
    Participant

    Hey Kathy,

    Something exactly like this would require some custom development. We are limited in the support we’re able to provide for customizations such as this but we’d be happy to try and help you get pointed in the right direction in our premium forums.

    If you have an account created when purchasing one of our premium plugins, you can log in here. If not, you can reach out on our forums on WordPress.org.

    Thanks!

     

    in reply to: Multisite Event and Additional Fields search? #1135069
    Josh
    Participant

    Hey Paul,

    No problem, let me know what you hear back.

    For taxonomies, this is always a great starting point. There is also a great taxonomy generator tool that you could use to help generate the exact code you’d want to paste into your theme’s functions.php file.

    Thanks!

Viewing 15 posts - 721 through 735 (of 4,178 total)