Forums

All-in-One Event Calendar
[resolved] Show Location in Agenda view under the title (5 posts)

  1. jumust
    Member
    Posted 10 months ago #

    Hi,
    I'm trying to edit the agenda.php to display the location in the Agenda page but can't get it working.

    I tried two solutions:

    1. Adding the location code from event-single.php file

    <th scope="row" class="ai1ec-location <?php if( ! $location ) echo 'ai1ec-empty' ?>"><?php if( $location ) _e( 'Where:', AI1EC_PLUGIN_NAME ) ?></th>
    			<td class="ai1ec-location <?php if( ! $location ) echo 'ai1ec-empty' ?>"><?php echo $location ?></td>

    2. Using CCTM I added a text custom field for the "location" and output in agenda.php with

    <strong>Event City</strong> <?php print_custom_field('eventcity'); ?><br />

    Both didn't work, the ajax keep loading forever or just broke the page.

    http://wordpress.org/extend/plugins/all-in-one-event-calendar/

  2. Richard
    Member
    Plugin Author

    Posted 10 months ago #

    Hi jumust,

    This question will require someone from the dev team to answer it. They are currently working on the latest (1.8) release, so the answer may take a while. If you need an immediate answer, you can get a quote from our fee-for-service division: jenna@theseedstudio.com

  3. jumust
    Member
    Posted 10 months ago #

    Just I wanted to understand if I can use a simple wordpress custom field with your plugin in the agenda view.

    Thanks

  4. Ula Szczepaniak
    Member
    Plugin Author

    Posted 9 months ago #

    Hi jumust,

    If you want to display the location view you should go to Settings->Calendar in your dashboard and check "Show location in event titles in calendar views" option.

    Regards

  5. iawo
    Member
    Posted 1 month ago #

    Checking the option Show location in event titles in calendar views actually does not work.

Reply

You must log in to post.

About this Plugin

About this Topic