Test Responsive Tables

Quick Guide To What Is Open & Closed On Our Parks

We currently have permission from local Councils to offer limited services on some of our parks. Caravan Owner Short Visits are for existing caravans owners to visit for a couple of hours to inspect and maintain their caravans. Caravan Sales Visits are for new customers to view and buy a new or used caravan. All visits must be booked in advance with the Park Manager. Please read the rest of the coronavirus update to understand the rules of each visit.

Bablock Hythe

  • Caravan Owner Short Visits – From 28/05/20
  • Boat Moorings Short Visits – From 28/05/20
  • Caravan Sales Visits – From 03/06/20
  • Everything Else – No

Elliotts

  • Caravan Owner Short Visits – From 04/06/20
  • Caravan Sales Visits – Coming Soon
  • Everything Else – No

Grey Tower

  • Caravan Owner Short Visits – No
  • Caravan Sales Visits – No
  • Everything Else – No

Itchenor

  • Caravan Owner Short Visits – No
  • Caravan Sales Visits – Coming Soon
  • Everything Else – No

Thirkleby Hall

  • Caravan Owner Short Visits – No
  • Caravan Sales Visits – No
  • Everything Else – No

Tollerton

  • Caravan Owner Short Visits – No
  • Caravan Sales Visits – No
  • Everything Else – No

 

Working test to make a JTRT table responsive.

CaravanYearSizePrice*Pictures
Atlas Mirage200812 x 35 2B£10,500 View
Cosalt Madeira Super200512 x 33 2BSOLD View
Willerby Salisbury200812 x 33 2BSOLD View
BK Bluebird Seville200812 x 36 2BSOLD View
Carnaby Melrose201012 x 30 2B£17,000-
Willerby Aspen200712 x 37 2BSOLD View
Willerby Granada200912 x 35 2B£19,500 View
Willerby Isis201112 x 33 2B£19,500 View
Victory Vision201312 x 36 2B£22,500-
Victory Vision201412 x 35 2BSOLD View
Willerby Winchester201112 x 38 2BSOLD View
Willerby Avonmore201512 x 35 2B£26,000 View
Willerby Lyndhurst201612 x 35 2BSOLD View
Regal Henley
With Large Balcony
201412 x 35 2BSOLD View
Delta Sienna
On River View Pitch
New12 x 35 2B£42,000View
Swift Bordeaux
On River Side Pitch
New12 x 35 2B£52,500View
More Caravans Coming Soon ----

 

This CSS currently works on 1 table

CCS code to apply to make a specific JTRT table no 526 responsive.

/*
Code to make a JTRT table look better
*/

#jtrt_table_526 {
width: 100%;
}

#jtrt_table_526 thead tbody td {
line-height: 100%;
padding: 10px;
}

#jtrt_table_526 tr:nth-child(even) {
background-color: #f2f2f2;
}

/*
CSS to make a JTRT table responsive in a good way
*/

@media screen and (max-width: 600px) {
#jtrt_table_526 {
border: 0;
}

#jtrt_table_526 thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

#jtrt_table_526 tr {
border: 1px solid #ddd;
display: block;
margin-bottom: 1em;
}

#jtrt_table_526 td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}

#jtrt_table_526 td:nth-child(1)::before {
content: “Caravan”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(2)::before {
content: “Year”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(3)::before {
content: “Status”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(4)::before {
content: “Size”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(5)::before {
content: “Price”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

}

This CSS currently works on all the named tables

CCS code to apply to make a number of JTRT tables responsive.

/*
Make all your Caravans For Sale and Caravans For Hire JTRT tables look nice
*/

#jtrt_table_526,
#jtrt_table_850,
#jtrt_table_868,
#jtrt_table_865,
#jtrt_table_866,
#jtrt_table_867,
#jtrt_table_904{
width: 100%;
}

#jtrt_table_526 thead tbody td,#jtrt_table_850 thead tbody td,#jtrt_table_868 thead tbody td,#jtrt_table_865 thead tbody td,#jtrt_table_866 thead tbody td,#jtrt_table_867 thead tbody td {
line-height: 100%;
padding: 10px;
}

#jtrt_table_526 tr:nth-child(even),#jtrt_table_850 tr:nth-child(even),#jtrt_table_868 tr:nth-child(even),#jtrt_table_865 tr:nth-child(even),#jtrt_table_866 tr:nth-child(even),#jtrt_table_867 tr:nth-child(even),#jtrt_table_904 tr:nth-child(even){
background-color: #f2f2f2;
}
/*
Make all your Caravans For Sale JTRT tables responsive in a good way
*/

