Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,439 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us.

    Here you have documentation related to the user role feature.

    https://elementor.com/blog/wordpress-user-roles-elementor-role-manager/

    Hope this helps.

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Since you are an Elementor Pro user, you can open a support ticket at my.elementor.com ref: https://elementor.com/help/how-to-submit-a-support-ticket/ I’d also suggest you check out the Elementor Community Group on Facebook.

    We have created it to connect Elementor users together and share knowledge, Global Elementor Community.

    ww.wp.xz.cn rules state that commercial products are not supported here.

    Plugin Support Milos

    (@miloss84)

    Dear Customer,

    Thank you for reaching out to us and for providing such a detailed description of the issue. We completely understand your frustration here, as dealing with overlapping plugin functionalities can be incredibly tedious, especially when you are trying to clean up your site and avoid relying on temporary “patch” plugins. Since your MailPoet popup works perfectly on a standard WordPress test page, it is clear that the core integration is functioning correctly. The issue lies in how Elementor optimizes and loads code, which ultimately blocks the script triggers for MailPoet specifically on pages built with the page builder.

    The primary reason for this behavior usually stems from the advanced optimization features included in Elementor version 4.0.9 Free. While these features are designed to boost your site’s loading speed, they achieve this by delaying script execution or restructuring the underlying HTML markup of the page. When Elementor alters this structure or delays element rendering, MailPoet’s initialization script essentially misses its cue to fire because it cannot detect the expected page layout in that split second. To resolve this, we recommend navigating to Elementor, then Settings, and clicking on the Features (or Experiments) tab in your WordPress dashboard. From there, try changing the status of
    Improved Page Actions Layout and Optimized Markup to Inactive, as turning these off usually restores the necessary paths for third-party scripts immediately.

    Another common culprit could be the specific page layout template you are using within Elementor. MailPoet relies on standard WordPress hooks located in the site’s footer to inject and trigger its popup code globally. If your homepage or other affected pages are set to the “Elementor Canvas” template, Elementor completely strips away your theme’s native header and footer, which accidentally removes the hidden code MailPoet needs to display the form. We highly recommend checking the page settings for your homepage to ensure the layout is set to “Elementor Full Width” instead, which keeps your theme’s essential hooks intact while still allowing you to design with Elementor.

    If all of these settings are already correct and the issue persists, it means Elementor is finishing its page layout rendering only after MailPoet has already attempted and failed to launch the popup. To bridge this timing gap, you can add a tiny code snippet to your site’s footer via a child theme’s functions.php file or a code snippets plugin. This script listens for Elementor to finish initializing and then forces MailPoet to check the page for popups half a second later:

    JavaScript

    jQuery(window).on('elementor/frontend/init', function() {
        setTimeout(function() {
            if (typeof MailPoet !== 'undefined' && typeof MailPoet.InitializePopups === 'function') {
                MailPoet.InitializePopups(); 
            }
        }, 500);
    });
    

    Hope this helps,

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thanks for the clarification, and you’re absolutely right to notice that.

    The default line-height inside the Text Editor widget is now inherited from Elementor’s global typography system. In many cases, it may appear as 1.2em by default depending on the active theme, kit settings, or browser defaults.

    Looking forward hearing from you

    Plugin Support Milos

    (@miloss84)

    HI there,

    I completely understand your frustration, especially considering how long the issue has been open and the fact that the root cause appears relatively straightforward once identified.

    Unfortunately, from the support side, we don’t have direct visibility into the internal development prioritization process or the technical complexity behind the final implementation and testing requirements. That said, I absolutely agree that the issue has been lingering for too long without a proper resolution.

    I’ve added your findings and feedback to the internal report specifically highlighting the reproducibility and the apparent root cause you identified. Hopefully, this helps move the issue forward faster.

    And thank you again for taking the time to investigate and share the details.

    Kind regards,

    Hello,

    Thank you for the additional details. The reason you are seeing “Original: Uncategorized” for the other menu items is because those menu links are most likely still connected to placeholder or empty category pages that were automatically created by WordPress.

    The “Original” name itself cannot be edited directly from the menu settings because it reflects the actual category name created in WordPress. To change it, you will need to edit the category names from the Categories section in your WordPress dashboard.

    Please go to Posts > Categories. From there, locate the categories that currently appear as “Uncategorized” and either rename them to the correct category names or create new categories if needed. Once the categories are properly created and assigned, you can return to Appearance > Menus and remove the incorrect menu items, then add the correct categories back into your Header Menu.

    The reason the Spotlight category works correctly is because it is already linked to a valid category archive page containing posts. The other categories are likely empty or incorrectly assigned, which is why they only display the header and footer without content.

    Since you are using Elementor, the layout itself is working properly. This issue is specifically related to the WordPress category configuration and menu assignment rather than Elementor settings.

    Best regards,

    Plugin Support Milos

    (@miloss84)

    Hi there,

    VIdeo – https://www.loom.com/share/573d9709aac3425abd9fc4d443bac4bf

    Since you are an Elementor Pro user, you can open a support ticket at my.elementor.com ref: https://elementor.com/help/how-to-submit-a-support-ticket/ I’d also suggest you check out Elementor Community Group on Facebook.

    We have created it to connect Elementor users together and share knowledge, Global Elementor Community.ww.wp.xz.cn rules state that commercial products are not supported here.

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us.

    Here you have full documentation about lazy loading feature – https://elementor.com/help/lazy-loading/

    Hope this helps.

    Plugin Support Milos

    (@miloss84)

    Hi,

    Thanks for reaching out.

    From what you described, this sounds like a responsive layout issue rather than a problem with Elementor itself. The desktop layout can look correct, but mobile often needs separate adjustments for spacing, positioning, section height, column order, margins, and padding.

    In particular, I would recommend checking whether the CTA button or images are using absolute positioning, negative margins, or fixed section heights, as these can cause elements to overlap or get cut off on mobile devices.

    Please review the following Elementor documentation and guides on creating responsive websites:

    Best regards,

    Plugin Support Milos

    (@miloss84)

    Hi Hazel,

    Thank you for reaching out.

    This issue usually happens when the text widget’s line height is set too low, which can cause multiple text lines to overlap or stack on top of each other in Elementor.

    Please edit the affected text widget in Elementor, then go to Style > Typography and slightly increase the Line Height value. In most cases, setting it between 1.4 and 1.8 resolves the issue.

    It is also worth checking whether the container or section has a fixed height applied, or if any custom CSS might be affecting the text styling.

    Kind regards,

    • This reply was modified 5 days, 12 hours ago by Milos.
    Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us.

    The posts themselves are not automatically added to the header menu, even if they are already published and visible on the Blog page. This is expected behavior in WordPress.

    If you would like visitors to click a category in the menu and see all related articles, the best approach is to add the post categories to the menu instead of individual posts. First, make sure your articles are assigned to the correct categories. Then go to WordPress Dashboard > Appearance > Menus, open the “Categories” section on the left side, and add the desired categories to your header menu. Once the menu is saved, visitors will be able to click a category and view all articles that belong to it.

    If you prefer, you can also add individual articles directly to the menu from Appearance > Menus > Posts, but in most cases, using categories provides a cleaner and easier navigation experience for blog content.

    Hope thsi helps

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thanks for the feedback.

    From what I can see, this problem has already been reported on our GitHub and our developers are currently working on it.

    It seems the issue happens when the expected element is not returned, and there should definitely be a proper validation/check added for that case in one of the upcoming releases.

    I appreciate you taking the time to report this. I’ll also personally upvote/escalate the internal developer report so the issue gets more visibility and priority.

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us.

    You can check this documentation about global site settings:
    https://elementor.com/help/global-layout-settings/

    I hope this helps.

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thanks for contacting us and hope you are doing well and having a great day.

    To rule out the possibility of a plugin or theme conflict, please deactivate all your plugins not just elementor addons (besides Elementor). If it solves the issue reactivate them one by one to find the culprit. If it didn’t help, switch your theme (temporarily) to a default WP theme such as Twenty Nineteen and see if it makes any difference.

    Also, this could happen due to our Elementor performance experiments you can try to deactivate them. To deactivate them you can go to Elementor > settings > features

    Performance features currently in the experimental stage are:

    Element Caching – Elements caching reduces loading times by serving up a copy of an element instead of rendering it fresh every time the page is loaded. When active, Elementor will determine which elements can benefit from static loading – but you can override this.

    I am looking forward to hearing back from you soon.

    Kind regards,

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thanks for contacting us and hope you are doing well and having a great day.

    To rule out the possibility of a plugin or theme conflict, please deactivate all your plugins not just elementor addons (besides Elementor). If it solves the issue reactivate them one by one to find the culprit. If it didn’t help, switch your theme (temporarily) to a default WP theme such as Twenty Nineteen and see if it makes any difference.

    Also, this could happen due to our Elementor performance experiments you can try to deactivate them. To deactivate them you can go to Elementor > settings > features

    Performance features currently in the experimental stage are:
    Element Caching – Elements caching reduces loading times by serving up a copy of an element instead of rendering it fresh every time the page is loaded. When active, Elementor will determine which elements can benefit from static loading – but you can override this.
    Inline Font Icons – This experiment renders icons as SVGs without loading the Font-Awesome and eicons libraries. Since SVGs are vector-based images which are rendered using the browser’s engine, they do not increase server requests which improves performance

    I am looking forward to hearing back from you soon.

    Kind regards,

Viewing 15 replies - 1 through 15 (of 1,439 total)