Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hey wing social,

    Please understand this new version is a ground up rewrite and there will likely be bugs. But rest assured we will get them fixed. We have released 5 patches already since launch early this morning.

    If you could please either describe in detail exactly what you experienced or possibly demonstrate it live for me I would be glad to address the issue ASAP. I have a feeling though if the modals are being shown and not hidden that there is likely an extra closing div inside your content causing the modals to render incorrectly. Take the following example which I’ve seen half a dozen times.

    Modal HTML

    <div id="eModal-1">
      // Your content here
      <div class="mydiv">
        <p>Hello World</p>
        </div>
      </div>
      // end your content
    </div>

    Since there is an extra closing div tag it causes all modals that load after it to break.

    Thread Starter wingsocial

    (@wingsocial)

    My site is not currently live, but I have an update. With the latest version of easy-modal, the whitespace is there until we open a modal and close it. Then the whitespace is gone.

    Thread Starter wingsocial

    (@wingsocial)

    Figgured it out.

    In one of my modals, the way I was doing columns inside with css involved incredibly large amounts of bottom-padding. On the main page this works fine, but for whatever reason, inside the modal, the padding causes the page to extend for that many pixels. I reduced the padding and the problem went away.

    Plugin Author Daniel Iser

    (@danieliser)

    Hey wingsocial, glad you got it working, hard to troubleshoot without seeing it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Causes Pages of Whitespace at bottom of site’ is closed to new replies.