The dropdown only shows scripts from the theme directory.
How do we get it to iterate through the plugin directory to show all scripts there?
Hi, great plugin! Thank you.
I use multisite and I’m glad you added support for that. I use separate CSS files for different sites that use the same theme.
My issue is that I need to set a priority for my JS & CSS files. My CSS files need to load “LAST” in the head right before the closing head. (‘</head>’)
I need to enqueue files like so:
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ’98’);’
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ’99’);’
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ‘100’);’
Would it be to much to ask if you could add this into the plugin? Simply add: ‘, ‘XXX” at the end of each script.
Thank you!
Brent
Are you working on expanding rules to allow queuing for:
A user case is tabs.
Show horizontal tabs on pagex, y, z for mobile
Show vertical tabs on pagex,y,z for desktop
Thanks
]]>Hello,
I tried to use your plugin on one of my multisites but it seems to throw an error when the plugin is activated.
Here is what I get when I try to “Network Activate” it
Fatal error: Call to undefined function wp_get_current_user() in C:\wamp\www\roomone\www\wp-includes\capabilities.php on line 424