Some field groups do not work after installing the ssl security certificate and changing the address to https. Uploading pop-up windows such as images, galleries, and people in charge will not open.
There are probably errors in the JS console on these pages if you try to use these buttons and they do not work, could you please check and share the details?
Can you also please share your debug info in the next reply?
Thank you for providing the debug information, I was able to review your configurations and I do not see anything obviously wrong. Can you try these troubleshooting steps?
- Clear your browser cache and cookies, then log into wp-admin again and test again.
- Temporarily deactivate all plugins except Types, Maps, Blocks, and your SSL plugin, and temporarily activate a default theme like Twenty Twenty.
- Test again. If the problem is resolved, reactivate your theme and other plugins, testing each additional component, until the problem returns.
- If the problem is not resolved, I may need to take a closer look. I will activate private reply fields here so you can share login credentials securely.
When I visit the URL you provided, I am redirected here: hidden link
I see a 404 error and I am unable to login. Can you check? Private fields are provided here again.
It seems that some redirects on your server are causing CORB (cross-origin resource blocking) for some required assets. You can see the following errors in the browser console:
Cross-Origin Read Blocking (CORB) blocked cross-origin response <em><u>hidden link</u></em> with MIME type text/html. See <em><u>hidden link</u></em> for more details.
post.php?post=1955&action=edit:118 Cross-Origin Read Blocking (CORB) blocked cross-origin response <em><u>hidden link</u></em> with MIME type text/html. See <em><u>hidden link</u></em> for more details.
post.php?post=1955&action=edit:368 Cross-Origin Read Blocking (CORB) blocked cross-origin response <em><u>hidden link</u></em> with MIME type text/html. See <em><u>hidden link</u></em> for more details.
post.php?post=1955&action=edit:369 Cross-Origin Read Blocking (CORB) blocked cross-origin response <em><u>hidden link</u></em> with MIME type text/html. See <em><u>hidden link</u></em> for more details.
For example, the JavaScript file required by Toolset hidden link is not loaded on this page: hidden link
The server is attempting to load that file from hidden link instead of hidden link, which causes an error in the browser. Is there a redirect setting in your .htaccess file, or other server-side redirect in place for these asset files? You may need to ask your hosting company to take a look, because this is a problem for HTTPS sites. You cannot load resources across domains like this when you have HTTPS active. This happens even if you have a default theme active with only Types and Blocks active, and I do not think it is a problem in the Toolset plugins. It seems to be a cache or redirect setting on the server.