Skip Navigation

[Resolved] Toolset not really load the bootstrap 4 css

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 1 voice.

Last updated by kelvinL-2 3 years, 11 months ago.

Author
Posts
#1984725
Screenshot 2021-03-13 at 4.39.07 PM.png
Screenshot 2021-03-13 at 4.37.01 PM.png

Dear Sir/Madam,

I have a table using bootstrap 4 in CRED form, I selected the Toolset should load Bootstrap 4, but table is not be rendered properly.

<div class="row">
			<div class="col">
				<table style="max-width: 100%; " id="myTable" class="table order-list">
					<thead class="thead-dark">
						<tr>
							<th scope="col" style="text-align: center;">Num</th>
							<th scope="col" style="text-align: center;">Name</th>
							<th scope="col" style="text-align: center;">Gender</th>
							<th scope="col" style="text-align: center;">BOD</th>
							<th scope="col" style="text-align: center;">HKID</th>
							<th scope="col" style="text-align: center;">Passport #</th>
							<th scope="col" style="text-align: center;">Type</th>
							<th scope="col" style="text-align: center;">&nbsp;</th>
						</tr>
					</thead>
					<tbody>
						<tr id="start">
							<th scope="row" style="text-align: center;">1</th>
							<td><input type="text" value="" name="name_0"></td>
							<td><input type="text" value="" name="gender_0"></td>
							<td><input type="date" name="bod_0"></td>
							<td><input type="number" value="0" name="hkid_0"></td>
							<td><input type="number" value="0" name="passport_0"></td>
							<td><input type="number" value="0" name="type_0"></td>
							<td><button id="addrow" type="button" class="btn btn-success">Add</button></td>
						</tr>
					</tbody>
				</table>
		</div>
	</div>
#1984745
Screenshot 2021-03-13 at 4.53.15 PM.png

I tested with WordPress default theme Twenty Twenty-One, it is the same.

#1984825

My issue is resolved now. Thank you!