Graham Stacey

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: Regarding issue with the event calender pagination #1050255
    Graham Stacey
    Participant

    I have sorted out the issue by replacing new template from plugin updates. This was the issue of theme tempalte nav.php which was overriding the plugin template file.

    But how can I know which files needs to update when plugin releases the updates.

    I suggest you to place the feature like woo commerce for template overrides so that user can know which template files needs to merge/update into the theme.

    Appreciate the support.

    Thanks,
    Tejas

    in reply to: Combine Events, by publish date, in mutli CPT query #1002036
    Graham Stacey
    Participant

    Thanks George for this.

    This led me to look at the orderby spec a little closer.
    I am not sure this will work for us as we are then juggling modify posts to try and get them in the order we would like on the homepage.

    We have had a go at implementing this:

    Order Events by Post Date in the Main WordPress Post Query

    For the time being and seeing how that goes. We can then use the publish date to affect the order on the home page. Thankfully this does not seem to affect the order of events on the main events listing.

    Thanks for your help
    G

    • This reply was modified 10 years, 7 months ago by Graham Stacey.
    in reply to: Widget displaying past events all on the same day #217275
    Graham Stacey
    Participant

    Hi Casey,

    Sorry to pester…
    Can I note, that even if I remove, or in this case rename, the custom template, then the event data is still corrupted.
    It seems to me that this is nothing to do with the custom template.

    My client is now very fed up that this has been dragging on for too many weeks. I am at a loss as to a way forward.
    Any clues…

    in reply to: Widget displaying past events all on the same day #216143
    Graham Stacey
    Participant

    This reply is private.

    in reply to: Widget displaying past events all on the same day #216139
    Graham Stacey
    Participant

    This reply is private.

    in reply to: Widget displaying past events all on the same day #213125
    Graham Stacey
    Participant

    Hi Casey,

    Sorry this keeps dragging on… I was away on holiday for a while and then catching up.

    I have looked at the test site and this is not working.

    There is a warning on the widget and it is picking up news items not events.
    I would be very grateful if you can have another look.
    Thank you

    in reply to: Widget displaying past events all on the same day #191841
    Graham Stacey
    Participant

    This reply is private.

    in reply to: Widget displaying past events all on the same day #191834
    Graham Stacey
    Participant

    This reply is private.

    in reply to: Widget displaying past events all on the same day #189975
    Graham Stacey
    Participant

    Hi,
    I think you are looking at the production site. We have turned off events on the homepage because the information is mis-leading.

    Please see ob-live.com, which is a copy and is showing a messed up widget. Happy to provide log-in details for this clone site.

    Thanks
    G

    in reply to: Widget displaying past events all on the same day #172454
    Graham Stacey
    Participant

    Thanks Casey,
    I have loaded the code to http://pastie.org/9203907 as requested. This is a copy of the production site code as it is. As I mentioned above this is currently cloned to

    ob-live.com

    What I am still bugged about is that there is no issue with the site running on my local server.
    The events display as expected.
    Thank you for continuing to look at this.

    in reply to: Widget displaying past events all on the same day #170691
    Graham Stacey
    Participant

    Hi,

    I have had to remove all events from showing on the widget as the info is just misleading.

    I have cloned the site to ob-live.com and kept the events showing, you can see the issue here.

    The widget is set to only show events from one category. I have only one of many events currently in that category but there are 3 events showing; one duplicate and one previous event.

    I can provide login details for this cloned site

    Do you have any clues?

    Thanks

    in reply to: Widget displaying past events all on the same day #169289
    Graham Stacey
    Participant

    There is indeed a template override, here’s the code:

    <?php
    /**
    * Events Pro List Widget Template
    * This is the template for the output of the events list widget.
    * All the items are turned on and off through the widget admin.
    * There is currently no default styling, which is highly needed.
    *
    * Override this template in your own theme by creating a file at [your-theme]/tribe-events/widgets/list-widget.php
    *
    * When the template is loaded, the following vars are set: $start, $end, $venue,
    * $address, $city, $state, $province’], $zip, $country, $phone, $cost
    *
    * @package TribeEventsCalendarPro
    * @since 1.0
    * @author Modern Tribe Inc.
    *
    */

    if ( !defined(‘ABSPATH’) ) { die(‘-1’); } ?>

    <?php
    $widget_args = tribe_events_get_adv_list_widget_args();
    extract($widget_args);
    ?>
    <li class=”<?php tribe_events_event_classes() ?>”>
    <?php do_action( ‘tribe_events_list_widget_before_the_event_title’ ); ?>
    <h4 class=”entry-title entry-title-widget summary”>
    ” rel=”bookmark”><?php the_title(); ?>
    </h4>
    <?php do_action( ‘tribe_events_list_widget_after_the_event_title’ ); ?>
    <?php do_action( ‘tribe_events_list_widget_before_the_meta’ ) ?>
    <div class=”duration”>
    <?php echo tribe_events_event_schedule_details(); ?>
    </div>
    <?php if ( $cost && tribe_get_cost() != ” ) { ?>
    <span class=”tribe-events-divider”>|</span>
    <div class=”tribe-events-event-cost”>
    <?php echo tribe_get_cost( null, true ); ?>
    </div>
    <?php } ?>
    <div class=”vcard adr location”>
    <?php if ( $venue && tribe_get_venue() != ”) { ?>
    <span class=”fn org tribe-venue”><?php echo tribe_get_venue_link(); ?></span>
    <?php } ?>
    <?php if ( $address && tribe_get_address() != ” ) { ?>
    <span class=”street-address”><?php echo tribe_get_address(); ?></span>
    <?php } ?>
    <?php if ( $city && tribe_get_city() != ” ) { ?>
    <span class=”locality”><?php echo tribe_get_city(); ?></span>
    <?php } ?>
    <?php if ( $region && tribe_get_region() !=” ) { ?>
    <span class=”region”><?php echo tribe_get_region(); ?></span>
    <?php } ?>
    <?php if ( $zip && tribe_get_zip() != ” ) { ?>
    <span class=”postal-code”><?php echo tribe_get_zip(); ?></span>
    <?php } ?>
    <?php if ( $country && tribe_get_country() != ”) { ?>
    <span class=”country-name”><?php echo tribe_get_country(); ?></span>
    <?php } ?>
    <?php if ( $organizer && tribe_get_organizer() != ” ) { ?>
    <?php _e( ‘Organizer:’, ‘tribe-events-calendar-pro’ ); ?>
    <span class=”tribe-organizer”><?php echo tribe_get_organizer_link(); ?></span>
    <?php } ?>
    <?php if ( $phone && tribe_get_phone() != ” ) { ?>
    <span class=”tel”><?php echo tribe_get_phone(); ?></span>
    <?php } ?>
    </div>
    <?php do_action( ‘tribe_events_list_widget_before_the_meta’ ) ?>

    Thanks for looking.

    in reply to: Display of organiser details / theme clash #43430
    Graham Stacey
    Participant

    Of course – I didn’t want authors showing on the site and now I can see that this is the class Events is using – thanks for the diagnostics.

    in reply to: Display of organiser details / theme clash #43427
    Graham Stacey
    Participant

    Sure,
    Site on staging server here…
    http://biams.ob-live.com/event/the-visual-arts-and-the-mission-of-god/
    Another site live here…
    http://campaignforsocialscience.org.uk/event/campaign-for-social-science-roadshow-university-of-exeter/
    Both on the same theme – Responsive by ThemeID here
    http://themeid.com/
    Thanks

    in reply to: Fields Not Updating #42791
    Graham Stacey
    Participant

    I can also confirm that previous version of Types is working – thankfully

Viewing 15 posts - 1 through 15 (of 18 total)