rmano
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] NEW Terms & Privacy Policy – Nag MessageStill “SSL certificate revoked” error, even with the new address.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] NEW Terms & Privacy Policy – Nag Message…and by the way, I could even accept the new terms of service, IF I could read them.
It seems that the certificate on the plugin home page has been revoked, which seems a “bit” suspicious.
@SimpleShare, please, could you clarify what’s happening?
Forum: Fixing WordPress
In reply to: multiline tags stopped working?Well, it was fixed. Just applying the patch at
http://forum.bytesforall.com/showthread.php?t=14143
solved the thing. I will donate to the theme after all, they deserve it.
Thanks a lot!
Forum: Fixing WordPress
In reply to: multiline tags stopped working?Ok, I will search it a bit as soon as I have time, or try to switch to another theme. Is the new 2010 theme configurable to a rubber, 3-column layout?
Unfortunately, athaualpa help forum admit posts only from donors, and although I can understand the reasons (and their right in doing so), I cannot ask them now.
Forum: Fixing WordPress
In reply to: multiline tags stopped working?Hmmm, it’s not wrapping, IMO. In the source there is:
<pre> #! /bin/bash # </pre>so they are multiline and
<pre>is supposed to maintain line breaks (and yes, not wrapping — that’s ok).Yes, I have updated my theme just after updating wordpress itself.
Thanks a lot for the (really, increadibly) fast answer.
Forum: Requests and Feedback
In reply to: <br /> for gods sakeOk, I found a workaround. Install the TinyMCE Valid Elements plugin, then add as valid div, with attribute style, and then you can add
<div style="clear:both;"></div>without having it removed by the visual editor. It works but it is a sort-of-a-hack.
I think that a solution like the one found in most LaTeX editor would be great: add to the tinyMCE a element, a box, where you can put whichever html or xhtml code you want, no check, no touch it… a sort of I-know-what-I-am-doing box.
Forum: Requests and Feedback
In reply to: <br /> for gods sakeI tried all the above tests, as well as the one commented in http://codex.ww.wp.xz.cn/Wrapping_Text_Around_Images.
They all works, and they all are completely unuseful because as soon as you switch to visual editor, they are stripped out.
Even a
<p clear=all> </p>(it’s not illegal, I think!) Is stripped out when switching to visual editing.So, a simple question: is there a working way to force a clear=all or similar behavior after using a left- or right- aligned image in wordpress, which is not stripped out by the visual editor?
Thanks,