Hieu
Forum Replies Created
-
Thank you for the quick follow-up and for taking the time to reproduce the issue on your end.
I really appreciate the detailed investigation and the fact that you were able to narrow it down specifically to the homepage rendering context. That confirmation is very helpful.
Thanks as well for escalating this to the development team. I appreciate the transparency and the support throughout the debugging process, and I’ll keep an eye on this thread for further updates.
Best regards
Hi Dhruv,
Thanks for testing, that setup looks correct.
Could you please check the same header on the homepage? In my case, the Atomic CSS works correctly when viewing via the Single Template, but it does not load properly on the homepage.
Thanks!
Hi Jan,
Thanks for the explanation. I’ve attached a short video showing the issue where Atomic CSS is not loading in Theme Builder templates—could you please review it?
https://www.youtube.com/watch?v=AFns1T5saqYBest regards,
HieuHi Jan,
Thank you for your support.
I’m sorry, but I’m currently testing this on a localhost environment, so I’m unable to provide access credentials.
However, the issue should be very easy to reproduce:
- Install Elementor (4.x) and UAE (latest version)
- Create a Header or Footer using Theme Builder
- Add any Atomic Element (e.g. SVG widget)
- View on frontend → the Atomic CSS is not enqueued
Meanwhile, the same element works correctly when placed inside a normal page.
So this does not seem to be environment-specific, but rather related to how Atomic CSS is handled in Elementor Header & Footer Builder templates.
Please let me know if you need a minimal test setup or further details.
Best regards,
Hieu- This reply was modified 1 month, 3 weeks ago by Hieu.
Hi Dhruv,
Thank you for your response.
Here are more details about the issue:
- All plugins (Elementor and UAE) are updated to the latest versions.
- I am using the Atomic Editor (Elementor 4.x).
Issue description:
- I created two identical SVG elements using the SVG widget (same configuration).
- When placed inside a normal page, the Atomic CSS loads correctly.
- However, when placing the same element inside the footer (Theme Builder), the Atomic CSS is not enqueued on the frontend.
As a result, the SVG in the footer is missing styles, while the one in the page works fine.
Additional debugging:
I tried to manually force Atomic CSS enqueue using the following code:$atomic_manager = \Elementor\Modules\AtomicWidgets\Styles\Atomic_Styles_Manager::instance();
// Trigger render for template
do_action(‘elementor/post/render’, $post_id);// Render template
echo \Elementor\Plugin::instance()->frontend->get_builder_content($post_id);// Force enqueue styles
if (method_exists($atomic_manager, ‘enqueue_styles’)) {
$reflection = new ReflectionClass($atomic_manager);
$method = $reflection->getMethod(‘enqueue_styles’);
$method->setAccessible(true);
$method->invoke($atomic_manager);
}Best regards,
HieuHi Jonas,
Thanks a lot for the quick fix and the update! I really appreciate your support and look forward to the new version.
Best regards,
HieuGreat,
I’m looking forward to the official update.
Good job
Hi Jonas,
First of all, I would like to express my gratitude for developing such a useful plugin and for the great support you provide. Your plugin has been incredibly helpful in managing donations on WooCommerce, and I truly appreciate the features you’ve built.
I have a small suggestion: It would be great if the plugin allowed templates to be overridden from the theme following a structured approach, similar to how WooCommerce and some other plugins handle it. This would make it much easier to customize the display without modifying the core plugin files.
I hope your team will consider this feature for future updates.
Once again, thank you for your amazing work!
Best regards,
HieuHi Jonas,
Thank you for your response. I’d like to confirm that the issue only occurs within the Elementor editor view. In the editor, it displays the message:
“This shortcode does not support AJAX calls.”
and nothing else is rendered.However, on the frontend, the shortcode works correctly, and the form displays as expected.
Best regards,
Hieu.
- This reply was modified 1 year, 2 months ago by Hieu.
Hi there,
Thank you for your suggestions. I have tested further and found the following:- Switching to the Twenty Twenty-Five theme → The issue still occurs.
- Disabling the “Load Google Fonts Locally” feature → The issue is resolved.
- On some projects where I only use one Google Font with a small number of files → The issue does not happen.
It seems that when Elementor tries to download multiple font files at once, it causes the timeout error. I suggest that you modify this feature so that fonts are downloaded in the background, and only loaded after they are fully fetched.
Please let me know if there are any workarounds or updates regarding this issue.
Looking forward to your response.
Best regards,
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Woocommerce thumbnail cropping not save