Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Add ajax support

$
0
0

Replies: 0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles