Hi
This is a plugin not a theme, it does use wp_enqueue_scripts and it also works in Mozilla (Firefox). If a theme or plugin doesn’t use the wp_enqueue_scripts function it causes a failure across all browsers, not just one. Are you sure you meant to post in the support forum for Cookie Law Info or were you looking for another theme/plugin?
If you do have an issue with this plugin please post your URL
🙂
Thread Starter
Prti
(@prti)
Hi, tnx for reply.
I realize this is a plugin. I am setting up a blog and I am writing my own theme for it. I am not using wp_enqueue_scripts, since the first time I came across it was in FAQ of your plugin.
While writing this post, I checked my site for the first time today, and I see the plugin is working in all browsers :). I am guessing the problem was cacheing, so i didnt see the changes i was making right away.
I am using your plugin in the head, and it works in Firefox, Chrome and Opera. I am not using wp_enqueue_scripts hook.
Ah I see- just realised I misread your original post. Glad it is now working.
You will need to learn how to use wp_enqueue_scripts, it’s very important that you don’t just hard code scripts or styles. See the twentyfourteen or ‘underscores’ themes for good examples and the codex has the full documentation.