Amit Paul
Forum Replies Created
-
Hi @musiphilos,
Thanks for reaching out. We noticed you’ve already contacted our support team regarding this issue, and they’re actively looking into it.
We kindly request a little more time for the investigation process, and we’ll get back to you with an update as soon as possible.
Thank you for your patience and understanding!
Hi @dbmcnicol
Glad to hear it’s all working perfectly now! 🎉
Feel free to reach us anytime if you need any further assistance from us. We’ll be glad to assist you further.
Also, If you’ve enjoyed our support & plugin, could I kindly ask for a quick 5⭐ review? It really helps us grow:Thanks so much for your support! 🙌
Hi @dbmcnicol,
Thank you so much for sharing the page URL. I have checked and it seems somehow the theme CSS is overriding the default settings. No worries, I suggest you kindly use the following CSS code to resolve the issue properly./* === Desktop Default (full size) === */
.ep-embed-content-wraper .ose-embedpress-responsive {
width: 800px !important;
height: 600px !important;
max-width: 100% !important; /* keeps it from overflowing small screens */
max-height: 600px !important;
}
.ep-embed-content-wraper .ose-embedpress-responsive img {
width: 100% !important; /* fills parent width */
height: auto !important; /* keeps aspect ratio */
max-height: 600px !important;
object-fit: cover;
}
/* === Tablet (≤ 1024px) === */
@media (max-width: 1024px) {
.ep-embed-content-wraper .ose-embedpress-responsive {
width: 100% !important;
height: auto !important;
}
.ep-embed-content-wraper .ose-embedpress-responsive img {
width: 100% !important;
height: auto !important;
max-height: none !important;
}
}
/* === Mobile (≤ 768px) === */
@media (max-width: 768px) {
.ep-embed-content-wraper .ose-embedpress-responsive {
width: 100% !important;
height: auto !important;
}
.ep-embed-content-wraper .ose-embedpress-responsive img {
width: 100% !important;
height: auto !important;
}
}You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw
I hope it helps. Kindly let me know how it works!
Best Regrads,
~Amit.Hi @dbmcnicol;
Sorry to hear about the issue. May I get your exact page URL, where you have embedded this content? So I can take a closer look from there directly. And assist you accordingly.
Thank you!Hi @jennyspires6,
Good day! I’m coming up with a good news – we’ve fixed your mentioned issue. 😊
I suggest you kindly try this updated Essential Addons (Free) version by downloading from here: https://d.pr/f/Unzoej
I believe it will resolve your issue. Kindly feel free to let me know how it works!
Regards,
~Amit.Hi @jennyspires6 ,
Sorry for the inconvenience caused. We’ve reproduced the conflict issue between Quotes for WooCommerce (Free) and Essential Addons Free, where two checkout buttons appear on the cart/basket page. I’ve already forwarded this to our dev team, and it should be fixed very soon.
I’ll keep you updated once it’s resolved.
Thank you!
Hi @ricardotjs ,
Thanks for reaching out.
I’ve tested this on our end with the latest version of Essential Addons, and the changes I made in Contact Form 7 reflected correctly through our Form Styler. You can check my test here: Video.
Could you please share a short screen recording showing how you’re applying the changes on your end? That would help us better understand and replicate the issue.
In the meantime, I recommend:
- Clearing your site cache if you’re using any caching plugin.
- Regenerating assets from Essential Addons (Guide) and from Elementor (Guide).
Looking forward to your update so we can assist you further.
Thank you!
Hi @hansmarra,
I hope you’re doing well.
Regarding your concern, as this issue appears to be related to the premium version of our Essential Addons plugin, we’re unable to provide detailed troubleshooting here due to WordPress.org community guidelines.
I kindly request you to reach out to us directly via our support portal here with all the details, including your staging site link. Our team will investigate and get back to you as soon as possible.
Thanks for your understanding, and we’ll be happy to help you resolve this quickly.
Have a great day!
Hi @crumblingcalcite,
Glad to hear the issue is resolved! 😊Feel free to reach us, If you need any further assistance, we’re always here to help. By the way, if you’ve enjoyed our plugin & support, a quick 5⭐ review would mean a lot to us and help us grow: https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/#new-post
Thank you so much for your support!
Hi @imanpak,
I’m really glad to hear the issue is resolved! 😊
Our team has already noted it down and will make improvements so it works smoothly by default.Feel free to reach us, If you need any further assistance, we’re always here to help. By the way, if you’ve enjoyed our plugin & support, a quick 5⭐ review would mean a lot to us and help us grow:
https://wordpress.org/support/plugin/essential-blocks/reviews/#new-postThank you so much for your support!
Hi @crumblingcalcite,
I’m coming up with a good news! 🎉
We’ve improved the compatibility between the EA Tooltip widget and WPML Media Translation based on your concern.Now, You can download the updated version from the link below and give it a try:
🔗 https://d.pr/f/gg0Sz4I believe it should now work smoothly with your translated images. We’d love to hear how it goes once you test it.
Thank you for your patience and cooperation.
Best regards,
Thanks for sharing the details. I’ve already forwarded your concern to our DEV team so they can check this and explore possible improvements. I’ll keep you updated as soon as I have any news on this.
Best regards,
Hi @imanpak,
Greetings! I just wanted to follow up and see if you were able to get the issue resolved using the steps I shared earlier. If it’s still giving you trouble, feel free to share an update — I’ll be happy to assist further.
Thank you!Hi @imanpak,
I hope this message finds you well.
I’ve identified the cause of the issue—it appears to be a z-index conflict. As suspected, the Advanced Image block is getting a higher z-index by default, which overlaps our popup element.
The good news is that it can be resolved quite easily by assigning a lower z-index value to the Advanced Image. I’ve created a short walkthrough video to guide you through the fix: https://d.pr/v/7y5ddy
I believe this should resolve the issue for you. Please feel free to let me know how it goes or if you need any further assistance.
Thanks again! 🙂
Hi @imanpak,
Thank you for sharing the video. I’ve reviewed it, and it seems the issue might be related to a z-index conflict. I also tested it on my end but couldn’t replicate the problem.
To investigate further, since you’re running the site locally, could you please share the JSON file of the issue page?
You can create it by going to WordPress Dashboard → Pages → Edit the page, then click the three-dot menu (top-right) → Code Editor → copy all the content, paste it into a text editor, and save it as a
.jsonfile.Once we have that file, we’ll test the exact setup and get back to you with an update.
Thank you!