• There is an error in this file causing an HTTP error 500 and slow server response.
    FIle is : elementor/em-setup.php

    On line 41(/css) there is an unnecessary ‘/’ :

    add_action( 'elementor/editor/before_enqueue_scripts', function() {
    				wp_enqueue_style( 'naevents-elementor', plugins_url( '/', __FILE__ ) . '/css/narestaurant-elementor.css' );
    			} );
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nicheaddons

    (@nicheaddons)

    @ludo427

    Can you please share more information about your issue? We don’t see any issues in the CSS file. The file is enqueued correctly and is definitely needed for the plugin to load the widget styles.

    You can contact us with your website link and more information about your website at: nicheaddons[at]gmail[dot]com

    Thread Starter ludo427

    (@ludo427)

    On my website the request looked like :

    /wp-content/plugins//css/narestaurant-elementor.css

    Which doesn’t exist and made it load forever..

    Plugin Author nicheaddons

    (@nicheaddons)

    I totally get where you’re coming from! Could you kindly share based on our previous requirement so we can keep things moving in the right direction?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP error in em-setup.php’ is closed to new replies.