I changed my wordpress site to use https Now the widgets for donations do not load anymore. they only display the placeholder text
any ideas?
thanks Conte
I changed my wordpress site to use https Now the widgets for donations do not load anymore. they only display the placeholder text any ideas? thanks Conte |
|||
|
Two separate problems with the same source, which is that your widget is static HTML and Javascript that you copied and pasted in place. It does not update by itself when you make changes. If you just see the placeholder text, it means that the Javascript is failing to get the current totals.
The solution to either problem is the same: fix the widget. You can read through the widget's code and replace each instance of "http://" with "https://". Alternatively, you can simply go manage your contribution page, go to the widget tab, copy the code, and paste it in place of the old code. |
|||||||||||||||||
|