• Resolved gchristo

    (@gchristo)


    Royal Elementor Addons 1.7.1 has a fatal conflict with Elementor Pro 3.25.0. I had to rollback to 1.3.987 to remove the critical error. Elementor support says the problem is within the current version of Royal Addons.

Viewing 15 replies - 31 through 45 (of 58 total)
  • jojojo2022

    (@jojojo2022)

    No news at the moment… support is not responding to emails. I haven’t received a reply yet, does anyone here have any news? I’m desperate

    Plugin Contributor George

    (@rubeushagrid13)

    Hi again,

    Everyone experiencing this issue should be pro/expert user, please contact us on [email protected] and we’ll provide help or you can roll back to previous version and update next release which will be launched today/tomorrow.

    Kind regards,
    George

    jojojo2022

    (@jojojo2022)

    Hi, I have the Premium version of Royal Addons (Pro), I did a rollback in Elementor Pro and Royal addons and I still get a fatal error. Yesterday I sent you 2 emails asking for help but I still haven’t received a response.

    My site: https://medeaacademy.com/

    thank for your help, is urgent!

    nayad

    (@nayad)

    Hello @rubeushagrid13 ,

    No, I don’t use the pro version but the free version. On the other hand I use elementor pro

    daydreamlane

    (@daydreamlane)

    I do not have the Pro of Royal – only Elementor Pro. Am I still allowed to use the email?

    Thanks for post, same problem

    And here’s the error message after the latest RA Pro update when using Elementor

    Uncaught Error: Call to undefined method ElementorPro\Plugin::enqueue_styles() in /var/www/clients/client0/web1/web/wp-content/plugins/royal-elementor-addons/admin/includes/wpr-render-templates.php:229
    Stack trace: 0 /var/www/clients/client0/web1/web/wp-includes/class-wp-hook.php(324): WprAddons\Admin\Includes\WPR_Render_Templates->enqueue_scripts() 1 /var/www/clients/client0/web1/web/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 2 /var/www/clients/client0/web1/web/wp-includes/plugin.php(517): WP_Hook->do_action() 3 /var/www/clients/client0/web1/web/wp-includes/script-loader.php(2263): do_action() 4 /var/www/clients/client0/web1/web/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts() 5 /var/www/clients/client0/web1/web/wp-includes/class-wp-hook.php(348): WP

    Using ChatGPT I found the issue. It is in the /wp-content/plugins/royal-elementor-addons/admin/includes/wpr-render-templates.php around line 229 where it tries to reference the $elementor_pro->enqueue_styles() method.

    Fixed it using this:

    if ( class_exists( '\ElementorPro\Plugin' ) && method_exists(\ElementorPro\Plugin::instance(), 'enqueue_styles')) {
    $elementor_pro = \ElementorPro\Plugin::instance();
    $elementor_pro->enqueue_styles();
    }


    This is merely a band-aid and will get removed if the plugin is updated.

    I suggest the plugin team release a fix for this ASAP.

    Where have you put that code John? My whole website has been pretty much rendered useless because of this ??

    I’m using the Free version of the plugin and have the same issue!

    Plugin Contributor Nick WP Royal Support

    (@elementoraddonswpr)

    Hi all, Please update to the latest plugin version, 1.7.1001, to resolve this issue. Elementor PRO recently introduced some code-related changes, which caused the problem you’re experiencing. We’ve addressed this in the latest update, so once you’ve upgraded, everything should work smoothly.

    Kind Regards,
    Nick

    It’s ok for me

    I updated the plugin to latest version, but the site is still broken for css. css issues everywhere. I am using Elemetor, Elementor Pro and Royal Elementor Addons free version.

    Kindly advise.

    Yes, I can confirm that the site works in its entirety, but there is a problem with the CSS throughout the site.

    Plugin Contributor Nick WP Royal Support

    (@elementoraddonswpr)

    @apexdivision @archinformatique can you please provide your website URL’s and we will check the issue.

    Kind Regards,
    Nick

Viewing 15 replies - 31 through 45 (of 58 total)
  • You must be logged in to reply to this topic.