Automattic / eventbrite-api

The Eventbrite API plugin brings the power of Eventbrite to WordPress, for both users and developers.
68 stars 40 forks source link

iframe size #72

Closed MMBarsoum closed 6 years ago

MMBarsoum commented 6 years ago

Hi, for some reason when I install the API and Keyring, I can only see a few lines of the amount of ticket types I'm selling. It's a small iframe (or so it seems) and I have to scroll within that embedded window to access the whole list. Is there a way to automatically make it change according to the ticket types available for sale? screenshot 2017-11-30 23 27 36

kwight commented 6 years ago

Sadly, there isn't a simple, automatic way to cover all variations of ticket numbers and types. Since it's an iframe, the server isn't aware of the size of the content it contains, so it needs to make an educated guess. There's a filter to make adjustments on a per-site basis; the other option is to work something out JavaScript-wise in the client, but we have no plans of tackling that (both options will require a developer). Hope this helps.