Hello,
Thanks for the details, I can log into your website, I assume we are talking about the layout "Single - Property", and single "House" post: Sierra at Escaya Plan 1
Q1) the images appear full-width on the live site and not the 300 pixel width specified
I assume we are talking about the shortcode in your layout:
[types field='property-gallery' width='300' height='200' align='none' resize='crop' separator=''][/types]
I have tested it in front-end:
hidden link
All those images are loading from another website(CDN), for example:
hidden link
See screenshot: image-field.JPG
It seems to be a compatibility problem, please check these:
1) Deactivate all other plugins, and switch to wordpress default theme 2019, deactivate all custom PHP/JS code snippets
2) Re-uploads those images, and test again
Q2) the icon issues
I assume we are talking about those HTML codes:
<i class="fa fa-home text-primary"></i>
If it is, those icon CSS style are from CSS file :
hidden link
But in the problem page:
hidden link
I see below error in my chrome browser console box:
Access to XMLHttpRequest at 'hidden link' from origin 'hidden link' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
See screenshot console.JPG
Same as Q1), it should be the CDN problem of your website, I suggest you fix the CDN problem first.
And here is a document about: Toolset Resource Directories for CDN Upload
https://toolset.com/documentation/programmer-reference/toolset-resource-directories-for-cdn-upload/
For your reference.