I have created a search filter with Toolset to display relevant posts. Once the posts are displayed, I want users to be able to click on a content template related to each post for more information, but nothing is currently linking.
Solution:
Use the Toolset heading block inside the View and select the "Title with Link" option from the dynamic options on the right sidebar.
In a user form, the birthday field is slow to fill out after selecting a date. The delay makes the process cumbersome.
Solution:
The delay is due to Toolset using jQuery UI for the date fields' graphical user interface (GUI). Unfortunately, this is inherent to the library, and there is no direct solution within Toolset. To improve efficiency, consider hiring a developer to create a custom Date GUI using custom code.
The customer wanted to customize the login form to replace the email and username fields with only the email field and apply custom styling. They were following Toolset documentation but encountered limitations with the Toolset plugin.
Solution:
We explained that Toolset only allows pulling the default WordPress login form, which can be customized using CSS but does not support creating a fully custom login form. To customize the labels and structure, the customer would need to implement custom code. We provided links to WordPress documentation on how to customize the login form using native WordPress functions.