Changeset 2775401
- Timestamp:
- 08/25/2022 10:03:39 AM (4 years ago)
- Location:
- responsive-table-for-divi
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-table-for-divi/tags/1.0.0/readme.txt
r2769824 r2775401 18 18 - You want a fast solution to make any HTML Table responsive. In under 2 minutes. 19 19 - You want to customize some elements, table options or colors, right in the Divi-Module. 20 - You don \'t want ANY dependencies to some CDN-Networks or CDN-Files. All scripts and styles are installed with the plugin and are hosted in YOUR WordPress-Installation.20 - You don't want ANY dependencies to some CDN-Networks or CDN-Files. All scripts and styles are installed with the plugin and are hosted in YOUR WordPress-Installation. 21 21 22 23 24 Do you want to go Pro?25 26 The Pro Module is for you, if...27 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.32 33 You want to filter your DatTable with Checkbox-Filters.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.35 -Hover over the rows and the image in the image box changes. (For example, to show various apartments)36 37 Display Warning-Message when no Custom Post is found.38 Use Regex to change URL-Links in the DataTable to change that to direct download links.39 Overwrite URL-Text that links to contact forms instead of naming it Download.40 41 So go to the vendor site and get the plugin!42 22 43 23 … … 45 25 1. Install the plugin 46 26 2. Open the Visual Builder or the Backend Builder in Divi. 47 3. Add the new Divi-Module \"SS Responsive Table\".27 3. Add the new Divi-Module "SS Responsive Table". 48 28 4. Open the settings by clicking the gear icon of the Divi-Module. 49 29 5. Go to the content section (in the content tab), select text and not visual! … … 52 32 8. End of story. 53 33 54 + Open the \"SS Responsive Table\"-Module and customize it with the options in the module.34 + Open the "SS Responsive Table"-Module and customize it with the options in the module. 55 35 56 36 … … 58 38 59 39 My table is still an HTML-Table and not responsive. What can I do? 60 Please note, that the opening table element need to look like this: table class=\"datatable display\" cellspacing=\"0\" width=\"100%\"40 Please note, that the opening table element need to look like this: <table class="datatable display" cellspacing="0" width="100%"> 61 41 Or get a demo-table from the plugin website. 62 42 -
responsive-table-for-divi/trunk/readme.txt
r2769823 r2775401 18 18 - You want a fast solution to make any HTML Table responsive. In under 2 minutes. 19 19 - You want to customize some elements, table options or colors, right in the Divi-Module. 20 - You don \'t want ANY dependencies to some CDN-Networks or CDN-Files. All scripts and styles are installed with the plugin and are hosted in YOUR WordPress-Installation.20 - You don't want ANY dependencies to some CDN-Networks or CDN-Files. All scripts and styles are installed with the plugin and are hosted in YOUR WordPress-Installation. 21 21 22 23 24 Do you want to go Pro?25 26 The Pro Module is for you, if...27 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.32 33 You want to filter your DatTable with Checkbox-Filters.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.35 -Hover over the rows and the image in the image box changes. (For example, to show various apartments)36 37 Display Warning-Message when no Custom Post is found.38 Use Regex to change URL-Links in the DataTable to change that to direct download links.39 Overwrite URL-Text that links to contact forms instead of naming it Download.40 41 So go to the vendor site and get the plugin!42 22 43 23 … … 45 25 1. Install the plugin 46 26 2. Open the Visual Builder or the Backend Builder in Divi. 47 3. Add the new Divi-Module \"SS Responsive Table\".27 3. Add the new Divi-Module "SS Responsive Table". 48 28 4. Open the settings by clicking the gear icon of the Divi-Module. 49 29 5. Go to the content section (in the content tab), select text and not visual! … … 52 32 8. End of story. 53 33 54 + Open the \"SS Responsive Table\"-Module and customize it with the options in the module.34 + Open the "SS Responsive Table"-Module and customize it with the options in the module. 55 35 56 36 … … 58 38 59 39 My table is still an HTML-Table and not responsive. What can I do? 60 Please note, that the opening table element need to look like this: table class=\"datatable display\" cellspacing=\"0\" width=\"100%\"40 Please note, that the opening table element need to look like this: <table class="datatable display" cellspacing="0" width="100%"> 61 41 Or get a demo-table from the plugin website. 62 42
Note: See TracChangeset
for help on using the changeset viewer.