Richard A Posted August 9, 2016 at 11:48 PM Share Posted August 9, 2016 at 11:48 PM When you hit return beside a table for a new line, the TinyMCE Joomla editor creates an empty paragraph element <p>/p> below the closing </table> tag regardless of how the table is created (using Bootstrap 3 or any other route). The process is fine, except the element appears before any closing </div>, breaking the way the table acts on a webpage (it is a TinyMCE/Joomla error, hopefully they will fix it at some point in the future). I was using the following DIVs to make tables responsive in the listings and widget: <div class="table-responsive"> </div> Everything was fine until the TinyMCE error was noticed and CSS needed to be used instead to make the tables responsive. I am now using the following CSS instead of the above Div: table.dataTables_wrapper { overflow-x: auto; min-height: .01%; } div.dataTables_wrapper { overflow-x: auto !important; } It works perfectly to make Tables reponsivie in the listing but although I have copied the CSS to the widget_custom_styles.css file, the tables are no longer responsive in the Widget output (see the Classified Menu for an example of Widget output for tables from one of the listings). Is there something else I need to add to the Widget CSS to make it work? Link to comment
Alejandro Posted August 10, 2016 at 12:49 PM Share Posted August 10, 2016 at 12:49 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 10, 2016 at 01:35 PM Author Share Posted August 10, 2016 at 01:35 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited August 10, 2016 at 01:36 PM by Richard A Link to comment
Alejandro Posted August 10, 2016 at 02:38 PM Share Posted August 10, 2016 at 02:38 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 10, 2016 at 03:20 PM Author Share Posted August 10, 2016 at 03:20 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted August 10, 2016 at 03:22 PM Share Posted August 10, 2016 at 03:22 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 10, 2016 at 03:40 PM Author Share Posted August 10, 2016 at 03:40 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted August 10, 2016 at 05:45 PM Share Posted August 10, 2016 at 05:45 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 10, 2016 at 06:29 PM Author Share Posted August 10, 2016 at 06:29 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited August 10, 2016 at 06:32 PM by Richard A Link to comment
Alejandro Posted August 10, 2016 at 07:05 PM Share Posted August 10, 2016 at 07:05 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 10, 2016 at 09:30 PM Author Share Posted August 10, 2016 at 09:30 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited August 10, 2016 at 09:59 PM by Richard A Link to comment
Richard A Posted August 11, 2016 at 03:20 PM Author Share Posted August 11, 2016 at 03:20 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted August 11, 2016 at 03:31 PM Share Posted August 11, 2016 at 03:31 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Richard A Posted August 11, 2016 at 03:59 PM Author Share Posted August 11, 2016 at 03:59 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited August 11, 2016 at 04:00 PM by Richard A Link to comment
Recommended Posts