Support

Account

Home Forums ACF PRO Display ACF Block in a modal Reply To: Display ACF Block in a modal

  • Why are you using functions to enqueue the style, use the JSON style decalaration. Or try putting the wp_enqueue_style call into the template. It’s also not clear to me why you’re using a function to call the template rather than a JSON declaration.

    Other than that (these should work anyway), check that the CSS file exists by interrogating the src parameter.