Forum Replies Created
-
AuthorPosts
-
joe
ParticipantHi 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;
}joe
ParticipantI 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.
Thanks for your help,
Joejoe
ParticipantWill do!
joe
ParticipantThis reply is private.
joe
ParticipantThis reply is private.
joe
ParticipantThis reply is private.
joe
ParticipantI will try this evening, thank you. Can you tell me, does this work for the non-Pro version, or just the Pos version?
Thanks
joe
ParticipantDoes Tech Support respond here? Or is this where they tell you to go to get lost?
-
AuthorPosts
