Types plugin provides a fields API, making it easy to display custom fields on your website’s front-end. The corresponding function call outputs the desired fields with a special formatting and supports different attributes for each field type.
Problem:
The customer reported that the single quote characters in the classic views editor are getting converted to their equivalent ASCII character.
Solution:
Guided that this only happens when the option "Disable the visual editor when writing" is checked on the user profile page.
( WP Admin -> Users -> Profile )
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.