• Hello there,

    I’ve been trying to get your plugin to work and am having frustrations with the compiled .css file not being included anywhere. The .less files are definitely being compiled, I find them in my /uploads/2013/wp-less/my-theme-name folder and that is fine. I’ve even added LESS variables before enqueuing my .less files (and those variable values are being used in the compiled .css). I’ve attempted to enqueue my .less files during different actions (init, wp, wp_enqueue_scripts, etc), all to no avail. I’ve even tried both the plugin and bundling the scripts within a theme.

    Is there something I am missing? How is it that the plugin is obviously running, compiling the .less files 100% successfully, but not including the newly generated .css file into my page? Is there something more I have to do (P.S. I do have wp_head() in my header.php file).

    Thanks again for any help guys!

    http://wordpress.org/plugins/wp-less/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author oncletom

    (@oncletom)

    Hm well that’s strange. At least any stylesheet is outputed in your <head> section?

    Are you aware of the online documentation?

    Let me know 🙂

    Thread Starter cpostill

    (@cpostill)

    Hi oncletom, thanks for the quick reply!

    I’ve read through the documentation, which got me this far, it’s just that for some strange reason the file never gets included in the header. I’ve enqueued plain old .css stylesheets as a test and they are included in the header just fine. During testing I also noticed that if I passed a low (e.g. 9999) priority to my add_action(); which called the function to enqueue my LESS files, the actual .less file WAS included in my header, but the generated .css file was just ignored.

    Not too sure how to proceed from here but thanks for the feedback regardless. Where in your code does it ‘automagically’ include the newly generated .css file? Maybe I could have a look at that to test?

    Chris

    Plugin Author oncletom

    (@oncletom)

    Hey,

    if the priority is too low, it means the stylesheet will be inserted after the plugin has get the job done.

    Here is how I enqueued my stylesheet in my blog theme.

    I don’t think it varies that much from the doc; let me know if it’s still not clear for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compiled CSS not included in wp_head()?’ is closed to new replies.