NoreWP
Forum Replies Created
-
Forum: Plugins
In reply to: [PopBox For Elementor] popup close iconMost of the new CSS effects are not supported by the older browsers like IE11.
If you have a link to a live site I can take a look and see if I can work in a filler to fix the issue.
Forum: Plugins
In reply to: [PopBox For Elementor] popup close iconHello Tom,
I’ve just pushed an update that adds additional controls for the close button – hope these meet your needs 🙂
Feel free to let me know if there’s anything else I can help with.
Regards,
ZulfHell @zydanielson,
Thank you for your inquiry and for bringing the this to my attention. It’s not currently possible to do that but since AE uses Elementor I’ll definitely take a look to see what can be done to accommodate.
Having said that, this may not be possible until the new year as there are big changes coming to Elementor around January/February which will change how the whole design workflow works. Suffice to say, there may not be the need to use AE for designing the mentioned areas!
I’m marking as resolved for now and adding the request on the TODO list pending Elementor v2.0 release.
Forum: Plugins
In reply to: [PopBox For Elementor] Error Modal appears behind the fixed navbarYou are most welcome 🙂
Having the solution accessible on the web is a great idea, thank you.
I’ll be putting up a resource page for the plugin soon so feel free to drop the link in a new thread (so that I don’t miss it) and I’ll be more than happy to link to it.
Forum: Plugins
In reply to: [PopBox For Elementor] Error Modal appears behind the fixed navbarGood catch – I don’t think those are needed now as they were introduced before Elementor had the z-index option enabled.
StylePress development is currently on hold pending Elementor’s new development due in January/February. Will revisit this if it needs further attention and resolution at that time.
Marking this thread as resolved for now but feel free to re-raise it if the need be 🙂
Regards,
ZulfForum: Plugins
In reply to: [PopBox For Elementor] Bug with a moving button and extra gapYou are most welcome and happy to be of service 🙂
Closing this as resolved for now but feel free to open a new thread if you encounter any other issues.
Regards,
ZulfForum: Plugins
In reply to: [PopBox For Elementor] Error Modal appears behind the fixed navbarTry this CSS code and see if it fixes the issue for you.
body.modal-open .modal-content { z-index: 9; }Forum: Plugins
In reply to: [PopBox For Elementor] Bug with a moving button and extra gapThere is no easier solution outside of the theme.
Here’s the workaround I came up with – the background does not scroll when the modal is open, this rule is a Bootstrap built in.
html { -ms-overflow-style: scrollbar; overflow: hidden; height: 100%; } body { overflow: auto; height: 100%; }I’ll be including this in the plugin when I push the next update.
Forum: Plugins
In reply to: [PopBox For Elementor] Error Modal appears behind the fixed navbarHello @dkpdavid,
I can not seem to replicate this with the default theme. Could you please let me know what theme you are using and what is the z-index set for fixed navbar?
If you can post a link to the site with the issue that would be a great help.
Thanks,
ZulfForum: Plugins
In reply to: [PopBox For Elementor] Bug with a moving button and extra gapI’ve done a thorough investigation and unfortunately this issue is theme related.
I’ve tested with the default theme TwentySeventeen, GeneratePress, Hestia, Astra, OceanWP and 3 of my own themes – the issue only appears on Astra & OceanWP.
Both themes have the html property declared as overflow: scroll in their stylesheet like so
html{overflow-y:scroll}I’ll be putting out a workaround fix once I’ve finished investigating the other issue, but it would be better if those themes addressed the issue with their files.
Forum: Plugins
In reply to: [PopBox For Elementor] Error Modal appears behind the fixed navbarThank you for the report @dkpdavid – the images were very useful for a visual on the issues.
Will have a look at StylePress to see what can be done to remedy the issue as soon as possible.
Forum: Plugins
In reply to: [PopBox For Elementor] Bug with a moving button and extra gapThank you for the report and the link @jdimina
Investigating and will get a fix out as soon as possible.
Forum: Plugins
In reply to: [PopBox For Elementor] Not working [video]Just pushed an update that fixes this issue.
Forum: Plugins
In reply to: [PopBox For Elementor] Not working [video]Sincere apologies for that – I’ve only just become aware of the issue after taking over the development of the plugin.
I should have a fix for you in the next 24 hours 🙂
Kind regards,
Zulfikar NoreForum: Plugins
In reply to: [PopBox For Elementor] z-index layoverThis issue can be resolved by setting the z-index of the PopBox content’s section above that set by the theme.
If you are still having this problem after the latest update please feel free to raise a new thread and I’ll take another look for you.