• Resolved tony721

    (@tony721)


    Hi.

    First off great plugin and nice work.
    My issue started after the latest update.

    I’m using Ajaxify on entire site to load every page.

    Im using the <?php echo get_scp_widget(); ?> function and it wont load with all images it only loads with numbers & text. The page then has to be refreshed to load images.

    What reference or js should I call in Ajaxify in order to make the function load with Ajaxify when the page loads?

    Best Regards.
    Thanks for your time

    https://wordpress.org/plugins/social-count-plus/

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.