This isn’t a support request – it’s a suggestion. Great plugin BTW – thanks for sharing. I agree with the previous poster, the min-width setting is insufficient.
I added the following to my child theme to make popups responsive on all devices:
.abs-popup .modal-content {
width: 90% !important;
max-width: 400px !important;
}
Also, the modal header adds a LOT of padding above the popup content. Not sure if this is a plugin issue or related to the parent theme, but this resolved the spacing issue:
.abs-popup .modal-header {
padding-bottom: 0;
}
pk
]]>Just noticed that because there are no responsive options and the CSS for width is setup as a min-width, that if your display size is smaller than the modal size then you can’t see the edges (and in particular the close button).
I wonder if it wouldn’t be better to have it setup as max-width: X value and width: 100% so that you don’t have this issue?
]]>I have created a pop up block and set the opening to Anchor and set the anchors to match my buttons anchor but It does not work. I have tried with button blocks and basic text link with neither of the working.
I am unable to find any documentation on this. Is there a premium version of this plugin that enables this to work?
]]>Hi, your plugin rocks ! Really nice !
Could you tell me how to add it the same popup on all pages and articles ?
It’s complicated to edit all of it !
Hello,
I’m Fabio, brazillian, 35 yo and I have a question (or two).
Why can’t I open the popup block by link or button?
What kind of shortcode or link should I use?
‘Cause I’ve use #anchor in every imaginable way (Includes JS here) and just coudn’t do it work.
There’s, obviusly something I’m missing.
Att.:
Fabio C. Pimenta