View Loop/Grid Settings/Column Count of 3 not maintained on Mobile device
Started by: ClementB7865
in: Toolset Professional Support
Quick solution available
Problem:
Setting Columns Count of 3 for mobile device and instead getting 1 column only.
Solution:
In the Site Ground Optimizer plugin, Defer Render-Blocking JS option was ON which seems to cause the problem.
You can follow our document to exclude other Toolset JS/CSS files from the Site Ground Optimizer plugin:
https://toolset.com/faq/how-to-use-optimization-plugins-with-toolset/
Relevant Documentation:
2
8
4 years, 2 months ago
ClementB7865
Cannot edit content template created with WPBakery
Started by: matthewW-12
in: Toolset Professional Support
Quick solution available
Problem:
Cannot edit content template created with WPBakery after updated to the latest Toolset plugins
Solution:
It is a browser cache problem, you can clear your browser cache and test again.
Relevant Documentation:
2
4
4 years, 2 months ago
matthewW-12
Show delete post button in view based on Access group
Started by: Pierre
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user's access shortcode wasn't working when evaluating the user's role to conditionally display their delete button.
Solution:
In this case the user was evaluating a user role that had a space e.g Super Admin.
When you're evaluating this in our access shortcode you will need to use the slug of the user role which will be super_admin.
Your final shortcode should be.
[toolset_access role="super_admin" operator="allow" raw="true"]
My delete post button
[/toolset_access]
2
5
4 years, 2 months ago
Pierre
Best Practice When Deleting a Recurring Field Group
Started by: aaronM-9
in: Toolset Professional Support
Quick solution available
2
3
4 years, 2 months ago
aaronM-9
Need to know the css for the cross in checkbox
Started by: frederiqueC
in: Toolset Professional Support
Quick solution available
Problem:
The problem here is that the user wanted to modify the color of their checkbox tick.
Solution:
This can be done by using the css below.
input[type=checkbox]:checked:before {
color: black;
}
2
5
4 years, 2 months ago
frederiqueC