fruthgroup
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month viewOk so the colors come from custom templates. I did some troubleshooting, but couldn’t figure out the conflict. I ended up rolling the version back to 4.6.19 and everything works fine now.
Not sure if this can be fixed in a future version so I can update.
https://noahwebster.org/events/
Working like normal now
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month view@ed how do you deactivate the event color plugin?
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month viewfor now I reset it to the default style so we could use it as a monthly calendar, but we also lost all our styling… hard compromise
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month view@mdemaree99 unfortunately not. i have not made any changes to the template, and i’m not sure what caused it. i’ve been playing with the code, but nothing i have done yet seems to help.
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month viewYea there has been a tribe template which someone else created. My php is lacking, but I have figured out that the following code is the culprit. It adds a hover popup with a summary, which is nice, but also is making all the display titles the same.
Does anything jump out at you that would be making this happen?
<?php //debug(getEventsCategoryColor()); ?>
<div id=”tribe-events-event-<?php echo $event_id ?>” class=”<?php tribe_events_event_classes() ?>” data-tribejson='<?php echo tribe_events_template_data( $post, array(‘organizer’ => tribe_get_organizer()) ); ?>’>
<h3 class=”tribe-events-month-event-title entry-title summary”>” class=”url” style=”color: <?= $term->category_color; ?>”><?php the_title() ?></h3>
</div><!– #tribe-events-event-# –>For now I have applied the default single-event.php and the month is displaying well, but we don’t have the mouse over popup summary.
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month viewThank you for your quick reply. In “View as: List” everything works fine. I have enabled you to switch to “View as: Month” so you can switch and see: https://noahwebster.org/events/
When you select “View as: Month” all of the unique titles become “PIMA Welcome Wednesday”.
When you hover over the events on the calendar, you can see the unique titles – but when they are displayed on the calendar, they all show the same “PIMA Welcome Wednesday”.
Hope this is more clear.
Forum: Plugins
In reply to: [The Events Calendar] All event titles the same on default Month viewScreenshot of issue: