Problem:
The customer created a form with Toolset and added it to a new page using a Toolset form block. While the form appears in the Gutenberg editor, it does not appear on the front end. Only the page title is visible. Solution:
Initially, I suspected the issue was due to the Toolset Access plugin's guest permissions not being set for the form. I advised checking the form permissions under Toolset -> Access Control -> Forms and ensuring the guest option was checked.
Upon further investigation, the issue was identified as a conflict or misconfiguration with the plugin 'Restrict User Access'. Disabling this plugin allowed the form to appear correctly on the front end.
I have created a custom template for my posts archive page, and the first post in the grid has no title. Switching from a dynamic heading to a dynamic field shows the title initially, but it disappears after some time.
Solution:
Inspect the markup of the page and find that the heading link has no text. Changing the theme from Child The,e to GeneratePress resolves the issue, indicating a possible JavaScript code problem in the Raypa theme. Contact the theme developer for further assistance.