Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Drew Poland
Participantmarking resolved, thanks again!
Drew Poland
Participantah, hah! I’m including this code as a template part in single-vent.php, so I thought event_id would waterfall into my code but it wasn’t getting passed in for some reason. Added it and that fixed it.
Thank so much!!
Drew Poland
ParticipantSorry I was still running this patch and it was causing issues now that things are updated 🙂
// Compatibility fix to help run WooCommerce Tickets 3.9 with WooCommerce 2.3.x if ( class_exists( 'TribeWooTickets' ) ) { // Form reference to ticket processing callback $wootickets = TribeWooTickets::get_instance(); $callback = array( $wootickets, 'process_front_end_tickets_form' ); // Switch to a later action remove_action( 'init', $callback ); add_action( 'wp_loaded', $callback ); }Drew Poland
ParticipantHmm.. looks like I figured it out. For whatever reason I needed to move list/nav inside loop.php from content.php and remove PageNavi.
But still 2 questions:
- Anyway to use pagenavi out of the box (I just want numbers instead of prev/next really)?
- Possible to remove Previous link from showing Past events? I only want to show Upcoming.
Drew Poland
ParticipantOh also, my page title changes to Undefined when using the filter bar.
https://www.dropbox.com/s/zve1va91g5loo7m/Screenshot%202015-02-23%2018.40.57.png?dl=0
Drew Poland
ParticipantAwesome, thank you. That worked!
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
