Batches events left right arrow not responding

Home Forums WPLMS AddOns WPLMS Batches Batches events left right arrow not responding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #209144
    futureyoon_208
    Participant
    Hi, As shown in the screenshot https://prnt.sc/nooq4y, batch events right and left arrows are not responding.  
    #209267
    Scott Lang
    Moderator
    Hi, We will have to check it our end , and let you know. Ping me back for reminder.
    #209301
    futureyoon_208
    Participant
    Hi Scott, Sending you a reminder on the outcome :)
    #209425
    Scott Lang
    Moderator
    Hi, we have checked that there is issue with event-on plugin. You can use this code to your customizer plugin : add_filter('wplms_batch_events_shortcode',function (){     return '[add_eventon show_et_ft_img="yes"  wplms_batch="'.bp_get_group_id().'"]'; }); refer this : http://prntscr.com/npdnfd This will show events on events section .  
    #209519
    futureyoon_208
    Participant
    Sorry, do you mind explain further what that code does? Because my calendar arrows are still not working. I realized that your calendar in the printscreen is different from mine too.
    #209616
    Scott Lang
    Moderator
    This is customized code for previous event view which have issue .(coming from event-on plugin) This will override the previous event view to new view. like this :http://prntscr.com/npdnfd <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;"><strong style="box-sizing: border-box;">add_filter('wplms_batch_events_shortcode',function (){</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;"><strong style="box-sizing: border-box;">    return '[add_eventon show_et_ft_img="yes"  wplms_batch="'.bp_get_group_id().'"]';</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;"><strong style="box-sizing: border-box;">});</p> You have to put the above code in plugins/wplms-customizer/wplms-customizer.php like this : http://prntscr.com/npt67l
    #209804
    futureyoon_208
    Participant
    ah so i assume this is a temporary fix?
    #209861
    Scott Lang
    Moderator
    No, This is not temporary fix.This is part of event-on plugin which have previous issue, so we used the alternative solution of event-on plugin.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Batches events left right arrow not responding’ is closed to new replies.