I returned it to the actual version 1.2.4 just to keep the broken version out there.
Update: in the wpsisac-template.php file, if I change line 88:
<div class=”wpostahs-slider-conf” data-conf=”<?php echo htmlspecialchars(json_encode( $slider_conf )); ?>”></div>
to line 84 of 1.2.2
<div class=”wpostahs-slider-conf”><?php echo json_encode( $slider_conf ); ?></div>
Things work again.
agelonwl,
Thanks for the suggestion. I’ve tried messing with those settings and none of them make a difference.
Marcus,
In total we have >2k events. However, with the above code we’re wanting to only ever show one (1) event. I tried implementing both limit and pagination as you mentioned above but this either has no impact or fails to show the event.