Title: &#039;Create&#039; button (for code blocks) doesn&#039;t work
Last modified: August 21, 2016

---

# 'Create' button (for code blocks) doesn't work

 *  Resolved [Tudmak](https://wordpress.org/support/users/tudmak/)
 * (@tudmak)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/create-button-for-code-blocks-doesnt-work/)
 * My installation went well, and the plugin seems to be running smoothly, until
   I create a new code block. I fill in the name of the new code block, along with
   the other info that is required in the first part, but when I click ‘create’,
   it doesn’t do anything.
 * Does anyone know what I can do? Thanks in advance!
 * [http://wordpress.org/plugins/css-javascript-toolbox/](http://wordpress.org/plugins/css-javascript-toolbox/)

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

 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/create-button-for-code-blocks-doesnt-work/#post-3969356)
 * Hi Tudmak,
 * Do you have a security plugin installed such as BulletProof Security.
    You may
   need to add a bypass rule for AJAX to run on the CJT dashboard. See this post
   for instructions: [http://wordpress.org/support/topic/bulletproof-security-issue-bypass-rule-fix](http://wordpress.org/support/topic/bulletproof-security-issue-bypass-rule-fix)
 * Regards,
    Damian
 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/create-button-for-code-blocks-doesnt-work/#post-3969483)
 * Hello,
 * We’re just walking through all the support forums to support CJT users. In order
   to focus on the exists issue we need to close any resolved issue!
 * This forum will be marked as resolved until we get your response.
 * Thank you very much.
 * Hope you got the issue solved.
 * Regards,
    Ahmed
 *  [bebedrog](https://wordpress.org/support/users/bebedrog/)
 * (@bebedrog)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/create-button-for-code-blocks-doesnt-work/#post-3969497)
 * Hello,
    i hav plugin instaled and i have a problem. i put it css in post mode
   but he changed all my page atribute. What is wrong? This is may test site/post:
   [http://htmltowordpress.plus-radio.ro/?p=5](http://htmltowordpress.plus-radio.ro/?p=5)
 * its about a menu css in post and css is:
 *     ```
       <style type="text/css">
   
       ul {
           font-family: Arial, Verdana;
           font-size: 14px;
           margin: 0;
           padding: 0;
           list-style: none;
       }
       ul li {
           display: block;
           position: relative;
           float: left;
       }
       li ul {
           display: none;
       }
       ul li a {
           display: block;
           text-decoration: none;
           color: #ffffff;
           border-top: 1px solid #ffffff;
           padding: 5px 15px 5px 15px;
           background: #1e7c9a;
           margin-left: 1px;
           white-space: nowrap;
       }
       ul li a:hover {
       background: #3b3b3b;
       }
       li:hover ul {
           display: block;
           position: absolute;
       }
       li:hover li {
           float: none;
           font-size: 11px;
       }
       li:hover a { background: #3b3b3b; }
       li:hover li a:hover {
           background: #1e7c9a;
       }
       </style>
       ```
   
 * plz tell me what is wrong?
    Regards, me4extreme (sorry for my english)

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

The topic ‘'Create' button (for code blocks) doesn't work’ is closed to new replies.

 * ![](https://ps.w.org/css-javascript-toolbox/assets/icon-256x256.gif?rev=3132209)
 * [CSS & JavaScript Toolbox](https://wordpress.org/plugins/css-javascript-toolbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/css-javascript-toolbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/css-javascript-toolbox/)
 * [Active Topics](https://wordpress.org/support/plugin/css-javascript-toolbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/css-javascript-toolbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/css-javascript-toolbox/reviews/)

## Tags

 * [Creation](https://wordpress.org/support/topic-tag/creation/)

 * 3 replies
 * 3 participants
 * Last reply from: [bebedrog](https://wordpress.org/support/users/bebedrog/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/create-button-for-code-blocks-doesnt-work/#post-3969497)
 * Status: resolved