dylls
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Events Calendar] Do not update! 12-12-09— Pt-BR —
Consegui resolver meu problema (clique aqui para mais informações = não funcionando) da seguinte maneira: Simplesmente adicionei no arquivo footer.php do meu tema o código <?php wp_footer(); ?> logo após o início da primeira div no meu caso ficou assim:<!-- RODAPÉ--> <div id="rodape"> <!-- Para funcionar o Events Calendar --> <?php wp_footer(); ?> <!-- Calendar funcionando --> <div id="parceiros"> <ul> ............. .................. ..................** Detalhes aqui: http://www.wpdesigner.com/2007/05/30/where-exactly-should-you-place-wp_footer/
Para resolver uma outra questão que foi a das imagens (a barra de carragar e o “X” do fechar) não aparecerem, fiz mais ou menos como “vangrog” mostra ácima. Adicinoei um trecho de código dentro da função que realiza o evento do clicar para ver mais informações no arquivo ec_js.class.php que fica na pasta do plugin Events Calendar:
tb_pathToImage = “http://www. nome do seu site/blog aqui /wp-includes/js/thickbox/loadingAnimation.gif”;
tb_closeImage = “http://www. nome do seu site/blog aqui /wp-includes/js/thickbox/tb-close.png”;
No meu ficou assim:// For tests // <script type="text/javascript"> // // <![CDATA[ // jQuery.noConflict(); // (function($) { // ecd.jq(document).ready(function() { ?> ecd.jq('#events-calendar-<?php echo $d;?>').attr('title', '<?php echo $output;?>'); ecd.jq('#events-calendar-<?php echo $d;?>').attr('style', '<?php echo $dayHasEventCSS;?>'); ecd.jq('#events-calendar-<?php echo $d;?>').mouseover(function() { ecd.jq(this).css('cursor', 'pointer'); }); <!--Para aparecer às imagens (barra e "x" do fechar)--> tb_pathToImage = "http://www.cipoproducoes.org.br/ccdc/wp-includes/js/thickbox/loadingAnimation.gif"; tb_closeImage = "http://www.cipoproducoes.org.br/ccdc/wp-includes/js/thickbox/tb-close.png"; <!--Para aparecer às imagens (barra e "x" do fechar)--> ecd.jq('#events-calendar-<?php echo $d;?>').click(function() { tb_show("<?php echo $date_show; ?>", "<?php bloginfo('siteurl');?>?EC_view=day&EC_month=<?php echo $m;?>&EC_day=<?php echo $d;?>&EC_year=<?php echo $y;?>&TB_iframe=true&width=220&height=250", false); }); ecd.jq('#events-calendar-<?php echo $d;?>').tooltip({Acho que tem uma forma de deixar que o próprio wp saiba o endereço do site sozinho só bastando colocar mais ou menos assim: tb_pathToImage = ” código do wordpress /wp-includes/js/thickbox/loadingAnimation.gif”; mais não sei como fazer ainda sou novo neste negócio. Fica aí a idéia, por favor se alguém poder melhorar a tradução fique avontade até para outros idiomas se possível, pois apesar de ser um problema simples e fácil de resolver muita gente se esquece por pensar que é algo muito sério…
— Traduzido do Pt-BR para o Eng pelo Google tradutor —
— Translated from Pt-BR to the Google translator Eng —I managed to solve my problem (click here for more information = not working) as follows: Just added the footer.php file of my theme code <?php wp_footer ();?> Just after the start of the first div in my case was thus:
<!-- Footer --> <div ID=" footer "> <!-- To run the Events Calendar --> <?php wp_footer ();?> <!-- Calendar running --> <div ID=" partners "> <ul> ............. .................. ..................** Details here: http://www.wpdesigner.com/2007/05/30/where-exactly-should-you-place-wp_footer/
To address another issue that was the images (the bar carrager and “X” to close) do not appear, did more or less as “Vangrog” shows up. Adicinoei a snippet of code inside the function that performs the event click to see more information in the ec_js.class.php which is in the plugin’s Events Calendar:
tb_pathToImage = “http://www. name of your site / blog here / wp-includes/js/thickbox/loadingAnimation.gif”;
tb_closeImage = “http://www. name of your site / blog here / wp-includes/js/thickbox/tb-close.png”;
In my was this:// For tests // <script type="text/javascript"> // // <![CDATA[ // jQuery.noConflict(); // (function($) { // ecd.jq(document).ready(function() { ?> ecd.jq('#events-calendar-<?php echo $d;?>').attr('title', '<?php echo $output;?>'); ecd.jq('#events-calendar-<?php echo $d;?>').attr('style', '<?php echo $dayHasEventCSS;?>'); ecd.jq('#events-calendar-<?php echo $d;?>').mouseover(function() { ecd.jq(this).css('cursor', 'pointer'); }); <!-- To show the images (bar and "x" to close) --> tb_pathToImage = "http://www.cipoproducoes.org.br/ccdc/wp-includes/js/thickbox/loadingAnimation.gif"; tb_closeImage = "http://www.cipoproducoes.org.br/ccdc/wp-includes/js/thickbox/tb-close.png"; <!-- To show the images (bar and "x" to close) --> ecd.jq('#events-calendar-<?php echo $d;?>').click(function() { tb_show("<?php echo $date_show; ?>", "<?php bloginfo('siteurl');?>?EC_view=day&EC_month=<?php echo $m;?>&EC_day=<?php echo $d;?>&EC_year=<?php echo $y;?>&TB_iframe=true&width=220&height=250", false); }); ecd.jq('#events-calendar-<?php echo $d;?>').tooltip({I think there’s a way to let himself wp know the address of the site alone is sufficient only to put something like this: tb_pathToImage = “code wordpress / wp-includes/js/thickbox/loadingAnimation.gif”, most do not know how to do I’m still new in this business. It is the idea, please if someone can improve the translation to be avontade for other languages if possible, because despite being a simple problem and easy to solve a lot of people forget because they think it is something very serious …
Forum: Plugins
In reply to: [Plugin: Events Calendar] Do not update! 12-12-09Nobody has any idea how to get the “EC” redirects to the related link?
Forum: Plugins
In reply to: [Plugin: Events Calendar] Do not update! 12-12-09Hello staff
I wonder how to solve the non-redirection “Click date for more details,” because when you click this little window is not directed to the post on and gives a message in the browser “error on page”. Both version 6.5.2 as the 6.6 (Patch) the Events Calendar and WordPress 2.8.4 or 2.9.1 and other issues give this error.Thank you in advance.
Note Translated by Google Translator Brazil Portuguese into English.