WPIntell

Source evidence

blank screen when using wp less

WP-LESS · support · 2017-07-27T09:47:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
lennekel unresolved
I’m using wp less together with wp editor in wordpress 4.7.5 to edit my theme. That works fine. In a new installation of wordpress 4.8 I get a blank screen with nothing between <body> and </body>. The code in functions.php is: function theme_enqueue_styles() { wp_enqueue_style( ‘style’, get_stylesheet_uri() ); wp_enqueue_style(‘homepage’, get_stylesheet_directory_uri().’/homepage.less’); } add_action(‘wp_enqueue_scripts’, ‘theme_enqueue_styles’); And in wp-content no blogs.dir appears after updating the less file in the wp-editor. Who can help me out with this problem? PROBLEM SOLVED! When I activated debug mode the problem turned out to be that no files could be found. Why? Because I used a space in the name of the theme! Like we say in Dutch: het is me toch wat…. Regards Lenneke

Comments

1 shown
lennekel 2017-07-27T11:51:00+00:00

PROBLEM SOLVED! When I activated debug mode the problem turned out to be that no files could be found. Why? Because I used a space in the name of the theme! Like we say in Dutch: het is me toch wat…. Regards Lenneke