Feedback on 5.4.4.3, the 2. beta of 5.5
-
A separate topic for 5.4.4.3 feedback:
1. Referring to https://www.ads-software.com/support/topic/new-search-form-in-dev-mode?replies=14#post-4455919, we still have the issue that our custom HTML in templates/events-list.php is ignored. We have wrapped the event list inside a
<div class="event-list-container">
, which has served us well since 5.1.8.5 or so. However, immediately after updating to 5.4.4.2 or 5.4.4.3, that line in the template stops having any effect. There is no element of that class found in the HTML anymore. Otherwise the front page looks exactly as it did before.The problem seems caused by EM not using this template anymore when the events list is grouped; instead, an events-list-grouped.php is used. As a completely new template it’s lacking our customizations.
2. In events-list-grouped.php there’s already a support for a container div whenever the following setting is active:
if( get_option('dbem_css_evlist') ) echo "<div class='css-events-list'>";
Update: the setting for this at Events > Settings > General > Styling Options (Advanced) > Events list page works. We now have one less template to maintain. Thanks! ??
3. It might be good to have an informative warning displayed in WP-admin for those who have a customized events-list.php, informing that it no longer affects grouped listings.
4. Some 5.4.4.3 feedback is already written at https://www.ads-software.com/support/topic/add-ids-for-trs-in-formslocationwherephp?replies=10#post-4509693.
- The topic ‘Feedback on 5.4.4.3, the 2. beta of 5.5’ is closed to new replies.