Featured events won't display on homepage widget

Home Forums Calendar Products Events Calendar PRO Featured events won't display on homepage widget

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1008292
    Ethan
    Participant

    Hello —

    I’ve tried everything I can think of but can’t seem to figure this one out. My website is http://www.kysu.edu. On the front page there is a widget above the President’s Welcome that is supposed to display upcoming events based on categorizing them as “featured” or “special” events. A few days ago, they just disappeared. As far as I know, nothing has been done differently. I need to get this fixed ASAP and I have no clue what I can do. Please help!

    #1008426
    Ethan
    Participant

    Anybody out there…?

    #1008580
    Brian
    Member

    Hi,

    Sorry for the late reply. Please note we may take up to 24 hours to respond to a reply per our terms and conditions.

    Anyway I can help out here.

    Is this the area you are talking about:

    Firefox Screenshot 2015 09 25T00 28 55 488Z

    Are more events suppose to show there?

    What are the widget settings in the admin?

    Let me know and we can go from here.

    Thanks

    #1008638
    Ethan
    Participant

    Yes, that’s the widget area I am referring to. It should show four squares (similar to the second, light-grey one on your screenshot) each of which is the next event categorized as “featured” on the calendar. They should all link to the corresponding event page.

    The Dropbox link below includes a screenshot of every tab on the Events Calendar Pro settings interface. I’ve also included a text doc of the system information, and a screenshot of the settings for ECP on the Widgets page of our website.

    https://www.dropbox.com/sh/1woo31v3fjqm8ql/AAB8T03Zm1eRwkrDGPZoJTzEa?dl=0

    Also, if you’ll notice, the event that it does display (Open House, September 12) has today’s date on it, and links back to the homepage. Not sure if this has anything to do with it.

    I hope we can resolve this as soon as possible. Our University’s website is a resource for our students, and an important part of this resource isn’t functioning right now. This plugin has been down for several days, and we have several important upcoming events that need to be advertised on the homepage. I very much appreciate your help. I’d be extremely grateful if we can troubleshoot this expeditiously. Thank you for your time and assistance, and I hope to hear back from you today.

    #1008687
    Brian
    Member

    Hi,

    Thanks for all the screenshots. The widget looks to be setup correctly in the admin.

    I looked at the source code and it appears the List Widget has some custom event templates, which may need to be updated to fix this.

    I believe they are custom templates, because the output is not the standard source code.

    In your theme do you have files in these directories:

    yourtheme/tribe-events/pro/widgets/

    yourtheme/tribe-events/pro/widgets/modules/

    Let me know and we can go from here.

    #1008712
    Ethan
    Participant

    I added screenshots of the relevant directories to the Dropbox folder. Here’s what I have:

    /wp-content/themes/kysu/tribe-events/
        /default-template.php
        /list.php
        /month.php
        /single-event.php
        /tribe-events.css
    
    /wp-content/themes/kysu/tribe-events/pro
        /photo.php
    
    /wp-content/themes/kysu/tribe-events/widgets
        /list-widget.php
    • This reply was modified 10 years, 7 months ago by Ethan.
    #1008717
    Brian
    Member

    Looks like this file has to be updated since you are updating from a version before 3.10:

    /wp-content/themes/kysu/tribe-events/widgets/list-widget.php

    Try replacing this:

    // We'll need to utilize the post global
    global $post;

    With this instead:

    // Retrieves the posts used in the List Widget loop.
    $posts = tribe_get_list_widget_events();

    Let me know if that helps.

    #1008732
    Ethan
    Participant

    This reply is private.

    #1008744
    Brian
    Member

    Hi,

    Unfortunately, we only provide support through the forums per our terms and conditions for our licenses.

    Although it would work to get the new list-widget.php from Pro it would overwrite the customization in place and would look different.

    The developer who made the changes to the widget maybe the best person to resolve this.

    However, I can still try to help out.

    Since I do not know what changes where made can you put the file (list-widget.php) in dropbox and provide a link in a private reply?

    I can then suggest what would need to be changed to fix it.

    The other alternative is to downgrade to the last version you were on, which was 3.8.

    You can download the older versions from your account here on theeventscalendar.com and older versions of the core plugin here: https://wordpress.org/plugins/the-events-calendar/developers/

    And to update you can follow the manual update guide:

    Manual Updates

    #1008756
    Ethan
    Participant

    I’ve placed the file in the same Dropbox folder as before.

    https://www.dropbox.com/sh/1woo31v3fjqm8ql/AAB8T03Zm1eRwkrDGPZoJTzEa?dl=0

    #1008764
    Brian
    Member

    Hi,

    Please make sure you have a backup of the file, but this might work replace the existing List Widget coding with this:

    https://gist.github.com/jesseeproductions/f590eff54503ad691e6c

    #1008773
    Ethan
    Participant

    Awesome! Thank you for all your help. Everything is working correctly now.

    #1008813
    Brian
    Member

    You’re Welcome. Glad it helped.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Featured events won't display on homepage widget’ is closed to new replies.