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.