Changeset 2769823
- Timestamp:
- 08/12/2022 02:46:29 PM (4 years ago)
- File:
-
- 1 edited
-
responsive-table-for-divi/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-table-for-divi/trunk/readme.txt
r2769615 r2769823 5 5 Requires at least: 5.6 6 6 Tested up to: 6.0.1 7 Requires PHP: 8.07 Requires PHP: 7.1 8 8 Stable tag: 1.0.0 9 9 License: GPL2 … … 27 27 28 28 You want to create responsive DataTables from your own Custom Posts. 29 -> Create your own Custom Posts and Taxonomies. 30 -> Add Custom Fields (with Advanced Custom Fields) to your Custom Posts. 31 -> Link the Pro Module with the Custom Post and Taxonomy (optional) and output it in the responsive DataTable. 29 -Create your own Custom Posts and Taxonomies. 30 -Add Custom Fields (with Advanced Custom Fields) to your Custom Posts. 31 -Link the Pro Module with the Custom Post and Taxonomy (optional) and output it in the responsive DataTable. 32 32 33 You want to filter your DatTable with Checkbox-Filters. 33 34 You want to set URL\'s in a Custom Field, hide the Column where the URL is, and use that URL as hover to change an image. 34 -> Hover over the rows and the image in the image box changes. (For example, to show various apartments) 35 -Hover over the rows and the image in the image box changes. (For example, to show various apartments) 36 35 37 Display Warning-Message when no Custom Post is found. 36 38 Use Regex to change URL-Links in the DataTable to change that to direct download links. … … 54 56 55 57 == Frequently Asked Questions == 56 My table is still an HTML-Table and not responsive. What can I do?57 58 As of now, you have to disable the \"Defer jQuery And jQuery Migrate\" in the Divi-Options.59 Navigate to the Divi-Options -> \"Performance\" -> and disable the \"Defer jQuery And jQuery Migrate\".60 If you have similar settings in other caching plugins, turn them off.61 62 58 63 59 My table is still an HTML-Table and not responsive. What can I do? 64 Please note, that the opening table element need to look like this: 60 Please note, that the opening table element need to look like this: table class=\"datatable display\" cellspacing=\"0\" width=\"100%\" 65 61 Or get a demo-table from the plugin website. 66 62 67 63 == Screenshots == 68 1. View of the Divi-Module 64 1. View of the Divi-Module-Settings-Tab 69 65 2. View of the responsive table (desktop) 70 66 3. View of the responsive table (mobile) 67 3. View of the Divi-Module 71 68 72 69 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.