Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s nothing much beyond what you’d expect, but here’s how I did it:

    1. Create a separate Page for each of your buttons, and paste the EPDD shortcode into each. These pages should have a very basic page template (no header/footer, etc.) – If you load the page in a browser for example, it should show the button and nothing else.
    2. In the page you want to display all of the buttons, switch the editor to Text mode.
    3. Insert an iframe as such:
      <iframe src="your-url-to-button-page" height="100" width="100"></iframe>
    4. Repeat for as many buttons as you want to add. Adjust the width/height values as necessary to the size of your button.

    The only work-around I have found is to place the multiple buttons in individual iframe’s instead, to give the illusion that they are still all on the same page.

    A bit of a pain, but it will work then.

    I can confirm this problem too. The first of any button works as expected, but subsequent buttons on the same page load without a pop-up, and more importantly will fail to actually process any payments.

    I assume this happens because data is not being passed as it should do.

    The plugin states that any number of buttons can be added to a page, but, unfortunately this does not appear to be the case.

    Is there anything that can be done?

Viewing 3 replies - 1 through 3 (of 3 total)