Forum Replies Created
-
AuthorPosts
-
Brent Kozlowski
ParticipantI disabled WordFence and WP Super Cache and re-saved my permalinks. No luck.
Brent Kozlowski
Participant5) Deleted Cache
Brent Kozlowski
ParticipantThis reply is private.
Brent Kozlowski
ParticipantI’m having the same problem here. I’ve installed all the previous versions (Tickets, Tickets Plus, Calendar Pro & Filter Bar) of 4.1 and it is still causing the issue.
Please see here: https://sistershipcircle.com/full-moon-gathering-embodying-the-priestess/
Two weeks to fix this seems like a long time for a pretty big bug like this. It literally effects all post on our site.
-
This reply was modified 9 years, 9 months ago by
Brent Kozlowski. Reason: Problem not solved
Brent Kozlowski
ParticipantHi Nico,
It’s a custom piece of code that worked with previous versions of the plugin. After playing with it a bit it appears to work only if I add it before the multi-day statement.
<?php // Multiday events elseif ( tribe_event_is_multiday() ) : ?>Hopefully someone will find this snippet useful if they need to display custom information on the details page for recurring events. Feel free to use it in future updates if you like.
Brent Kozlowski
ParticipantIt would also be great if we had an option to disable “Recurring Events (See all)” from displaying in calendar & single event views from within the event on an individual basis.
Brent Kozlowski
ParticipantA bit more testing revealed that the event is being considered a recurring event when the tribe_is_recurring_event() function is called in my single-event.php and a multiday event when the tribe_is_recurring_event() function is called in my meta/details.php.
What could be causing this?
Thanks!
Brent Kozlowski
ParticipantNo worries, minor bug. I can wait for it to be released in future updates.
February 4, 2016 at 10:07 am in reply to: Modify Tribe Events Cost if Event Ticket is a Simple Subscription Product. #1067787Brent Kozlowski
ParticipantCan you define do not support?
Does “At All” mean “InCompatible” as in… if I modify a ticket to be a simple subscription that it will not work like a subscription product and subscribe the customer?
OR
Does this mean that you have not actively developed and/or tested integration’s with WooSubscriptions & WooMemberships? If so, do you intend to integrate Event Tickets with these two plugins and if so what is the time frame for this?
Thanks!
February 3, 2016 at 10:47 am in reply to: Modify Tribe Events Cost if Event Ticket is a Simple Subscription Product. #1067169Brent Kozlowski
ParticipantBonus: If both tickets are subscription products how do you display the range as “$100/mo – $300/mo”
February 3, 2016 at 9:13 am in reply to: Displaying Multiple Organizers Featured Images on Event Details Page #1067101Brent Kozlowski
ParticipantApologies! After posting I realized that my variables were outside the loop and I needed to change “organizer_id” to “organizer”. Hopefully this will help someone else having a similar problem.
$organizer_id = tribe_get_organizer_id(); <dl> foreach ( $organizer_ids as $organizer ) { if ( ! $organizer ) { continue; } $image = get_the_post_thumbnail($organizer, 'full', array( 'class' => 'vc_box_border_circle attachment-full', 'style' => 'border: 2px #ccc solid;padding: 0px;' )); $link = esc_url( get_permalink( $organizer ) ); ?> <div class="row"> <div class="col-sm-4"> <?php echo "<a href='$link' rel='bookmark'>$image</a>"; ?> </div> <div class="col-sm-8"> <h3 class="organizer-name" style="margin-bottom: 10px"><?php echo tribe_get_organizer( $organizer ) ?></h3> </div> </div>November 16, 2015 at 11:13 am in reply to: Add link to the calendar view that only shows events by a specific organizer #1026534Brent Kozlowski
ParticipantThanks!
Here’s the link code for “View All Events” by a specific organizer on the maps list:
<a href="http://mysite.com/events/?action=tribe_geosearch&tribe_paged=1&tribe_event_display=map&tribe_organizers%5B%5D=<?php echo $organizer_id; ?>">View All Events by <?php echo tribe_get_organizer( $organizer ) ?></a>-
This reply was modified 10 years, 5 months ago by
Brent Kozlowski.
Brent Kozlowski
ParticipantWorked like a charm! Thanks!
November 12, 2015 at 9:30 am in reply to: Changing the Upcoming Events view for single-organizer.php #1024818Brent Kozlowski
ParticipantI’m so confused now? In your first reply you recommend removing
tribe_organizer_upcoming_eventsand then in the next one you recommend using it?I want to make a custom “list layout” that is only used on single-organizer.php while maintaining the default list view for every other page.
November 10, 2015 at 4:27 pm in reply to: Changing the Upcoming Events view for single-organizer.php #1023984Brent Kozlowski
ParticipantI think if you gave me an example loop that only pulls the events from that specific organizer I can take it from there. Thanks!
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
