Forum Replies Created

Viewing 15 replies - 196 through 210 (of 288 total)
  • Hello,

    Thank you for reaching out. 

    As we have no control over coding for third-party plugins, we highly recommend that you report this issue to the support team, so they may further troubleshoot and provide any recommendations (or possible fixes) to resolve this issue. If the plugin authors need help from us, they can open an issue on our GitHub account, and our developers will be happy to assist.

    To post on our Github Repository, you can follow this guide: https://github.com/pojome/elementor/blob/master/.github/CONTRIBUTING.md

    You could also refer to our developers’ documentation and see if that helps: https://developers.elementor.com/

    I hope this helps. Thanks and have a wonderful day!

    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    Thank you for reaching out to Elementor.

    Elementor is not yet compatible with the PHP 8+ version. Please refer to the following document and consider being on a compatible version of Elementor. 

    Elementor’s Roadmap to Upgrade PHP Versions

    If you that this is a bug, please note that development-related issues/queries (custom widgets and functions, Theme Child, custom code and CSS, BETA testing issues, compatibility issues, etc.). have to be sent to our Github account, where our developers will be able to assist. Kindly note that our GitHub project is not a support channel; therefore, the response times may vary.

    To post on our Github Repository, you can follow this guide: https://github.com/pojome/elementor/blob/master/.github/CONTRIBUTING.md

    You could also refer to our developers’ documentation and see if that helps: https://developers.elementor.com/

    I hope this helps. Thanks and have a wonderful day!

    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    We’re glad to hear the issue has been solved!

    Thank you for using Elementor! Have an amazing day/evening.
    Kind Regards,

    We’re glad to hear the issue has been solved!

    Thank you for using Elementor! Have an amazing day/evening.
    Kind Regards,

    We’re glad to hear the issue has been solved!

    Thank you for using Elementor! Have an amazing day/evening.
    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    Thanks for reaching out! We’ve previously resolved similar concerns for many users and are ready to help you. If you have Elementor Pro, do refer to our specialized Pro support here.

    To get quicker help, please get in touch with us via ‘My Elementor‘, and we’ll be on it right away.

    Be reminded that according to WordPress.org’s guidelines, we can’t offer support for commercial products here. Thanks for your patience and understanding.

    Wishing you a great day!
    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

    Hello,

    Thanks for reaching out! It seems like you’ve gone through several troubleshooting steps, and it’s good to hear that your hosting provider was able to manually change the colors for you. Since you’ve ruled out caching issues and already tried various Elementor-related solutions, here are a few additional steps you can take to diagnose and resolve the problem:

    “My changes do not appear online” – https://elementor.com/help/changes-dont-appear-online/

    1. Check Custom CSS: Make sure there are no custom CSS rules in your theme or elsewhere that might be overriding the styles set in Elementor. If there are custom CSS rules affecting the colors, they could be causing the discrepancy between the editor and the live site.

    2. Check Browser Extensions: Browser extensions, especially those related to styling or website manipulation, can sometimes interfere with the appearance of websites. Try disabling browser extensions or testing the site in an incognito/private browsing window to see if the issue persists.

    3. Inspect Elements: Use your browser’s developer tools (right-click on the page, then select Inspect or Inspect Element) to inspect the elements whose colors are not displaying correctly. Check the computed styles to see if there are any unexpected styles being applied. This can help you identify if there’s an external source affecting the styles.

    4. Review heme Files: Check your theme files for any customizations, especially in the theme’s CSS file. If you’re using a child theme, review its stylesheets as well. Look for any CSS rules that might be conflicting with the Elementor styles.

    5. Elementor Safe Mode: Elementor has a safe mode that can help diagnose issues caused by third-party plugins or themes. You can enable safe mode by adding ?elementor_library=save_mode to the end of your page URL. For example: https://yoursite.com/your-page/?elementor_library=save_mode. This will deactivate all third-party plugins while editing with Elementor.

    6. Server Configuration: Sometimes, server configurations or security settings can interfere with stylesheets. Review your server’s error logs and server configurations to check for any issues related to CSS or stylesheets.

    7. WordPress Debugging: Enable WordPress debugging by adding the following lines to your wp-config.php file:

       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_LOG', true );
       define( 'WP_DEBUG_DISPLAY', false );

    This will log any PHP errors or warnings. Check the debug log (wp-content/debug.log) for any relevant error messages.

    If none of the above steps work and you are using Elementor Pro, consider contacting our dedicated support on our website. We can provide specific guidance based on the details of your site and settings.

    To get quicker help, please get in touch with us via ‘My Elementor‘, and we’ll be on it right away.

    Be reminded that according to WordPress.org’s guidelines, we can’t offer support for commercial products here. Thanks for your patience and understanding.

    Wishing you a great day!
    Kind Regards,

    Hello,

    Thank you for reaching out. Largest Contentful Paint (LCP) is a core web vital metric that measures loading performance. An LCP value of 5 seconds is considered high, and it can negatively impact user experience, particularly on mobile devices. Here are some steps you can take to reduce LCP load time on mobile without necessarily switching to Gutenberg:

    1. Optimize Images: Large images can significantly slow down your website. Use image optimization tools or plugins to compress images without sacrificing quality. Ensure that images are in the appropriate format (JPEG for photographs, PNG for graphics with transparency) and are not larger than they need to be.
    2. Lazy Loading: Implement lazy loading for images and videos. Lazy loading ensures that images and videos are loaded only when they are visible to the user, reducing initial load times.
    3. Minimize and Combine CSS/JS Files: Minimize your CSS and JavaScript files to reduce their file size. Additionally, consider combining multiple CSS and JavaScript files into single files. This reduces the number of requests the browser needs to make, improving loading times.
    4. Optimize Web Fonts: If you’re using custom web fonts, optimize them to reduce their file size. Consider using font-display: swap; in your CSS to ensure text remains visible while custom fonts are loading.
    5. Content Delivery Network (CDN): Use a CDN to distribute your website’s static assets across multiple servers worldwide. This reduces server response times and ensures faster content delivery to users, regardless of their location.
    6. Minimize Server Response Time: Optimize your server and website configuration to minimize server response times. This might involve using a faster web hosting service, optimizing server settings, and utilizing server-side caching mechanisms.
    7. Caching: Implement browser caching and server-side caching to store static assets on users’ devices and reduce the need to download them on subsequent visits.
    8. Update Elementor: Ensure you are using the latest version of Elementor, as updates often include performance improvements. Additionally, review your Elementor settings and disable any unnecessary features that you’re not using.
    9. Server and Hosting Performance: Ensure your hosting environment is optimized for WordPress. Some hosting providers offer managed WordPress hosting optimized for performance. Consider upgrading your hosting plan if your current plan is limiting your website’s speed.
    10. Regular Performance Audits: Use tools like Google PageSpeed Insights, GTmetrix, or Lighthouse in Chrome DevTools to regularly audit your website’s performance. These tools provide recommendations specific to your site, helping you identify and fix performance bottlenecks.

    Switching to Gutenberg is not a direct solution to LCP issues. Both Elementor and Gutenberg can be optimized to achieve good performance.

    More info:

    By implementing the above techniques and regularly monitoring your website’s performance, you can significantly reduce LCP and provide a better user experience for your visitors.

    Hello,

    Thank you for reaching out. We’ve successfully addressed similar issues for other users and are more than willing to assist you as well. If you’re utilizing Elementor Pro, please use our dedicated Pro support.

    To expedite assistance, kindly connect with us through your ‘My Elementor‘ account, and we’ll prioritize resolving your concern swiftly.

    Please note that as per WordPress.org guidelines, commercial product support isn’t provided on this platform.

    I appreciate your understanding.

    We are wishing you a pleasant day ahead.

    Kind Regards,

Viewing 15 replies - 196 through 210 (of 288 total)