Well, I’ve just realized that my client’s theme was a custom version of Thesis with an incomprehensibly commented wp_footer()
: as soon as I’ve uncommented it, the issue (obviously) disappeared.
Related Posts:
- How do I force wp_enqueue_scripts to load at the END of ?
- How can I dequeue a Plugin Stylesheet?
- Get info (url) from already enqueued styles
- How to remove style and js from theme and add your own style and js where shortcode is used?
- Making a plugin only available on the front-end for the logged in super admin
- Custom plugin – load enqueue only for this plugin
- Deregister scripts from plugin
- Edit all $wp_scripts at once to $in_footer = false
- Edit all $wp_scripts at once to $in_footer = false
- wordpress plugin add page when activate
- Why can I not deregister my style and script on custom post type?
- WordPress include scripts and style in plugin page
- Adding Additional Attributes in Script Tag for 3rd party JS
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- force enqueue script to be first in order of prominence
- Loading external page template and enqueue script from plugin causes 403 forbidden error
- how to include other plugins css files in a shortcode?
- When can you get current page ID and initialize hooks right after?
- enqueue script only if it is not already enqueue
- Which method is best to enqueue scripts
- How to load different css file for different pages
- WordPress Enqueue Script Chaos (jQuery & Foundation.js)
- Declaring script dependencies between scripts enqueued with different action hooks
- wp_enqueue_style in Plugin [duplicate]
- Pass $this to function nested in another public function of the same class
- Plugin throws up 404 on front-end when when enqueuing style with filetime
- Very stubborn wp_register_script / add_action vs remove
- Dequeue / Deregister script and replace it with a new plugin
- How can I enqueue a style only when a particular widget is active?
- Add extra parameter in tag using script_loader_tag
- dequeue not work
- Adding Scripts in the Admin Area
- Custom data-id wp_enqueue_script
- Overriding a function in wordpress
- Prevent CSS/JS loading when plugin is not used
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- wp_enqueue_scripts not working inside shortcode
- wp_enqueue_style specifics for overwriting plugin styles
- wp_enqueue_script fails to include in footer
- filemtime() warning when enqueuing style within plugin
- How do I make sure a plugin loads a script after jQuery
- How to enqueue a theme style-sheet to my admin settings page?
- Problem with wp_enqueue_scripts in plugin
- Avoiding Duplicate function names in Post Loop (WP_Footer script)
- Is it possible to enqueue CSS files from plugin before theme’s CSS files?
- Calling JavaScript file with Custom Plugin
- Register script in one plugin, and enqueue it in another
- Problem in loading javascript in footer
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- React JSX in WordPress Plugin Development
- Use wp_enqueue_scripts from included php file
- issues with wp_enqueue_script in my plugin
- Enqueue WordPress plugin scripts below all other JS
- How to remove plug in styles for WPForms Lite [closed]
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- jQuery for custom plugin not working with Divi theme
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Can’t catch enqueued style
- Adding Font Awesome to WP Plugin
- How can I remove the WordPress-Version (?ver=5.x) from my plugin
- Create shortcode to echo javascript
- Is there a loading priority for login_enqueue_scripts?
- Enqueue stylesheet in plugin for wp-login.php
- How to add CSS via custom plugin?
- Why am I unable to load scripts in head in plugin?
- Deactivate JS Script in Plugin Shortcode
- Remove / overwrite some functions in buddypress.js
- wp_enqueue_style for plugin options page
- Add type to enqueued script inside plugin
- wp_dequeue_script for a Plugin
- wp_enqueue_style on template_redirect level?
- dynamic name of the style for wp_enqueue_style
- plugin enqueue style on all pages
- is it possible to hook every page style?
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- Enqueue script: link not working in page source
- Custom CSS not being added by plugin
- why the wp_register_script doesn’t work for register_activation_hook
- How to enqueue some javascript source once per page
- force jQuery to load in the head
- What is the most effecient way of enqueuing scripts based on the current plugins template?
- Load CSS before Theme CSS
- WordPress load same script two times
- Why won’t wp_enqueue_script work within any plugin file?
- Enqueue css to a third-party plugin template
- How to add styles to a submenu page?
- Changing the CSS with a plugin
- Enqueue plugin for specific pages
- plugins_url not returning correct directory
- How do I keep children of certain parent menus expanded by default on a sidebar?
- Problem in functions.php file
- How to install jquery dotdotdot plugin for WordPress?
- How to add php stylesheet to admin section instead of admin_head hook
- Plugins enqueuing jquery in head
- Enqueue scripts in the footer
- How to laod wp_enqueue_style to another header i created my self
- Trying to use wp_register_script/style and enqueu them from an array – getting an error [duplicate]
- Scripts don’t enqueue after removing plugin
- wp_enqueue_script doesn’t load JS in plugin
- admin_enqueue_scripts using hook_suffix vs GET page