Scheduler iframe blocked, not HTTPS
-
The issue is the https:// URL hard-coded on the iframe src. As our site is HTTPS the iframe gets blocked for ‘insecure content’ as the plugin explicitly requests a http URL, e.g https://www.vcita.com/widgets/scheduler/xxxxx?ver=2 – this is hard-coded in the plugin code.
The file path is:
/wp-content/plugins/meeting-scheduler-by-vcita/vcita-widgets-functions.php
The relevant function is at line 141 – vcita_create_embed_code()
$code = “<iframe frameborder=’0′ src=’https://”.VCITA_SERVER_BASE
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Scheduler iframe blocked, not HTTPS’ is closed to new replies.