esdras007
Forum Replies Created
-
Forum: Plugins
In reply to: [news ticker benaceur] How to insert time?Excuse me!
I got it! Thanks! It was excellent!Forum: Plugins
In reply to: [news ticker benaceur] How to insert time?Thanks!
I just didn’t understand where I can put the html code. Could you help me please?Forum: Plugins
In reply to: [news ticker benaceur] How to insert time?Forgive me, I didn’t ask the question correctly.
I used the script below, in “Customization or adding script (java / jquery)” in the plugin. See the script:
<script src=”https://code.jquery.com/jquery-1.11.2.js”></script>
<script type=”text/javascript”>
jQuery(window).load(function($){
atualizaRelogio();
});
</script>
<BODY>
<div><output id=”hora”></output></div>
</BODY>
<script>
function atualizaRelogio(){
var momentoAtual = new Date();var vhora = momentoAtual.getHours();
var vminuto = momentoAtual.getMinutes();
var vsegundo = momentoAtual.getSeconds();if (vhora < 10){ vhora = “0” + vhora;}
if (vminuto < 10){ vminuto = “0” + vminuto;}
if (vsegundo < 10){ vsegundo = “0” + vsegundo;}horaFormat = vhora + “:” + vminuto + “:” + vsegundo;
document.getElementById(“hora”).innerHTML = horaFormat;
setTimeout(“atualizaRelogio()”,1000);
}
</script>And in “Type your news (manually) here:” or in
“The title ltr” I used the id:<div><output id=”hora”></output></div>
Then the clock appeared in the same title on its website.
But how do you make the clock blink with another word, just like in your website example?
Thanks!
Hello chriscct7,
I read all of your comments to Lee, and I do not like MonsterInsights either, and I know of others who do not like it either. I was sad that they bought it. I already donated to Alin Marcu, for his beautiful work, he knows how to make a simple and error-free plugin. Please do not ruin this plugin, it will be better if you leave it as it is, I’m sorry, but I do not trust your work.
Thank you!
I made my donation to you, although little, is what I can give.
I hope you can keep this plugin.
“You sent R$ 5,00 BRL to Marcu Alin-Achim”
Thank you!
It’s all right!
But using this plugin and a little creativity, I think I get something interesting.
Thank you!
I’ve never seen support so effective!
Excellent! Excellent plugin !!!
Thanks for making this plugin!