• Resolved fruthgroup

    (@fruthgroup)


    We normally display our Events Calendar with the default page set to the Month View, because it works the best for us. Recently, all of the event titles are suddenly displaying as the same “PIMA Welcome Wednesday”. If you switch to the previous month, and switch back to the current month, it resets it and displays fine. Why is the default view displaying all the titles the same?

    For now I have switched the a “list” view as to not confuse people. I also removed the option for ‘month’ view and ‘day’ view so people aren’t able to see the bug.

    Thank you!

    • This topic was modified 6 years, 3 months ago by fruthgroup.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter fruthgroup

    (@fruthgroup)

    Hey there @fruthgroup!

    Thanks for reaching out — sorry to hear that you are experiencing difficulties.

    Not sure if you already got this figured out, but titles seem to be unique for each event → https://p.tri.be/H6VDKJ

    Thread Starter fruthgroup

    (@fruthgroup)

    Thank 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.

    Ok, I see what you’re talking about. Have any Tribe template modifications been put in place on this theme?

    If possible, work through our Testing for Conflicts guide to get started with troubleshooting.

    Take care,
    Ed ??

    Thread Starter fruthgroup

    (@fruthgroup)

    Yea 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.

    Have you found the solution?
    I am having the same issue.
    List for me works great, but all events in the Calendar have the same name.

    Thread Starter fruthgroup

    (@fruthgroup)

    @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.

    Thread Starter fruthgroup

    (@fruthgroup)

    for 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

    I’d try deactivating the Event Color plugin. As far as the code goes, nothing pops out, but it’s tough to say when pasted as plain text.

    Thread Starter fruthgroup

    (@fruthgroup)

    @ed how do you deactivate the event color plugin?

    Unless those colors are from custom templates, it looks like you might have the third-party Event Categories Colors plugins, can be found on your plugins page if it is indeed installed.

    Other than that, try to disable your template overrides by temporarily renaming the tribe-events folder within your theme’s directory.

    Hope that helps!

    Thread Starter fruthgroup

    (@fruthgroup)

    Ok 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

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘All event titles the same on default Month view’ is closed to new replies.