@media screen and (max-width: 600px)
{

h1.entry-title {
line-height:100%;
margin-top: 0em;
margin-bottom: 0.4em
}

#jtrt_table_526,
#jtrt_table_850,
#jtrt_table_868,
#jtrt_table_865,
#jtrt_table_866,
#jtrt_table_867 {
border: 0;
}

#jtrt_table_526 thead,
#jtrt_table_850 thead,
#jtrt_table_868 thead,
#jtrt_table_865 thead,
#jtrt_table_866 thead,
#jtrt_table_867 thead{
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

#jtrt_table_526 tr,
#jtrt_table_850 tr,
#jtrt_table_868 tr,
#jtrt_table_865 tr,
#jtrt_table_866 tr,
#jtrt_table_867 tr {
border: 1px solid #ddd;
display: block;
margin-bottom: 1em;
}

#jtrt_table_526 td,
#jtrt_table_850 td,
#jtrt_table_868 td,
#jtrt_table_865 td,
#jtrt_table_866 td,
#jtrt_table_867 td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}

#jtrt_table_526 tr:nth-child(odd),#jtrt_table_850 tr:nth-child(odd),#jtrt_table_868 tr:nth-child(odd),#jtrt_table_865 tr:nth-child(odd),#jtrt_table_866 tr:nth-child(odd),#jtrt_table_867 tr:nth-child(odd) {
background-color: #e6ffe6;
}

#jtrt_table_526 td:nth-child(1)::before,
#jtrt_table_850 td:nth-child(1)::before,
#jtrt_table_868 td:nth-child(1)::before,
#jtrt_table_865 td:nth-child(1)::before,
#jtrt_table_866 td:nth-child(1)::before,
#jtrt_table_867 td:nth-child(1)::before
{
content: “Caravan”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(2)::before,
#jtrt_table_850 td:nth-child(2)::before,
#jtrt_table_868 td:nth-child(2)::before,
#jtrt_table_865 td:nth-child(2)::before,
#jtrt_table_866 td:nth-child(2)::before,
#jtrt_table_867 td:nth-child(2)::before {
content: “Year”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(3)::before,
#jtrt_table_850 td:nth-child(3)::before,
#jtrt_table_868 td:nth-child(3)::before,
#jtrt_table_865 td:nth-child(3)::before,
#jtrt_table_866 td:nth-child(3)::before,
#jtrt_table_867 td:nth-child(3)::before {
content: “Size”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(4)::before,
#jtrt_table_850 td:nth-child(4)::before,
#jtrt_table_868 td:nth-child(4)::before,
#jtrt_table_865 td:nth-child(4)::before,
#jtrt_table_866 td:nth-child(4)::before,
#jtrt_table_867 td:nth-child(4)::before {
content: “Status”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(5)::before,
#jtrt_table_850 td:nth-child(5)::before,
#jtrt_table_868 td:nth-child(5)::before,
#jtrt_table_865 td:nth-child(5)::before,
#jtrt_table_866 td:nth-child(5)::before,
#jtrt_table_867 td:nth-child(5)::before {
content: “Price”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

#jtrt_table_526 td:nth-child(6)::before,
#jtrt_table_850 td:nth-child(6)::before,
#jtrt_table_868 td:nth-child(6)::before,
#jtrt_table_865 td:nth-child(6)::before,
#jtrt_table_866 td:nth-child(6)::before,
#jtrt_table_867 td:nth-child(6)::before {
content: “Pictures”;
float: left;
font-weight: bold;
text-transform: uppercase;
}

}

HTML & CSS Combo To Create Responsive Tables

This does exactly what you want. The HTML is put in the page and the CSS is put in the Additional CSS Screen. Now you need to find a way to apply the CSS to a table that is easy to create.

You got this code from https://codepen.io/AllThingsSmitty/pen/MyqmdM

Here is another page by same developer with a bit more explanation of how the code works. The problem you are having applying it to other plugin tables is to do with the data-label ‘s being named in the html and then being referred to in the CSS. If you can refer to them you can get them to appear left aligned in collapsed screen.
https://allthingssmitty.com/2016/10/03/responsive-table-layout/

Account Due Date Amount Period
Visa – 3412 04/01/2016 $1,190 03/01/2016 – 03/31/2016
Visa – 6076 03/01/2016 $2,443 02/01/2016 – 02/29/2016
Corporate AMEX 03/01/2016 $1,181 02/01/2016 – 02/29/2016
Visa – 3412 02/01/2016 $842 01/01/2016 – 01/31/2016

Responsive TablePress Table With Collapsibility

Responsive table that shows an expand button on a mobile device, to show hidden columns. This is controlled by the Responsive Tables extra code which enhances the TablePress plugin.

[table “10” not found /]