-
Notifications
You must be signed in to change notification settings - Fork 23
Wordpress plugin no longer working? #102
Comments
I added to the one line JS onto a client's website with no custom options and nothing is showing either. Looks like the demo page isn't working either? |
@cosseyluke Double check that cross site tracking is allowed in browser settings. New release of Safari 13.0, for example, has it set as disallow by default -- which means iFrames will not load if from different origin. Clean chrome installs might also have this set by default. Not sure setting server security headers will even bypass browser options (for example if you set server to allow from specific origins). @albertonieto Also for the widget above, for straight JS code config, month number is current month -1 -- so Sept is not 9, it is 8. Not sure if that has effect on WP plugin, but maybe. |
@ijeremyg we don't use the JS config, we use the WP settings from the plugin page on WP. The way the date gets selected is with a date picker on your browser. Also, changing the month manually to August didn't fixed it. |
@albertonieto Thank you for letting me know. |
So, It doesn't work? :( |
@dacmail What we ended up doing is creating local JS copies (again, though not for WP) and customized. There are instructions on how to do that on the project's main page. |
We use the Wordpress plugin on our site (https://www.thnk.org). Our settings are:
Despite enabling the
Force Full Page Widget
, the full page widget is no longer visible. Also, the footer banner is gone. Is anyone having the same problem?The text was updated successfully, but these errors were encountered: