mprattmd

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Links Not Working in Events List Widget Free Version #54687
    mprattmd
    Participant

    I was having the same issue where the widget did not link to the event, but to the home page of the blog instead the code is incorrect in this file: /wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
    the broken way: php tribe_get_event_link()
    should be: php echo tribe_get_event_link()
    edit and save that file, and all works great

    in reply to: Events widget #54686
    mprattmd
    Participant

    I was having the same issue where the widget did not link to the event, but to the home page of the blog instead
    the code is incorrect in this file:
    /wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
    the broken way: php tribe_get_event_link()
    should be: php echo tribe_get_event_link()
    edit and save that file, and all works great

    in reply to: Since upgrade to 3.0, main event views don’t work #54319
    mprattmd
    Participant

    by the way, in /views/widgets/list-widget.php

    in reply to: Since upgrade to 3.0, main event views don’t work #54318
    mprattmd
    Participant

    I found the issue:
    there is a missing echo command in the url string
    as it is now: php tribe_get_event_link();
    should be php echo tribe_get_event_link();

    in reply to: Since upgrade to 3.0, main event views don’t work #54314
    mprattmd
    Participant

    it looks like this query is returning empty
    <a href="

    in reply to: Since upgrade to 3.0, main event views don’t work #54265
    mprattmd
    Participant

    I am having same issue, the widget shows the list, but clicking an event takes you to the main page of the site, not to the event

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