farandwild

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Events List Widget after Update & No date Events? #227211
    farandwild
    Participant

    It’s also probably worth saying that I’m using a custom override inside the folder “themename/tribe-events/widgets/list-widget.php”

    and this is the code that I’m using inside that file, the only different being is that I’m showing the featured image..

    <?php
    /**
    * Events 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 needed.
    *
    * This view contains the filters required to create an effective events list widget view.
    *
    * You can recreate an ENTIRELY new events list widget view by doing a template override,
    * and placing a list-widget.php file in a tribe-events/widgets/ directory
    * within your theme directory, which will override the /views/widgets/list-widget.php.
    *
    * You can use any or all filters included in this file or create your own filters in
    * your functions.php. In order to modify or extend a single filter, please see our
    * readme on templates hooks and filters (TO-DO)
    *
    * @return string
    *
    * @package TribeEventsCalendar
    * @since 2.1
    * @author Modern Tribe Inc.
    *
    */
    ?>

    <div class=”span3″>
    <li class=”tribe-events-list-widget-events <?php tribe_events_event_classes() ?> span3″>

    <?php do_action( ‘tribe_events_list_widget_before_the_event_title’ ); ?>

    <div class=”img”>
    <?php echo tribe_event_featured_image(null, ‘thumbnail’) ?>
    <div class=”mask” style=”opacity: 0;”>
    <div class=”mask” style=”opacity: 0;”>
    “>
    <span><i class=”icon-link maskicons”></i></span>

    </div>
    </div>
    </div>

    <h4 class=”entry-title summary”>
    ” rel=”bookmark”><?php the_title(); ?>
    </h4>

    <?php do_action( ‘tribe_events_list_widget_after_the_event_title’ ); ?>
    <!– Event Time –>

    <?php do_action( ‘tribe_events_list_widget_before_the_meta’ ) ?>

    <div class=”duration”>
    <?php echo tribe_events_event_schedule_details(); ?>
    </div>

    <div class=”tribe-events-event-cost”>
    <span><?php echo tribe_get_cost( null, true ); ?></span>
    </div>

    <?php do_action( ‘tribe_events_list_widget_before_the_meta’ ) ?>

    <!– Event Title –>

    </div>

    in reply to: Events List Widget after Update & No date Events? #227191
    farandwild
    Participant

    I also meant to say that I posted this before but the topic disappeared?

    in reply to: Events list widget malfunction #196200
    farandwild
    Participant

    I had to downgrade to the previous version to fix this. I’m sure they are working on a fix as we speak.

    in reply to: Upcoming Events List on Home Page #188020
    farandwild
    Participant

    Hi @barry, since I’ve posted about having the latest 4 activities for some reason it has now stopped working… Any ideas?

    in reply to: Upcoming Events List on Home Page #185865
    farandwild
    Participant

    I was able to get the latest 4 events with featured image display on the homepage by using a widget enabled area which you can see below the slider here.. http://www.farandwild.co.uk/

    I think what you are asking for now is the exact same as what I want. Where I have a single list of all events listed also on the homepage so that when I add a new one it’s automatically added to the list.

    Sorry for hijacking your thread!

    in reply to: Unable to add in license key or use WooTickets #144757
    farandwild
    Participant

    Do you have an ETA on when this is issue is going to be fixed?

    I’ve just purchased this plugin tonight and I was looking at launching my site this Wednesday/Thursday.

    Cheers

Viewing 6 posts - 1 through 6 (of 6 total)