Issue [tribe_events] shortcode

Home Forums Calendar Products Events Calendar PRO Issue [tribe_events] shortcode

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1313983
    rhapsody
    Participant

    Hi,

    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.

    #1315585
    Shelby
    Participant

    Hi 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?

    1. Send me a link to your site so I can see this for myself?
    2. Please list step by step instructions for replicating this issue.
    3. 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 🙂

     

    #1315802
    rhapsody
    Participant

    Hi 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).

    • This reply was modified 8 years, 9 months ago by rhapsody.
    • This reply was modified 8 years, 9 months ago by rhapsody.
    #1315811
    rhapsody
    Participant

    Hi 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).

    #1316116
    Shelby
    Participant

    Hi 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 🙂

    #1316140
    rhapsody
    Participant

    Hi 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!

    #1316486
    Shelby
    Participant

    Hi 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 🙂

    #1316711
    rhapsody
    Participant

    Hi Shelby,

    yes we have followed the steps in the link for our stage site. And the issue is still there.

    Thanks!

    #1316753
    rhapsody
    Participant

    Hi 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!

    #1317095
    Shelby
    Participant

    Hi 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 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Issue [tribe_events] shortcode’ is closed to new replies.