Viewing 1 replies (of 1 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    We made some improvements to the scripts load.
    This will not work with ajax… However can fix putting this in functions.php of your theme:

    function social_count_plus_load_scripts() {
    	wp_enqueue_style( 'social-count-plus' );
    }
    
    add_action( 'wp_enqueue_scripts', 'social_count_plus_load_scripts' );
    
Viewing 1 replies (of 1 total)

The topic ‘Plug in not loading correctly with Ajaxify’ is closed to new replies.