After update can’t change month or view
-
I recently updated my PHP and finally updated the plug-in. Everything seems to be fine except when I look at the calendar I can’t change the month or change it to list you. It just continues to load. Any thoughts on why it won’t load?
The other issue you I have is I used short code to create a link at the top of the page. It appears fine at the top but each individual event page, but does not work on the month view. Any thoughts on why works in one place, but not the other?
Here is an event page so you can see how the link should work:
https://www.ecsnj.org/event/all-staff-report-professional-development/
Here is the code I used to insert a short code at the top of each page:
<?php add_action( 'tribe_events_before_html', 'custom_events_before_html' ); function custom_events_before_html() { // Check if displaying month view if ( tribe_is_month() ) { echo '[bsk-pdfm-pdfs-ul id="130" featured_image="no" show_pdf_title="yes"]' ; } } ?>
Any assistance would be greatly appreciated. Thank you
The page I need help with: [log in to see the link]
- The topic ‘After update can’t change month or view’ is closed to new replies.