Forums
(@neeper)
5 years, 10 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!