Amit Paul
Forum Replies Created
-
Hi @lestexas60,
Thank you for your patience and for sharing the detailed information.
After carefully reviewing your Flip Box template, it appears that the rear side bottom buttons were getting hidden due to the combination of larger content and the fixed height required for the flip animation. But the Front side ‘Flip’ text is showing properly for all smaller devices.
To resolve this while keeping the flip effect intact and ensuring everything (including the image and buttons) displays properly, we’ve applied a controlled scrollable area only to the content section of the rear panel.
Please try the following CSS:
@media (max-width: 600px) {
/* Keep rear same height as card */
.eael-elements-flip-box-rear-container {
height: 100% !important;
}
/* Make rear container flex column */
.eael-elements-flip-box-rear-container .e-con {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
}
/* Scroll ONLY the text area */
.eael-elements-flip-box-rear-container .elementor-element-6311d89 {
flex: 1 1 auto !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
}
}This keeps the structure intact while allowing all rear content to be accessible without cutting off the buttons or image.
I hope this helps. Kindly let me know how it works on your end.
Thank you!
Hi @tmcavalini,
Greetings! We’re reviewing this issue with our team. Kindly allow us time, we will get back to you with the update soon.
Thank you!Hi @lestexas60,
Thanks for the detailed explanation — happy to help with this! 😊
Could you please share the page URL where the Flip Boxes are showing? I’d like to inspect the structure so I can provide the exact solution for your layout.Looking forward to your link!
Hi @andydotruong,
Thanks for reaching out, and sorry to hear about the trouble you’re facing.
Just a quick and important note: since this is a public WordPress.org forum, please do not share any temporary login credentials here. For security reasons—and as per forum guidelines—we strongly recommend disabling or removing that access link immediately.
We can see that you’ve already contacted our support team directly regarding this issue. We’ll continue reviewing the case there and get back to you as soon as possible with an update.
Thanks for your understanding and cooperation.
Hi @bensonbrad,
I hope you’re doing well.
Would you kindly share an update regarding the issue? If you’re still getting this, It would be really helpful for us to check if you share your Site Health Info as well.
Please go to your WordPress Dashboard -> Tools -> Site Health -> Info -> Copy Site Info to Clipboard. Then paste it in **PasteBin** and share the link with us.
So that we can investigate more! Looking forward to your update.
Thanks!Forum: Plugins
In reply to: [Image Gallery Block] Are you still maintaining this plugin?Hi @hanheg,
Greetings! Thanks for checking in.At the moment, our single block plugins (including Image Gallery Block) are no longer being actively updated. We’ve consolidated all of those blocks into Essential Blocks, which is where we now focus our development, compatibility updates, and improvements.
The good news is that you can use Essential Blocks in a very minimal way. You can simply install it and enable only the Image Gallery Block, keeping everything else disabled. This gives you:
- Ongoing updates and fixes
- Better compatibility with WordPress & the Block Editor
- A future-proof setup without adding unnecessary blocks
This approach ensures you’re using the most stable and maintained version of the block going forward. If you’d like, I can guide you through enabling just that single block inside Essential Blocks.
Regards,
Hi @joncon62
Thank you for checking the development version and for sharing your detailed feedback — we really appreciate it.Our team has reviewed this behavior, and we tested the import process multiple times using both XML and CSV files. When documents already exist, the importer does show a duplicate/replace prompt on the first run, as well as on subsequent imports. We weren’t able to reproduce a case where the prompt appears only after deleting all documents.
You can see our test here for reference:
👉 https://d.pr/v/y8fBFvCould you please try running the import again after clearing your browser cache, and let us know if the behavior changes? That would help us confirm whether this is cache-related or environment-specific.
Please feel free to share any additional feedback as well — we’re happy to look into it further.
Best,Hi @programmin
Sorry to hear about the issue. Could you please specify which version of the BetterLinks plugin you’re currently using? So we can check!
Thank you!Hi @ryanturk
Thank you so much for the kind words—we’re really glad to hear that Essential Addons has been helpful for your Elementor projects! 😊 🙌If there’s anything we can improve or add that would make your experience even better and help us earn that extra star to achieve 5 stars, we’d love to hear your thoughts. Your feedback truly helps us grow.
Best,Hi @royrogers,
That’s great to hear—thanks for confirming it’s working! 😊
If you’re enjoying our Essential Blocks plugin & support, we’d really appreciate a quick 5-star review on WordPress.org. Your feedback helps us a lot:
Leave your review here ->Thanks again for your support. 🙌
Hi @morgunovvit
Sorry to hear about the issue you’re facing! I have tried to replicate the issue from my end, unfortunately I can’t find the error with the latest version using the TOC.
However, may I know which version of Essential Blocks plugin you’re using now?
Thank you1Hi @royrogers,
Greetings! We have released a latest version with the fix. Would you kindly try the latest version? And let us know how it works!
Regards,Hi @admdeep12,
Sorry for the inconvenience caused.We’re already aware of this issue. It seems to be a bug in the latest BetterDocs free version affecting the Docs Category Archive Elementor template. Our development team is currently working on it.
Please allow us some time, and I’ll share an update with you as soon as it’s available.
Thank you for your patience!Hi @royrogers,
Thanks for pointing these out. We’re currently reviewing the issues with our development team. Kindly allow us some time to investigate—we’ll get back to you shortly with an update.
Regards,Hi @liswa,
Greetings! Regarding the feature you mentioned — from our EA Woo Product Grid demo — that layout uses the image and title as the clickable elements, rather than making the entire product box a link.
For the List Layout, you can achieve similar behavior by enabling Product Image Clickable under Query Settings.
With this enabled, clicking either the product image or product title will redirect users to the product page.Here’s a quick video to guide you:
🔗 https://d.pr/v/Dt0WCwI hope this helps! If you need anything else, feel free to let me know — happy to assist! 💙