Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal only appearing on first hit in session. #324

Open
shindakun opened this issue Mar 4, 2019 · 0 comments
Open

Modal only appearing on first hit in session. #324

shindakun opened this issue Mar 4, 2019 · 0 comments

Comments

@shindakun
Copy link
Member

Under certain configurations, it seems like a sticky bar modal will only appear on the first hit in the session even though the display options indicate it should appear on every page load. This is likely related to something on the specific page as it works as expected on numerous sites. The page in question doesn't appear to be SPA.

Further details can be found in zendesk 1971.

    "appearsOn": [
      {
        "exclude": false,
        "match": "substring",
        "value": "WEBSITE"
      }
    ],
  "displayOptions": [
      {
        "key": "hideForConfirmDurationUnits",
        "value": "days"
      },
      {
        "key": "hideForConfirmDuration",
        "value": "1"
      },
      {
        "key": "hideForCancelDurationUnits",
        "value": "hours"
      },
      {
        "key": "hideForCloseDurationUnits",
        "value": "hours"
      },
      {
        "key": "hideForCancelDuration",
        "value": "1"
      },
      {
        "key": "hideForCloseDuration",
        "value": "1"
      }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant