@imagimedia
We have seen this before, and the issue isn’t in Popup Maker, or not directly.
What we have worked out leads us to think this issue is cause by how the sliders size themselves using JavaScript and the parent container. In other words, they rely on the parent container to determine how large the slider will be, but Popup Maker popups rely on the content to determine how large they will be (vertically).
As such, the Slider ends up with heights of 0-50 depending if you had a popup title.
Many users have solved this by either using custom popup sizes (Select Custom) and defining specific height & width, or by inserting an extra div element around your slider code and giving it a specific height.
Unfortunately, we cannot account for their dynamic height any more than we can. Both plugins are the way they are to support the other 99% of usages :).
But many users have successfully got not only RevSlider to work inside popup maker but ~half a dozen others, so there is hope :).
Hope that helps!
@waltmesser, @imagimedia – I will also add just for clarification, that since popups are hidden when the slider type content is first initialized (with JavaScript on page load). Because of this they set the size of the slider to 0 which is the size of a hidden element in your browser.
IE it may have more to do with the fact that the popups are not visible when they initialize the sliders.
Adding a container div around your slider and giving that div a specific width may resolve it for you, you may need to include the height as well.
For example
<div style=”width: 400px; height: 200px”> [slider] </div>
Hope that helps.
Closing this ticket due to inactivity. If you’re still having an issue, create a new thread, link this one, and we will continue troubleshooting.
Please take a moment to rate and review the plugin and or support.