computerslayer1
Forum Replies Created
-
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.
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>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.
4.2.7 appears to eliminate the issue. Thanks!
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.
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
In reply to: [Easy Popular Posts] no formatting as widgetI 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
In reply to: [Easy Popular Posts] no formatting as widgetThe 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
In reply to: [Easy Popular Posts] no formatting as widgetAfter comparing the HTML, it looks like there are some differences
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 71Forum: Plugins
In reply to: [Easy Popular Posts] no formatting as widgetIn the default 2010 theme, no styling is applied like with other widgets
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
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsThe 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
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsLooks 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?
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsWith 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
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsErrors 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:1When 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.jsForum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappears0.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.