Problem:
The customer reported that after updating to Toolset Types 3.4.16, the additional Toolbars from the Advanced Editor Tools plugin are no longer showing on the WYSIWYG fields.
Solution:
Guided that the Toolset's WYSIWYG field doesn't officially support this integration with the TinyMCE Advanced and it will require integration at the plugin level and you're welcome to submit a feature request for it.
Problem:
The customer asked how to import the date value in the Toolset's date type field, using the WP All Import PRO plugin.
Solution:
Guided that the Toolset date type field, stores the date/time value in the UNIX timestamp format, and while importing the data in it, the same format should be used.
The issue here is that the user was having issues with allowing his users to edit their posts on their account page.
Solution:
In this user's case the problem was that the form that they were submitting the posts with were submitting the posts as drafts. This necessitates an admin to go in and then publish each post. However in this case the author of the post will no longer be the user who created the post but the one who publishes it.
In order for this to work as intended the user who created the post must be assigned as the author.
Problem:
The customer reported that the image sizes and styles are lost when using the Toolset's gallery and the image slider block.
Solution:
Guided that if a view needs to be called through the view's shortcode, it is better to create the view using the classic/legacy editor and use the block editor to design the loop item content template.
This way any styles coming from the blocks editor won't be lost.