list-widget.php overrides not being used

Home Forums Calendar Products Events Calendar PRO list-widget.php overrides not being used

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1289599
    rakmagazine
    Participant

    Overrides to the list-widget.php file are not being picked up.

    If I modify the file in the plugin source directory the changes are displayed.

    If I copy it to THEME/tribe-events/pro/widgets/list-widget.php any changes to that file are note being displayed.

    Where should I look to track the issue down?

    #1290498
    Geoff B.
    Member

    Good evening Karen and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the overrides not being picked up.
    I would love to help you with this topic.

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Sec0ndly, would you mind sending me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates or customizations you might have made, including the override.

    Hang in there!

    Geoff B.

    #1290524
    rakmagazine
    Participant

    We wound up going another route in order to integrate into our wp-touch mobile website – namely directly querying the wp_posts/wp_meta database to get the event info and then displaying it from there.

    For the detail page we were able to use:

    echo do_shortcode("[tribe_event_inline id=\"$eventId\"]
    {content}
    [/tribe_event_inline]");

    I was going to share more details of that, along with what we wound up going through moving the data from our test system to the production system in another post.

    #1290643
    Geoff B.
    Member

    Good evening Karen,

    That is pretty awesome and clever.
    Thank you for sharing.

    I am mostly glad you managed to find a way to get this to work!

    You are welcome back in our support forums any time đŸ™‚

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘list-widget.php overrides not being used’ is closed to new replies.