Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi ba95472,

    As outlined in our forum guidelines, we aren’t able to help with these kinds of customizations. But we do have some handy resources that might be helpful for you:

    ? Themer’s Guide – provides an overview of how to customize the plugin’s frontend appearance.
    ? Tutorials – useful tips and tricks for changing how the plugin looks and behaves.
    ? Technical Docs – provides an overview of the classes and functions in each plugin

    You might also consider upgrading to Events Calendar PRO, which includes a more customizable events list widget.

    Good luck, and thanks for using The Events Calendar!

    ~Leah

    Thread Starter ba95472

    (@ba95472)

    Thanks Leah. I have checked out the links you’ve provided. Perhaps some other PHP whiz has already figured out how to hack the widget to show more fields than just the Title and Duration? If so, I’m sure many of us would appreciate knowing the how to.

    Thanks again.

    Thread Starter ba95472

    (@ba95472)

    Got it! Was very easy to do, once I figured out the where and the what of it (like most things in life). Unfortunately, finding the information from Tribe on just how to do something as simple as adding the City and State to the calendar widget I found to be anything but. So with that in mind, here goes:

    1. Make a new folder in your WordPress theme called tribe-events
    2. Make a sub folder within that called widgets
    3. Make a file called list-widget.php
    4. Copy & paste the list-widget.php data from the plugin file of the same name.
    5. Add the following code over the existing duration div

    <div class="duration">
    <?php echo tribe_get_city(); ?>, <?php echo tribe_get_state(); ?>
    <br>
    <?php echo tribe_events_event_schedule_details(); ?>
    </div>

    For more info (and because there’s no forum search here…), I’ve posted this and some other plugin hacks to my blog as well
    https://fluteplayer.net/the-events-calendar-plugin-adding-city-state-to-the-widget/

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi ba95472,

    Glad you figured out a solution. Thanks for posting!

    Best,
    Leah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add City & State to calendar widget view?’ is closed to new replies.