Problem:
The customer was facing an issue where the Full Calendar JavaScript, embedded within a view on their site, stopped displaying events. Despite trying updates and checks, the calendar remained empty. Solution:
We initially checked for errors and confirmed the calendar's functionality. When further issues were detailed by the customer, we requested temporary admin and FTP access to diagnose the problem. After modifying the calendar-object view and observing a purge of internal cache, the events appeared again. To ensure updates were reflected immediately and to tackle ongoing caching issues, we advised the customer to disable caching for the specific view using the 'cached="off"' parameter in the Toolset view setup.
Problem:
The user, wanted to replace the default WYSIWYG TinyMCE editor in the 'user form' toolset with a simple "textarea" to prevent users from inserting formatted text. They were unable to find a way to make this change using the existing WordPress default "description" field. Solution:
We suggested that instead of trying to modify the TinyMCE editor, cantonB should create a new custom field that supports multiline text. This approach allows the form to display a basic textarea field, aligning with the user's requirements for plain text input.