Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Alain,

    The issue is that it looks like your WordPress theme is missing the WordPress wp_footer function from it’s footer.php file. This is required by plugins in order to add JavaScript files to your page. You can resolve this by adding the following immediately before the closing </body> tag in your theme’s footer.php file:

    <?php wp_footer(); ?>

    Let me know whether that solves the problem for you,

    John

    Thread Starter Alain Lankers

    (@alain-lankers)

    Thanks John for your support, the problem has been solved now.
    Great plugin!

    Plugin Author smashballoon

    (@smashballoon)

    Awesome, glad to hear that Alain ?? No obligation, but if you like the plugin and feel like leaving a super-quick review then it really helps to support the development of the plugin!

    If you have any other issues at all then just let me know,

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Maximum Post Text Length’ is closed to new replies.