EventON button missing

Home Forums Legacy Support Support queries Other issues EventON button missing

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #324107
    adriantudor78
    Participant
    Hello, How can I add Events button in the member profile tab? https://prnt.sc/vhai0t
    #324558
    Veronica
    Moderator
    hi event button on the profile is not present it is available on the course status page
    #325043
    adriantudor78
    Participant
    Ok, but can you help me to not display all events on the course status page? I would like to display only the events that are saved in that course. Please see in this video that a course that have no events is showing all events from the website https://screencast-o-matic.com/watch/cYXblyLi1q
    #325505
    Veronica
    Moderator
    ok checking the same on local
    #325507
    Veronica
    Moderator
    yes checked the same and found the same issue need to discuss it with the team members then share the results here
    #326382
    adriantudor78
    Participant
    Hello, Do you have a solution? BR, Adrian
    #326867
    Veronica
    Moderator
    hi not right now but we will check it
    #328311
    MrVibe
    Keymaster
    add this code fix in your functions.php of your site. add_filter('wplms_eventon_args',function($args){ if(!empty($args['meta_query'])){ foreach($args['meta_query'] as $k=>$q){ if($q['compare']=='NOT EXISTS'){ unset($args['meta_query'][$k]); } } } return $args; });
    #328344
    adriantudor78
    Participant
    Not working :) I would like to display only the events that are saved in that course. The course "Test Badge 3" has no event atached. https://live4life.ro/course/test-badge-3/events PS: Same for registered users/students
    #328741
    Anshuman Sahu
    Keymaster
    Yes you are right the is not working right now. all events are showing in all courses , this happens with the new eventon breaking update where they changed their hooks and filters we are using . Adding to issue log . https://trello.com/c/eqdFmEG0
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘EventON button missing’ is closed to new replies.