6.6.4 Updates – Issues with [events_list] Shortcode
-
The latest update to 6.6.4 broke many of the websites that I’m using the plugin on. Specifically, in the [events_list] shortcode, it’s now outputting these two lines of code before the list of items:
<div class="em em-view-container" id="em-view-959559093" data-view="list"> <div class="em pixelbones em-list em-events-list" id="em-events-list-959559093" data-view-id="959559093">
(Obviously the ID numbers are unique to that block.)
I’m trying to wrap the output list of events in a carousel, and noticed these before the list begins. Shouldn’t it only be showing one of these? Could that be the problem?
I can use the following function to update the classes shown:
add_filter('em_get_template_classes', function( $component ){
return array('owl-carousel', 'owl-theme');
}, 1);Which would work fine if it were just one of the div tags, not both. I’m not sure if this was included in the latest update, but please fix ASAP!!!
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.