joe

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Unlimited events widget #1576227
    joe
    Participant

    Hi there thank you very much. I tried the snippet you sent and all it did was print the code out across the top of every page. List the entire snippet code appears as a line across the top of page and does not add functionality. Did I do something wrong? This is what I added:

    add_filter(‘widget_display_callback’, ‘increase_event_widget_limit’, 10, 2);

    /**
    * Test if the current widget is an Advanced List Widget and fix the event limit if it is.
    */
    function increase_event_widget_limit(array $instance, $widget) {
    if (is_a($widget, ‘Tribe__Events__Pro__Advanced_List_Widget’))
    $instance[‘limit’] = 30;

    return $instance;
    }

    in reply to: calendar with sidebar #1289552
    joe
    Participant

    I finally received help from the author. It was a real run around but finally someone was able to give me clear instructions. You can review the thread here and hopefully it helps and will make sense to you.

    Events Calendar with Sidebar

    Thanks for your help,
    Joe

    in reply to: calendar with sidebar #1279265
    joe
    Participant

    Will do!

    in reply to: calendar with sidebar #1279226
    joe
    Participant

    This reply is private.

    in reply to: calendar with sidebar #1279222
    joe
    Participant

    This reply is private.

    in reply to: calendar with sidebar #1279020
    joe
    Participant

    This reply is private.

    in reply to: calendar with sidebar #1278054
    joe
    Participant

    I will try this evening, thank you. Can you tell me, does this work for the non-Pro version, or just the Pos version?

    Thanks

    in reply to: calendar with sidebar #1277283
    joe
    Participant

    Does Tech Support respond here? Or is this where they tell you to go to get lost?

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