sanjeeonp
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Visitor Like/Dislike Post Rating] hidden poker link in footerHello,
Yeah thx, I manage to do what I wanted. Like/Dislike with a smiley and the number of like and dislike.In some weeks, I’ll certainly put it online so that users could use it.
If u let a mail address, I’ll contact u so that we could speak about it.Forum: Plugins
In reply to: [Plugin: Visitor Like/Dislike Post Rating] hidden poker link in footerSomeone know how to contact PluginTaylor ?
Forum: Plugins
In reply to: [Plugin: Visitor Like/Dislike Post Rating] hidden poker link in footerI have an homepage which displays 10 posts (excerpts) and I want to permit the visitor to vote on each one without going to the content of the article.
‘Cause now, to vote, we have to click and read the article, at the end of the article there is 2 small link “like”, “dislike”. I want to change that : I want to add two links on each of the excerpt : “I like” with a smiley and a number of liked people with () and I dislike the same but bad smiley.Title
excerpt
🙂 I like (10) 🙁 I dislike (5)If u post u’re mail adress I will send u a png of what I am looking for
Thanks for the plugin, I am happy that someone finally find that it could be interested to develop and show.
Forum: Plugins
In reply to: [Plugin: Visitor Like/Dislike Post Rating] hidden poker link in footerIt works fine but I can’t fine where I could change the plugin so that the Like/Dislike appear in the excerpt of the Homepage…
Forum: Fixing WordPress
In reply to: next_posts_link page/2 is blankI have the same problem http:// (leblog)&'(.uneviemoinschere’)& . com
I found on the web that we got to :
“
It’s a simple fix for a common problem. Within the Settings of your WordPress dashboard, click on the Permalink Redirect tab. Within the Permanent Redirect Manager, include the following line in the “Paths to be skipped” box:/page/*
“
(Source : http://www.yoursearchadvisor.com/blog/wordpress-next_posts_link-broken)But, on my wordpress, there is no Paths to be skipped…
Can someone help us?
Forum: Fixing WordPress
In reply to: How to create a new page that will not be a postI see on the configuration pannel (at the left) that there is a menu Page and a sub-menu New Page.
Have u tried it?Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsHello again,
First : Thanks for the IE conditionnam comments, it works very fine but like always, i’m getting some trouble :
->The problem is that i can’t really understand how to make this website work on all resolution (I am at 1366*768 and on Firefox it displays well but on a 1280*1024 it’s not the same!)
->This problem is the same I think on IE, the div “gauche” and “droite” (left and right) don’t really fit together. However there can’t be a problem of size.Second : u remember the jquery code used to put borders? I really can’t make the last one bordered…
Thanks for u’re help.
Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsI want to put different h2, h3, h4 to different pages for the sidebar title.
On the homepage, I want that the sidebar titles such as Popular Posts, commentaires recents in h4 and single.php on h3.
I did manage to found this code but it doesn’t work :<?php if ( is_single() ) { ?> <script type='text/javascript'> jQuery(document).ready(function(){ jQuery('#sidebar-top h3:not(:last)').each(function(){ var $this = jQuery(this); $this.add($this.next()).wrapAll('<div class="section"></div>'); }); jQuery('<div class="Bordure_Haute_Petite"></div>').insertBefore('div.section'); jQuery('<div class="Bordure_Basse_Petite"></div>').insertAfter('div.section'); }); </script> <?php } else { ?> <script type='text/javascript'> jQuery(document).ready(function(){ jQuery('#sidebar-top h4:not(:last)').each(function(){ var $this = jQuery(this); $this.add($this.next()).wrapAll('<div class="section"></div>'); }); jQuery('<div class="Bordure_Haute_Petite"></div>').insertBefore('div.section'); jQuery('<div class="Bordure_Basse_Petite"></div>').insertAfter('div.section'); }); </script> <?php } ?>.
Does anyone know how to do that?Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsHi again stvwlf,
Another one question :<script type='text/javascript'> jQuery(document).ready(function(){ jQuery('#sidebar-top h3:not(:last)').each(function(){ var $this = jQuery(this); $this.add($this.next()).wrapAll('<div class="section"></div>'); }); jQuery('<div class="Bordure_Haute_Petite"></div>').insertBefore('div.section'); jQuery('<div class="Bordure_Basse_Petite"></div>').insertAfter('div.section'); }); </script>When i want to change the h3 in #sidebar-top h3 at h4, it doesn’t work at all…
Do you know why?Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsHi stvwlf,
Thanks for u’re helping.
It’s nearly finished I think.
I have just some problems:
1)On IE, the margins of the head-bottom border are not correct : we can see the head-border away of the next div, and also the div featured(Edito) that is under the Headline.
2)I have another question : my goal is to put an element between edito and the next div but the div sidebar only starts when the div top finished. The div top contains HEADLINE and featured, so the sidebar starts when headline finishes. The only way to stop that is to code like that?<div id="left"> <div id="headline"> <div id="bottom"> </div> <div id="right"> <div id="sidebar"> </div>3)The last element of the sidebar : Articles récents doesn’t not have the borders. Is there jquery instructions to say GotoTheLastElement ?
Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsHey !
I am doing well with the theme but have problems with the border.
I absolutely want to have the rounded border for the sidebar as for the headline or Edito. is there other theme that looks like the one I made thanks to Arthemia?Forum: Themes and Templates
In reply to: How do I show the full post instead of excerpt in this theme?Hello,
<?php the_content(); ?>
gives you the full article.You can customise it :
http://codex.wordpress.org/Template_Tags/the_contentForum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsSorry, that’s ok, I managed to repair it
Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementshey , I tested that and it make big bugs…
http://leblog.uneviemoinschere.com/.box-top { background: transparent url(images/bordures/Bordure_haute.png) no-repeat scroll center bottom ; height: 15px; width: 604px; } .box-contents{ background: url(images/bordures/Bordure_cote.png); width: 590px; padding-left:15px; } .box-bottom{ background: url(images/bordures/Bordure_basse.png); /*height: 30px; */ width: 604px; height: 15px; }Forum: Themes and Templates
In reply to: Putting a border between sidebar’s elementsThank you for ure help, i’ll testing that tomorrow.
i’ll keep you in touch