Soli
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Signature] Signature in multiple lines problem and a suggestionTry this:
<div> <a href="https://twitter.com/b_coimbra"><strong><span style="color: #000000;">Siga o</span> <span style="color: #ff0000;">B</span><span style="color: #000000;">Coimbra no Twitter!</span></strong></a> </div> <div style="color: #000000;"><a href="https://www.facebook.com/BlogdoBCoimbra"><strong>Curta nossa página no Facebook!</strong></a></div> <div> <strong><span style="color: #ff0000;">B</span>C</strong> </div>
Forum: Plugins
In reply to: [WP Post Signature] Signature in multiple lines problem and a suggestionHi,
Thanks for your feedback and suggestion.
Could you tell me the content of your signature(in the big text area on the setting page), please?
Forum: Plugins
In reply to: [WP Post Signature] Signature is beside the textHi,
You can put your signature into a div like this:
<div style="clear:both;"> Your signature... </div>
Good luck.^_^
Forum: Plugins
In reply to: [WP Post Signature] signature after read more buttonSorry, I misunderstood what you said before.
Unfortunetly, I can not find a way to implement what you want right now.
Maybe, you can try some JavaScript tricks.
Good luck.
Forum: Plugins
In reply to: [WP Post Signature] conditional display partial of the signatureThere is a trick you can use:
<style type="text/css"><!-- .moresig { display: none; } .single .moresig { display: block; } --></style> Part of signature. <div class="moresig"> Another part of signature.</div>
Forum: Plugins
In reply to: [WP Post Signature] signature after read more buttonFor “Will the signature be appended to the posts in archive or category list?” check “No”.
Good luck. ^_^
Forum: Reviews
In reply to: [WP Post Signature] Nice!^_^
Forum: Plugins
In reply to: [WP Code Prettify] Prettyprint languageI am afraid Google Code Prettify has no such feature.
Forum: Plugins
In reply to: [WP Code Prettify] Prettyprint languageYou can use
lang-html
class inpre
tag to specify the language.<pre class="prettyprint lang-html"> The lang-* class specifies the language file extensions. File extensions supported by default include "bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html", "java", "js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh", "xhtml", "xml", "xsl". </pre>
Forum: Plugins
In reply to: [WP Code Prettify] nocode style is not being recognizedIf you comment out those lines,
<span class=”redbold”>server_name</span>
will show as
server_name
, and that is not we expected.
I think this could be a bug of Google Code Prettify.
Forum: Plugins
In reply to: [WP Code Prettify] Long lines are wrappedCool!
Good luck!^_^
Forum: Plugins
In reply to: [WP Code Prettify] Long lines are wrappedWell, try “white-space: pre; word-wrap: normal;” .
Forum: Plugins
In reply to: [WP Code Prettify] Long lines are wrappedYou should add “white-space: nowrap;” for your
<pre>
, and make sure it takes effect.Good luck.^_^
Forum: Plugins
In reply to: [WP Code Prettify] Long lines are wrappedSorry, I could not help unless I know your site url and the browser you use.
Forum: Plugins
In reply to: [WP Post Signature] Signature placement at end of blog postSorry for the delay in response.
But the good news is the new version (v0.3.0) has been released.
Please update to v0.3.0, and you will find the new option at the setting page – “The order in which this plugin is executed.”.
Select a lower number and click “Save Changes” button, then the signature would display before the Shareaholic.
Please feel free to contact me if there is any problem.
Good luck.^_^