Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Ruud,
Thanks for reaching out to us!
Are you using the editor built into the WordPress dashboard under the “Plugins” menu item? If so, that doesn’t always give access to the nested folders of the plugin so the different files may not be visible there. Do you have a way to access the files via FTP? If not, you can try downloading a fresh version of the plugin, modifying that file, and then uploading a new zip to your site.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Steven,
Thanks for following up with us. You can try removing the single-event.php customization file from your theme’s “tribe-events” folder by temporarily renaming the file. This should get you much closer to what you’re looking for with the default layouts.
Let me know if this helps.
Thanks!
Josh
ParticipantHey mrblond,
It’s been a while since we’ve heard from you.
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!
June 3, 2016 at 4:55 am in reply to: Duplicate RSVP form so it appears on top and bottom of event page #1122095Josh
ParticipantHey Jerry,
I apologize there. Looks like I was missing a closing “)” there. I’ve updated the snippet and this should address the initial white screen issues.
Thanks!
Josh
ParticipantHey Dominik,
Awesome! Happy that helped!
Instead of using the “$key+1” value at the end there, you should be able to use “tribe_get_start_date( $value ) ” to get the date of the occurrence.
Also, this does sound like a good potential feature for the plugin. If you would like, you can add your voice to the suggestion on our UserVoice page.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Jonathan,
I apologize for the delay here!
Do you have a link to the tutorial that you were using to configure this type of set up?
I agree that this feature would be awesome and is something we’re actually working toward having available, however I don’t believe this particular setup can be accomplished on its own with those types of settings.
However! I do believe there is a work around that could work for you here.
You can try to set the event up just like you have it with one major change. Have the main event dates be the day before the actual event. That way, when you create your custom recurrences, you can have them set to daily and to end the day of your actual event.
Once the events are created, you can take the main event, the one for the day before your actual events and break it from the series to delete it.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Matt,
No problem.
Yeah, not sure what else would have caused it there, simple content changes shouldn’t prompt a new import.
I’ll go ahead and close this thread for now. If you have any further questions or if the issue comes back up again down the line, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHey Ruud,
I get what you’re saying now. The issue here isn’t with the results getting limited, it is a limiting of the options available for the location filter.
I took a look at our core files there and it looks like we have a limit on the query for pulling the options for the filters. Unfortunately there doesn’t appear to be a way to filter out this limitation so currently the best option (and this is something we almost never suggest) would be to modify the core file for the Filter Bar plugin ( src > Tribe > Filters > Venue.php) and increase the “posts_per_page” limit that is added to the query there.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Meredith,
Thanks for clarifying there.
Taking a quick look at your code above, have you tried with changing the second layer of the conditional there to be:
if( $query->is_search() )Thanks!
Josh
ParticipantHey Janet,
I apologize for my continued confusion here. The screenshot you attached above where it lists the exclusions for the recurring event, is that of the event after it was duplicated due to the date change attempt and subsequent timeout? It looks to be broken due to the number of exclusions included there on the same date (8/1) however I don’t see mention of that particular element in your descriptions above.
Also, now that you’ve done a rollback, are the timeouts still occurring if you were to try and delete events from your calendar?
Thanks!
Josh
ParticipantHey Kyle,
Thanks for reaching out to us!
It looks like the the dates are added to the feed here http://events.marylhurstmult.wpengine.com/event/feed/. To add the image there, you can use the same type of approach and pull the “the_post_thumbnail()” function to grab the image.
Let me know if this helps.
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
Sure thing, you can accomplish this with the Ticket Fieldset feature available within our Event Tickets Plus plugin. You can read more about that here.
Let me know if this helps.
Thanks
Josh
ParticipantHey Steven,
Thanks for reaching out to us!
The style for your single events is being driven by your current theme. With this, it is adding the main event title, description and image to the main column and the details to the side column. If you’d like to move away from this layout, it may be best to reach out to the theme developer to see how to properly remove the custom event styles driven by the theme.
I’m sorry I wasn’t able to give you a direct solution on this one but hopefully it helps to get you pointed in the right direction.
Thanks!
June 2, 2016 at 7:06 am in reply to: Duplicate RSVP form so it appears on top and bottom of event page #1121589Josh
ParticipantHey Jerry,
Sure thing!
You can accomplish this by adding the following to your theme’s functions.php file. This is essentially the same as the linked article, however it doesn’t first remove the current version of the form that is below the content.
if( class_exists( 'Tribe__Tickets_RSVP' ) { add_action( 'tribe_events_single_event_before_the_content', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ) ); }Let me know if this helps.
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
To clarify here, it sounds like you’re wanting to have a single event that spans multiple days with a start and end time for each day?
Unfortunately that isn’t something that can be managed directly under a single event however, you can take advantage of the recurring feature and create a custom recurrence for the second day of the event. This will allow you to set the start and end time for the first day as the main event dates and then use the custom times for the one instance of the recurrence.
Let me know if this helps.
Thanks!
-
AuthorPosts
