Aligning images and rows in two column grid
Started by: Lori Martin
in: Toolset Professional Support
Quick solution available
Problem:
The user was having a styling issues for the 2nd column in a two columns loop layout.
Solution:
The layout uses tables and the width of the row are calculated by the browser. To fix this, enforce 50% width for the table columns with this style:
.wpv-loop.js-wpv-loop>tbody>tr>td {
width: 50%;
}
2
3
4 years, 9 months ago
Lori Martin
View
Started by: brandiR
in: Toolset Professional Support
Quick solution available
Problem:
Post view stopped displaying the results on the initial loading, until I click on the Submit button without choosing any filters.
Solution:
It should be a CSS issue, please try below CSS codes:
https://toolset.com/forums/topic/view-6/#post-2218999
Relevant Documentation:
2
3
4 years, 9 months ago
brandiR
PHP error occurring on redirect after login form
Started by: simonM-5
in: Toolset Professional Support
Quick solution available
2
5
4 years, 9 months ago
simonM-5