• I have the plugin. My custom theme doesn’t support it. Where is the CSS code snippet I can add to my theme to support this plugin with gallery layouts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter samtuke

    (@samtuke)

    Seems like the CSS isn’t being loaded by the theme as it should be. Investigating.

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where to find theme CSS required for this plugin?’ is closed to new replies.