Title: computerslayer1's Replies - page 4 | WordPress.org

---

# computerslayer1

  [  ](https://wordpress.org/support/users/computerslayer1/)

 *   [Profile](https://wordpress.org/support/users/computerslayer1/)
 *   [Topics Started](https://wordpress.org/support/users/computerslayer1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/computerslayer1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/computerslayer1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/computerslayer1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/computerslayer1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/computerslayer1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 66 total)

[←](https://wordpress.org/support/users/computerslayer1/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/computerslayer1/replies/?output_format=md)
[2](https://wordpress.org/support/users/computerslayer1/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/computerslayer1/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/computerslayer1/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/computerslayer1/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table of Contents Plus] [Plugin: Table of Contents Plus] Using a shortcode with TOC](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/#post-3059469)
 * My mistake–I forgot to copy the plugin file from my IDE to the website after 
   I made the change. So, yes, adding a new line after the closing header element
   seems to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table of Contents Plus] [Plugin: Table of Contents Plus] Using a shortcode with TOC](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/#post-3059394)
 * Here’s what I get for output with the TOC+ plugin:
 * The HTML that appears in the h2 tag:
    `<h2><span id="My_Heading_____Some_text_2___Even_more_text_2___987654321_____Some_text___Even_more_text___12345678"
   >My Heading</span></h2>`
 * The HTML that appears in the #toc_list:
 *     ```
       <ul class="toc_list">
       <li><a href="#My_Heading_____Some_text_2___Even_more_text_2___987654321_____Some_text___Even_more_text___12345678">My_Heading_____Some_text_2___Even_more_text_2___987654321_____Some_text___Even_more_text___12345678</a></li>
       </ul>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table of Contents Plus] [Plugin: Table of Contents Plus] Using a shortcode with TOC](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-table-of-contents-plus-using-a-shortcode-with-toc/#post-3059393)
 * Yep, properly formed HTML. Here’s an example of the output:
 * `<h2>My Heading</h2><div class="grid"><div><img src="example.org/spacer.gif" 
   width="90" height="113"><p><a href="#">Some text 2</a></p><p>Even more text 2
   </p><p>987654321</p></div><div><img src="example.org/spacer.gif" width="90" height
   ="113"><p><a href="#">Some text</a></p><p>Even more text</p><p>12345678</p></
   div></div>`
 * Adding a new line character didn’t seem to have an effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)] [Plugin: Google Analytics for WordPress] Fatal error, site broken](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-fatal-error-site-broken/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-fatal-error-site-broken/#post-3059858)
 * 4.2.7 appears to eliminate the issue. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SyntaxHighlighter] [Plugin: WP SyntaxHighlighter] undefined variables error](https://wordpress.org/support/topic/plugin-wp-syntaxhighlighter-undefined-variables-error/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-syntaxhighlighter-undefined-variables-error/#post-2337995)
 * After digging into this further, it seems that in the template’s head, a script
   tag with a src attribute wasn’t properly closed. IE6 was the only browser that
   caused a fit with this.
 * Problem solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter Evolved] [Plugin: SyntaxHighlighter Evolved] undefined variables error](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-undefined-variables-error/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-undefined-variables-error/#post-2337994)
 * After digging into this further, it seems that in the template’s head, a script
   tag with a src attribute wasn’t properly closed. IE6 was the only browser that
   caused a fit with this.
 * Problem solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Popular Posts] no formatting as widget](https://wordpress.org/support/topic/no-formatting-as-widget/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-formatting-as-widget/#post-2177609)
 * I understand that now that the plugin is out in the wild, it can be a chore to
   make changes and accommodations without causing an uproar.
 * However, on another blog I have, which is also running the default, unaltered
   Twenty Ten wordpress theme, I still have version 1.7.1 of your plugin running.
   It appears to be using H3 tags.
 * It looks like the change happened between 1.7 and 2.0. It doesn’t look like it
   was H4 all along, but only changed to H4 when 2.0 was released.
 * Otherwise, I probably wouldn’t have noticed a difference.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Popular Posts] no formatting as widget](https://wordpress.org/support/topic/no-formatting-as-widget/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-formatting-as-widget/#post-2177586)
 * The bullets now appear, however, the title of the widget does not match other
   widgets.
 * I noticed that it uses an H4 tag, while other widgets use an H3 tag.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Popular Posts] no formatting as widget](https://wordpress.org/support/topic/no-formatting-as-widget/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-formatting-as-widget/#post-2177529)
 * After comparing the HTML, it looks like there are some differences
 * [http://img823.imageshack.us/img823/8835/widgetcode.png](http://img823.imageshack.us/img823/8835/widgetcode.png)
 * After enabling debugging in wp-config.php, this error appeared:
 * `Notice: Undefined variable: popular in /home/adamthet/public_html/content/plugins/
   easy-popular-posts/easy-popular-posts.php on line 71`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Popular Posts] no formatting as widget](https://wordpress.org/support/topic/no-formatting-as-widget/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/no-formatting-as-widget/#post-2177528)
 * In the default 2010 theme, no styling is applied like with other widgets
 * [http://img263.imageshack.us/img263/7823/widgetn.png](http://img263.imageshack.us/img263/7823/widgetn.png)
 * The title and the listed items lack the styling that is applied to other widgets.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears](https://wordpress.org/support/topic/tinymce-toolbar-disappears/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/tinymce-toolbar-disappears/page/2/#post-2116224)
 * The syntaxhighlighter isn’t actually used when this plugin generates the code
   in the editor. The text is just surrounded by pre tags, which the syntaxhighlighter
   plugin doesn’t use for formatting, apparently.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears](https://wordpress.org/support/topic/tinymce-toolbar-disappears/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/tinymce-toolbar-disappears/page/2/#post-2116219)
 * Looks like it’s working now 🙂
 * What is this secondary mode, anyway?
 * Could you increase the size of the window so the insert/cancel buttons can be
   clicked without needing to scroll the window?
 * [http://img225.imageshack.us/img225/5923/addnewpost.png](http://img225.imageshack.us/img225/5923/addnewpost.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears](https://wordpress.org/support/topic/tinymce-toolbar-disappears/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/tinymce-toolbar-disappears/page/2/#post-2116216)
 * With the “secondary mode” enabled, the toolbar appears and I can click on the
   pre and code buttons the plugin provides.
 * However, pressing the “insert” button in the SHTB windows don’t add the text 
   to the editing window. There were a few errors in the javascript console:
 *     ```
       Failed to load resource: /wp-content/plugins/syntaxhighlighter-tinymce-button/sh-tinymce-button-box/tinymce.js?ver=0.5.6
        the server responded with a status of 404 (Not Found)
   
       Uncaught ReferenceError: insertSHTBADVCODEBOXcode is not defined /content/plugins/syntaxhighlighter-tinymce-button/sh-tinymce-button-box/window.php?ver=3393a2-sh3.1.3:84
   
       Failed to load resource: /wp-content/plugins/syntaxhighlighter-tinymce-button/sh-tinymce-button-box/tinymce.js?ver=0.5.6 the server responded with a status of 404 (Not Found)
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears](https://wordpress.org/support/topic/tinymce-toolbar-disappears/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/tinymce-toolbar-disappears/#post-2116211)
 * Errors when clicking the “show your system info” link
 *     ```
       Failed to load resource: the server responded with a status of 404 (Not Found)
       rc-admin-js.js
   
       Uncaught ReferenceError: showhide is not defined
       options-general.php:1
       (anonymous function)
       options-general.php:1
       ```
   
 * When loading the post editor:
    `GET http://mydomain.com/wp-content/plugins/syntaxhighlighter-
   tinymce-button/rc-admin-js.js?ver=1.1 404 (Not Found)`
 * I think I may see a potential problem here. Did you hardcode the “wp-content”
   directory?
 * I renamed my wp-content director to something else in my installation of wordpress.
   
   rc-admin-js.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears](https://wordpress.org/support/topic/tinymce-toolbar-disappears/)
 *  Thread Starter [computerslayer1](https://wordpress.org/support/users/computerslayer1/)
 * (@computerslayer1)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/tinymce-toolbar-disappears/#post-2116208)
 * 0.2.1 didn’t work. The toolbar still disappeared.
 * Your 0.5.5 update didn’t seem to address the issue either. I also tried clicking
   the new “Show You System Info” link, but that didn’t seem to do anything.

Viewing 15 replies - 46 through 60 (of 66 total)

[←](https://wordpress.org/support/users/computerslayer1/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/computerslayer1/replies/?output_format=md)
[2](https://wordpress.org/support/users/computerslayer1/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/computerslayer1/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/computerslayer1/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/computerslayer1/replies/page/5/?output_format=md)