Support » Plugin: Elementor Website Builder - More than Just a Page Builder » how to change css files directory

  • Resolved joydipkar73

    (@joydipkar73)


    I have done this . But directories are being created though the files are not getting generated there. Please advice,

    / wp-content / plugins / elementor / core / files / base.php

    
    private static function get_wp_uploads_dir() {
    		global $blog_id;
    		if ( empty( self::$wp_uploads_dir[ $blog_id ] ) ) {
    			self::$wp_uploads_dir[ $blog_id ] = str_replace("/uploads","/elementor-assets",wp_upload_dir( 
    
    null, false ));
    		}
    
    		return self::$wp_uploads_dir[ $blog_id ];
    	}
    
    • This topic was modified 3 years, 2 months ago by Yui.
    • This topic was modified 3 years, 2 months ago by Yui. Reason: please use CODE button for code formatting
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for your patience.

    We apologize for the delay.
    In case it still relevant, please submit a ticket by sending an email to “support@elementor.com”

    Best Regards,
    Said

Viewing 1 replies (of 1 total)
  • The topic ‘how to change css files directory’ is closed to new replies.