https problem with teaser images widget
-
The widget that creates a list of selected events has thumbnails.
The thumbnails are coming from “https://images.goldstar.com” — and this is causing our web pages to not verify as secure. It needs to be “https”.
Can you please make one small change to this file:
goldstar/widgets/teaser/frontend.php
On line #148, change it to:
$_arr_replace = array(“https://images.goldstar.com”);
- The topic ‘https problem with teaser images widget’ is closed to new replies.