Add ajax support
-
Hello, I use ajax on my site, and noticed that there are no galleries in posts uploaded via ajax, when there are no gallery posts on the page.
I looked at the plugin code, and resolve my problem with this code in my functions.php:function mgl_fix_enqueue_style() { if ( ! wp_style_is( "mgl-css" ) && wp_style_is( "mgl-css", "registered" ) ) { wp_enqueue_style( 'mgl-css' ); } } add_action( 'wp_enqueue_scripts', 'mgl_fix_enqueue_style', 99 );
Thank you for plugin, good luck.
- The topic ‘Add ajax support’ is closed to new replies.