• Resolved vakrolme

    (@vakrolme)


    I have no idea how it happened and what I changed, but $tour_markup in venue.tpl.php doesn’t show upcoming events for current venue. Other functions seem to work properly.

    If venue has no upcoming events, it says “No events have been scheduled at this time”. If there are events – it’s blank.

    I tried to disable my plugins that can conflict, I changed wordtour theme back to default, I restored my previous wordpress version on which it worked and launched WP-Cleanup plugin – still no result.

    I found out that the only code that is connected to this function is

    if($venue->is_tour()) {
    $data["tour_markup"] =  $venue->events(apply_filters("venue_events_shortcode_params",array()));
    }

    But I still can’t explain what’s wrong.

    Maybe somebody knows what is the clue, where should I find the conflict?

    UPD: Wow. Looks like it’s just a mess of interface tricks with a theme developer.
    If you have the same problem – check “Show all events” option at your particular venue settings. If it’s off, no matter what you have in a template – you won’t see your list of events.

Viewing 1 replies (of 1 total)
  • hi there,

    I′m having the same issue – I just can′t get the tour data to be displayed via tour_markup on a single artist page.

    I′ve checked all settings – “show all events” is enabled everywhere.
    Also, if an artist has no events attached to it, the correct message will get displayed, so I know it′s pulling from the events.tpl.php.
    However when an artist has events linked to it, no output shows up.

    Can anybody hint me to the right direction?

    thanks in advance for any help with this!!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordTour] $tour_markup dissapeared [trash]’ is closed to new replies.