manoelcampos
Forum Replies Created
-
Ok. I understood that the problem was with SyntaxHighlighter plugin.
I will try to fix the problem. Thank you.Yes, but this is exactly the problem. See the picture at https://tinypic.com/view.php?pic=24ys9k9&s=7
It shows a code in Lua Language highlighted by SyntaxHighlighter plugin. See that the first line has the word “ncluasoap” that is a tag of my post.
When I enable Simple Tag AutoLink, the code is changed to the picture shown at https://tinypic.com/view.php?pic=2lvigyf&s=7
Note that is added a link to ncluasoap tag but this is not rendered. Thus, this damages the code in Lua Language.
If I manually introduce a HTML link between a SyntaxHighlighter shortcode, this must be shown whitout render the HTML code. But a link introduced automatically must be rendered or not inserted, because, if inserted, it damages the original code between the shortcodes.
I think that you didn’t understand the problem. The Simple Tag plugin add HTML code to display a link do some tags. When this links are inserted between a shortcode like [java][/java], because the content in this tags are showed without render the HTML code inside, the HTML tags inserted by Simple Tags are not rendered.
But in what plugin’s file/function I can change this behaviour?
So, I think that the Simple Tags plugin wouldn’t add links to text involved in shortcodes (used in plugins like SystaxHighlighter), how [html][/html], [java][/java], [c][/c], and others).
Is there any possibility to resolve this problem?
Forum: Fixing WordPress
In reply to: Edit Posts Screen Not Displaying Correctly (edit.php)I used automatic reinstall, accessing https://MY_BLOG_URL/wp-admin/update-core.php, and the problem was fixed. I didn’t lose any configuration.
I get the answer at portuguese forum at pt.www.remarpro.com
Forum: Fixing WordPress
In reply to: Edit Posts Screen Not Displaying Correctly (edit.php)Hello. I’m with the same problem. I disabled all plugins, activated the default theme, installed a new unmodified theme, and doen’t work. When I try to edit a post, the page only shows the text below:
Thank you for creating with WordPress. | Documentation | Feedback
Version 2.9.2And the HTML generated is:
<div class=”clear”></div></div><!– wpbody-content –>
<div class=”clear”></div></div><!– wpbody –>
<div class=”clear”></div></div><!– wpcontent –>
</div><!– wpwrap –>
<div id=”footer”>
<p id=”footer-left” class=”alignleft”><span id=”footer-thankyou”>Thank you for creating with WordPress.</span> | Documentation | Feedback</p>
<p id=”footer-upgrade” class=”alignright”>Version 2.9.2</p>
<div class=”clear”></div>
</div><script type=”text/javascript”>if(typeof wpOnload==’function’)wpOnload();</script>
</body>
</html>