Problems after Update to WP 4.5
-
Hi!
I am using:
? TablePress
? TablePress Extension: DataTables Inverted FilterThe Update to WordPress 4.5 screwed up the look (I want to hide all but one column) and the search field is missing.
Non-working version using WP 4.5 (pls scroll down):
https://www.pfarre-mn.at/coupon
(note: shortcode ultimate seems to have some problems as well, at least the “tabs” function)For comparision, here is the working version with WP 4.4.2:
https://www.strawberrytour.com/couponsFile customizations:
https://www.ads-software.com/support/topic/hide-table-after-search?replies=6#post-7478946Custom commands:
"initComplete": function(oSettings, json) { $( '.dataTables_filter input' ).attr( 'type', 'search' ); }, "columnDefs": [ { "searchable": false, "targets": [ 2 ] } ]
Custom CSS:
/*zurueck-weiter*/ .dataTables_paginate.paging_simple { display: none; } /*Tabellen-Kopf und Fuss*/ .tablepress thead th, .tablepress tfoot th { background-color: #BE002A; color: #EFEFEF; } /*Tabellen-Kopf bei Mouseover und Sortierung*/ .tablepress thead .sorting_asc, .tablepress thead .sorting_desc, .tablepress thead .sorting:hover { background-color: #8B001F; } /*Filter-Feld links anzeigen*/ .dataTables_filter { float: left; text-align: left; } .dataTables_length { float: right; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problems after Update to WP 4.5’ is closed to new replies.