Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yoffegil

    (@yoffegil)

    Hi there,
    The css styling of your site makes the polls set disappear.

    The specific rule that causes the issue is at
    wp-content/themes/salient/style.css line 3290:
    main-content iframe[src] {
    opacity: 0;
    }

    This rule is also applied once the browser is being resized, which is another scenario where the polls set disappear.

    In order to solve this issue you should remove the above css rule.

    Best,
    Gil, Opinion Stage team.

    Thread Starter stretchrecipes

    (@stretchrecipes)

    Perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Polls Set disappears after first poll’ is closed to new replies.