Changeset 3137260
- Timestamp:
- 08/18/2024 03:40:07 PM (20 months ago)
- Location:
- einsatzverwaltung/trunk
- Files:
-
- 3 edited
-
Frontend.php (modified) (1 diff)
-
css/style-frontend.css (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
einsatzverwaltung/trunk/Frontend.php
r3061617 r3137260 64 64 add_action('pre_get_posts', array($this, 'addReportsToQuery')); 65 65 add_filter('default_post_metadata', array($this, 'filterDefaultThumbnail'), 10, 3); 66 67 // Adjustment for Avada theme 68 add_action('awb_remove_third_party_the_content_changes', function () { 69 remove_filter('the_content', array($this, 'renderContent'), 9); 70 }, 5); 71 add_action('awb_readd_third_party_the_content_changes', function () { 72 add_filter('the_content', array($this, 'renderContent'), 9); 73 }, 99); 66 74 } 67 75 -
einsatzverwaltung/trunk/css/style-frontend.css
r2342402 r3137260 12 12 background-color: #eee; 13 13 border-bottom: 2px solid #ddd; 14 } 15 16 .einsatzverwaltung-reportlist .einsatz-column-number, 17 .einsatzverwaltung-reportlist .einsatz-column-date, 18 .einsatzverwaltung-reportlist .einsatz-column-time { 19 white-space: nowrap; 14 20 } 15 21 -
einsatzverwaltung/trunk/readme.txt
r3062190 r3137260 31 31 == Installation == 32 32 33 The plugin does not require any setup but it is recommended to take a look at the settings before you start publishing. Especially those in the Advanced section should not be changed inconsiderately later on.33 The plugin does not require any setup, but it is recommended to take a look at the settings before you start publishing. Especially those in the Advanced section should not be changed inconsiderately later on. 34 34 35 35 == Frequently Asked Questions == … … 52 52 53 53 == Changelog == 54 55 = 1.11.2 = 56 * Fix: Content was duplicated when using the Avada Website Builder 57 * Fix: Prevent linebreaks for certain columns of the report list 54 58 55 59 = 1.11.1 = … … 80 84 81 85 == Upgrade Notice == 86 = 1.11.2 = 87 Maintenance Release 88 82 89 = 1.11.1 = 83 90 Maintenance Release
Note: See TracChangeset
for help on using the changeset viewer.