Home › Forums › Calendar Products › Events Calendar PRO › Issue [tribe_events] shortcode
- This topic has 10 replies, 2 voices, and was last updated 8 years, 9 months ago by
rhapsody.
-
AuthorPosts
-
June 30, 2017 at 3:32 am #1313983
rhapsody
ParticipantHi,
We are using [tribe_events] shortcode in one of our page. And the events are showing as per month wise.
But if someone clicks on the Month July from bottom and then click on one event, and will again try to go back to teh page (i.e the July month view). The url seems to be same ?tribe-bar-date=2017-07. But the contents / events are not showing correctly though its showing the calendar for month July(please see the screenshot attached).
Please suggest.
July 3, 2017 at 12:32 pm #1315585Shelby
ParticipantHi there Russell,
I’m happy to help out here! 🙂
I’m not sure I totally understand what is happening on your site. Could you possibly clarify for me by doing the following?
- Send me a link to your site so I can see this for myself?
- Please list step by step instructions for replicating this issue.
- Finally, can you please test for plugin and theme conflicts by following this documentation?
Let me know about these, and I’ll help you resolve things form there!
Best,
Shelby 🙂
July 4, 2017 at 5:14 am #1315802rhapsody
ParticipantHi Shelby,
Thanks for your reply.
I am pasting the url Events here. Here we are using [tribe_events] shortcode. And the events are showing as per month wise. The issue you can see with the next month. For e.g. If you will click on the Month August from bottom and then its showing the correct events with the calendar (the url is getting appended with ?tribe-bar-date=2017-08). But if you will visit the August month view from browser August View directly, in that case the contents / events are not showing correctly for month of August though its showing the calendar Title as month August ( please see the screenshot attached).
July 4, 2017 at 5:22 am #1315811rhapsody
ParticipantHi Shelby,
Thanks for your reply.
I am pasting the url Events here. Here we are using [tribe_events] shortcode. And the events are showing as per month wise. The issue you can see with the next month. For e.g. If you will click on the Month August from bottom and then its showing the correct events with the calendar (the url is getting appended with ?tribe-bar-date=2017-08). But if you will visit the August month view from browser August View directly, in that case the contents / events are not showing correctly for month of August though its showing the calendar Title as month August ( please see the screenshot attached).
July 4, 2017 at 8:22 pm #1316116Shelby
ParticipantHi Russell,
I just checked out your calendar again. From visiting your site and navigating to August in both ways you described, I’m seeing exactly the same result.
However, I think a screenshot may help, but it seems that the attachment didn’t come through. Could you possibly resend that attachment?
Thanks!
Shelby 🙂
July 4, 2017 at 9:04 pm #1316140rhapsody
ParticipantHi Shelby,
yes please see the attached image.
Please visit this url http://bit.ly/2sBsFTi . You can see the title is showing for August but contents are showing for July month.
Thanks!
July 5, 2017 at 2:39 pm #1316486Shelby
ParticipantHi again Russell,
Thanks for clarifying, I see the issue now!
Did you happen to perform the conflict testing that I sent instructions for with my first response? I need to know the results of that to be as helpful as possible in this situation. 🙂
Best,
Shelby 🙂
July 6, 2017 at 1:27 am #1316711rhapsody
ParticipantHi Shelby,
yes we have followed the steps in the link for our stage site. And the issue is still there.
Thanks!
July 6, 2017 at 5:06 am #1316753rhapsody
ParticipantHi Shelby,
I debugged the code in plugin files and found that requested_date() function in the-events-calendar/src/Tribe/Template/Month.php is being used for this view. And it is not checking for URL parameter i.e. tribe-bar-date. I have added following to check the parameter from url in the function
if ( isset( $_GET[“tribe-bar-date”] ) ) {
$date = $_GET[“tribe-bar-date”];
}Now its working fine. Can you please update this in the next update of plugin.
Thanks!
July 6, 2017 at 1:23 pm #1317095Shelby
ParticipantHi Russell,
Thanks for sharing this here! I will pass it up the chain. 🙂 Please reach out with any further questions you have about our plugins & their features.
Thanks,
Shelby 🙂
-
AuthorPosts
- The topic ‘Issue [tribe_events] shortcode’ is closed to new replies.
