Forums
(@neeper)
4 years, 7 months ago
Hi samtuke, make sure have the <?php wp_head(); ?> in your custom theme’s head section. This will load the javascript and css support for plugins.
<head> … <?php wp_head(); ?> </head>
Hope this helps!