↧
Reply To: Enqueue Stylesheets Error Log Messages
The code to enqueue the stylesheets look perfectly correct. If you look at the error message, it says that it was wp_register_script that was called incorrectly. Not wp_enqueue_style. You need to...
View ArticleReply To: Enqueue Stylesheets Error Log Messages
FYI this is one of the error messages: mod_fcgid: stderr: PHP Notice: wp_register_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued...
View ArticleEnqueue Stylesheets Error Log Messages
I have a child theme based on v 1.0.4 which was built quite a while ago. I added a standard function to the function.php file to enqueue the numerous style sheets as follows: <?php // Thematic ver...
View Article