• Resolved thaisf

    (@thaisf)


    Hello,

    Since the last update, the event list now shows the current computer time instead of the event time. I’ve already reviewed all the event pages and the start and end times are in agreement. I can’t get the correct start and end time for each event to appear in the listing.

    Could you please help me on that?

    Thanks!!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @thaisf,

    Thanks for detecting the issue.
    Go to template-events-calendar >> includes >> events-shortcode.php
    line no. 231 replace with the given code
    $ev_time = $this->ect_tribe_event_time( false, $event_id );
    and also replace line no. 312 to 314 with the given code

    public function ect_tribe_event_time( $display = true, $event_id ) {
    		 global $post;
    		$event = $event_id;

    Let me know if you are still facing any issues.

    Thanks & Regrads

    Thread Starter thaisf

    (@thaisf)

    Hello Jyoti!

    Thanks so much for that! That worked just fine!! And the problem is solved.

    I noticed that the “Find out more” that appears on some templates is not translated to portuguese like it was on previsous versions (as “Leia mais”). You can see at my website at https://isasp.org.br/

    I tried the loco translate but I could not find this sentence on that after sync. Do you know how to fix it?

    Thanks!

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @thaisf,

    Please watch the given video tuts click here
    Let me know if you are still facing the issue or share temporary wp-admin access so i can verify the issue at your end.

    Thanks & Regards

    Thread Starter thaisf

    (@thaisf)

    Hello Jyoti,

    Once again, thanks so much! I followed the video instructions and it worked! Now, the find out more is translate again!

    Thanks and regards!

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @thaisf,

    Glad to hear that!
    please share a few minutes of your valuable time to add a review on WordPress

    Thanks & Regards

    Thread Starter thaisf

    (@thaisf)

    Hello Jyoti!

    I added the review! Once again thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error on the time of the event displayed’ is closed to new replies.