Note that there are some explanatory texts on larger screens.

plurals
  1. POLess.js not parsing .less files
    primarykey
    data
    text
    <p>I have tried everything and this makes absolutely no sense! I previously had Less.js working just fine on my site, then I decided to use <a href="http://wordpress.org/extend/plugins/wp-less/" rel="nofollow">WP_Less</a> because of some of its added features but then ran into issues when implementing <a href="http://buddypress.org/" rel="nofollow">BuddyPress</a>. VERY long story (and day) short I am trying to get back to the basics and I can't seem to get Less.js to just work. I've turned off all plugins and removed all the code except what is in the header so there should be no outside conflicts</p> <p>the header.php has this code:</p> <pre><code>&lt;link rel="stylesheet" type="text/css" media="all" href="&lt;?php get_bloginfo( 'stylesheet_directory' );?&gt;/style.css" /&gt; &lt;!-- WP Theme Style --&gt; &lt;link rel="stylesheet" type="text/css" media="all" href="&lt;?php get_bloginfo( 'stylesheet_directory' );?&gt;/style.css" /&gt; &lt;!-- Theme Less Styles --&gt; &lt;link rel="stylesheet/less" type="text/css" href="&lt;?php get_bloginfo( 'stylesheet_directory' );?&gt;/css/less/style.less" /&gt; &lt;!-- Style.JS --&gt; </code></pre> <p>This results in only the the less.js and the default style.css loading <strong>no style.less</strong>:<br/></p> <p>If I modify the style.less call to this:</p> <pre><code>&lt;link rel="stylesheet" type="text/less" href="&lt;?php get_bloginfo( 'stylesheet_directory' );?&gt;/css/less/style.less" /&gt; </code></pre> <p>then they all load but the style.less does not get parsed: <br/></p> <p>Nothing I have tried down to its simplest form based on their documentation has worked and I simply don't understand why, I've set this up on other sites with no issues before.</p> <p>If anyone can help you thank you SO MUCH, this is time sensitive and very urgent right now.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload