Title: [Plugin: Special Text Boxes] Does not work
Last modified: August 20, 2016

---

# [Plugin: Special Text Boxes] Does not work

 *  [deejayspinz](https://wordpress.org/support/users/deejayspinz/)
 * (@deejayspinz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/)
 * Had this installed on WP3.3.1. Worked for a bit when I first installed the plugin..
   When I went to blog a new post I noticed that it no longer works. Checked my 
   old blogs and they are all broken as well. I upgraded to the latest version and
   still nothing. Essentially, when I insert an Stextbox tag, only the text I put
   within the block shows as if I just dumped text to my posting, and it is not 
   encapsulated within the textbox. Example here: [http://www.plastibots.com/?p=2174](http://www.plastibots.com/?p=2174)(
   when I first posted this, all the source code at the bottom was within your textbox.
 * [http://wordpress.org/extend/plugins/wp-special-textboxes/](http://wordpress.org/extend/plugins/wp-special-textboxes/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [minimus](https://wordpress.org/support/users/minimus/)
 * (@minimus)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671422)
 * > Had this installed on WP3.3.1.
 * Sorry, but version of installed WP is 3.0
 * > Does not work
 * Google Chrome reports about 3 errors before running STB script. Resolve these
   errors at first …
 *  Thread Starter [deejayspinz](https://wordpress.org/support/users/deejayspinz/)
 * (@deejayspinz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671427)
 * Don’t really have time to figure out what other errors might be causing this 
   to not work. Thx anyway, found something else that suits my needs.
 *  Plugin Author [minimus](https://wordpress.org/support/users/minimus/)
 * (@minimus)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671434)
 * Good luck!
 * BTW, the plugin that generates errors on your blog is **wp-poll**!
 *  Thread Starter [deejayspinz](https://wordpress.org/support/users/deejayspinz/)
 * (@deejayspinz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671435)
 * Thx.. BTW, disabled wp-polls and it still doesn’t work… So, it does not look 
   like that was the issue.
 *  Plugin Author [minimus](https://wordpress.org/support/users/minimus/)
 * (@minimus)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671437)
 * Ok! Last chance:
 * Find line 278 in file stb-class.php
    `wp_enqueue_script('wstbLayout', STB_URL.'
   js/wstb.min.js', array('jquery'), STB_VERSION, true);`
 * Remove last parameter of this function or change it from **true** to **false**:
   `
   wp_enqueue_script('wstbLayout', STB_URL.'js/wstb.min.js', array('jquery'), STB_VERSION,
   false);` This change will force loading STB js script from Header, not from Footer…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Special Text Boxes] Does not work’ is closed to new replies.

 * ![](https://ps.w.org/wp-special-textboxes/assets/icon-256x256.png?rev=1027834)
 * [Special Text Boxes](https://wordpress.org/plugins/wp-special-textboxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-special-textboxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-special-textboxes/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-special-textboxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-special-textboxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-special-textboxes/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [minimus](https://wordpress.org/support/users/minimus/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-special-text-boxes-does-not-work/#post-2671437)
 * Status: not resolved