- Statut : non résolu
- Ce sujet contient 6 réponses, 3 participants et a été mis à jour pour la dernière fois par YannC, le il y a 16 années et 8 mois.
-
AuteurMessages
-
5 janvier 2008 à 10 h 28 min #456208
Bonjour les gens,
Ma configuration WP actuelle
– Version de WordPress : 2.3.2
– Thème utilisé : Hope 10
– Plugins en place : ImageManager, RunPHP, Adhesive, DDay
– Nom de l’hebergeur : OVH
– Adresse du site : http://CarnetsVirtuels.orgProblème(s) rencontré(s) :
Je n’arrive pas à afficher des liens ou des boutons « Page Précédente » et « Page Suivante » en bas de mes pages. WP considère actuellement qu’il n’y a qu’une seule page et le visiteur ou même l’admin ne peut pas naviguer au delà de la première page.
De plus, je souhaite naviguer avec le choix des pages et j’ai essayé d’installer PageNavi http://lesterchan.net/wordpress/readme/wp-pagenavi.html mais comme vous le voyez tout en bas il n’affiche que « Page 1 sur 0 ».
J’ai changé de thème plusieurs fois pour tester mais il semble que le problème vienne d’ailleurs : je n’ai jamais « page précédente / page suivante » !
Merci pour votre aide.
(édition)
Précision, j’ai trouvé ceci qui correspond à mon problème : http://www.wordpress-fr.net/support/sujet-4331-avoir-page-precedente-page-suivante-bas-page
et ça ne fonctionne pas.
5 janvier 2008 à 14 h 33 min #617741Quand tu parle de pages, tu parles de Pages ou de News ?
….
<p> </p>
<p></p>Voila le code qui me donne les deux liens Previous and Next quand il reste des News à afficher.
5 janvier 2008 à 15 h 45 min #617742AnonymeInactifInitié WordPress43 contributionsMerci,
C’est bien le bout de code que j’ai dans index.php
Quand je parle de page, hum… Quand on arrive sur le site, un certain nombre d’entrées, d’articles, sont affichés. Pour voir les autres, théoriquement, il faut naviguer avec les boutons « précédent » et « suivant » qui se trouve le plus souvent en bas de l’écran. Hors là, je n’ai rien, juste un espace vierge.
Par exemple là : http://www.carnetsvirtuels.org/category/aventures-virtuelles/tabula-rasa/
Il existe actuellement 7 chapitres dans les aventures de mon personnage. Avec mon soucis actuel, on ne peut lire que du chapitre 07 au chapitre 03, les précédents étant « cachés », sans bouton pour y accéder.J’espère avoir été plus clair :happy:
5 janvier 2008 à 16 h 19 min #617743Oui, le lien aide à voir le problème 🙂
Je pense que tes épisodes sont publiés en tant que News (Articles d’actualité), pas en tant que Pages (Articles statiques), ok ?
Donc sur ta page d’accueil (qui est soit index.php soit home.php ?), il y a le code du Loop qui va brasser la base de données et se remémorer toutes les news =>
, puis il y a les balises WP qui font s’afficher 5 Articles
» href= » » rel= »bookmark »>
, (le chiffre 5 étant géré dans la console d’administration / Options / Lecture / « Pages du blog : montrer au plus : 5 articles » ), puis il y a le code que je t’ai montré qui boucle la boucle. Je ne parle pas des fioritures persos comme la balise pour éditer, pour mettre le nom de l’auteur, le contenu, etc etc, tout devant se trouver dans le Loop.
Si les liens Précédents Suivants ne s’affichent pas alors qu’ils devraient, il est possible que tu aies mis une restriction genre query_post(‘showpost=5’), auquel cas je crois que le Loop ne s’inquiète que de ce nombre et le reste est ignoré d’où l’absence de liens Précédents.
Il est aussi possible que ce soit simplement un problème css d’affichage de ce lien Précédent-Suivant (il est peut-être invisible, ou caché à -100px sur la gauche ou escamoté d’une autre manière).
Il est aussi possible que les articles-news précédents qui manquent à l’appel aient été publiés en tant que Pages et pas Articles ? Ou un truc du genre ?
5 janvier 2008 à 17 h 23 min #617744AnonymeInactifInitié WordPress43 contributionsJe viens de me crever les yeux et de faire chauffer les neurones, mais je n’ai pas vu. Ca doit être sous mon nez pourtant, snif…
J’ai bien vérifié, toutes les entrées sont bien des « articles » et pas des « pages ».
J’ai les lignes de code qui me semblent en place également.Ce qui m’étonne en plus du reste, c’est qu’avec les autres thèmes j’ai le même problème. N’importe quel thème. J’ai regardé toutes les options une par une et désactivé tous les plugins un par un, aucun changement.
Reste le CSS mais je ne sais pas où chercher :
/*
Theme Name: Hope
Theme URI: http://freethoughts.ftmblog.com/
Description: new hope ,brown , orange and green colors, liquid layout design , 2 columns ! enjoy ;).
Version: 1.0
Author: Fatma Hassan
Author URI: http://freethoughts.ftmblog.com/
*/
/* Begin Typography & Colors */
body {
margin:0;
padding:0;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
line-height: 1.5em;
background:#EED8B3;
}
a ,a:link{
color: #AD582A;
}
a img {
border: none;
}
a:visited {
color: #AD582A;
}
a:hover {
color: #AD582A;
}
#container {
background:url(images/container_top_repeat.gif) top right repeat-x;
font-size: 1.2em;
text-align: left;
}
#header {
background:url(images/headertop.gif) repeat-x;
}
#headerleft{
background:url(images/headerleft.jpg) top left no-repeat;
}
#sitetitle a,#sitetitle a:hover{
font-size: 3em;
color:#67440A;
font-weight:bold;
text-decoration:none;
}
#sub_container{
background:url(images/container_topleft.gif) top left no-repeat;
}
#contentcolumn {
font-size: 1.2em
}
.contentcolumn .entry p {
font-size: 1.05em;
}
.contentcolumn .entry{
line-height: 1.4em;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#footer {
background:#593107;
border: none;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1, h2, h3 {
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: bold;
text-align:left;
}
h2 {
font-size: 1.6em;
}
h2.pagetitle {
font-size: 1.6em;
}
#sidebar h2 {
font-family: ‘Lucida Grande’, Verdana, Sans-Serif;
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color:#593107;
}
h2, h2 a, h2 a:hover,h2 a:visited, h3, h3 a ,h3 a:hover, h3 a:visited {
color:#593107;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}
#contentcolumn h2{
color:#A79419;
}
.entry p a:visited {
color: #b85b5a;
}
#sidenav {
font: 1em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em ‘Courier New’, Courier, Fixed;
}
acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
text-decoration: none;
}
a:hover {
color: #CF835A;
text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}
#wp-calendar a {
text-decoration: none;
}
#wp-calendar caption {
font: bold 1.3em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */
/* ================================================================== */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/* Using ‘class= »alignright »‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class= »centered’,
will of course center the image. This is much better than using
align= »center », being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
/*float: right;*/
background:#FFF;
margin:5px;
}
.alignleft {
/*float: left;*/
background:#FFF;
margin:5px;
}
/* End Images */
/* Begin Structure */
#header{
height:124px; /*Height of top section*/
}
#headerleft{
height: 124px;
text-align:right;
}
#sitetitle{
padding:10px;
float:right;margin:75px 20px 0px 0px;text-align:right;
/*border:1px solid #000;*/
}
#container{
width: 100%;
float: left;
}
#sub_container{
float: left;
width: 100%;
}
.entry{
/*direction:rtl;*/
}
#header h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
float: left;
width: 100%;
/*padding-right:5px;*/
}
#contentcolumn{
margin-right:250px; /*Set right margin to RightColumnWidth*/
padding:35px 5px 20px 10px;
/*border:1px solid #000;*/
}
.post {
padding:0 10px 10px 10px;
text-align:left;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.post .postmetadata {
padding:5px 5px 0 5px;
}
#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/****************sidenav bar*************************/
#sidenav{
float: left;
width: 240px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
padding-right:10px;
/*border:1px solid #000;*/
padding:35px 0px 0px 0px;
}
/*************
* Comments *
**************/
#comment-container{
margin:10px 10px 10px 10px;
padding:10px 10px 10px 10px;
/*border:1px solid #8B6F52;*/
}
#commentlist {
margin: 1.2em 0;
padding: 0;
list-style-type: none;
}
#commentlist li {
margin: 12px 0;
border: 1px solid #eff3e4;
padding: 1px 20px;
border:2px solid #fff6df;
color: #97a28b;
}
h3.commenttitle {
margin: 14px 0 0 0;
font-family: « Lucida Grande », Verdana, Arial, Sans-Serif;
font-size: 1em;
color:#593107;
}
h3.commenttitle a:link,
h3.commenttitle a:visited,
h3.commenttitle a:hover,
h3.commenttitle a:active {
color:#A79419;
}
.commentmeta {
margin: 4px 0 0 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 0.9em;
color: #999;
}
.commentmeta a:link,
.commentmeta a:visited,
.commentmeta a:hover,
.commentmeta a:active {
color: #d0c39e;
}
.commentmeta em{
color:#AD582A;
}
#commentlist hr {
width: 100%;
height: 1px;
color: #eff3e4;
}
/* Comment Counter */
.commentcounter {
float: right;
height: 30px; /* IE hack */
margin: 15px 0 0;
padding: 5px 0 0;
color:#A79419;
font-family: ‘Century Gothic’, Verdana, Sans-Serif;
font-size: 3em;
font-style: italic;
font-weight: bold;
}
#commentlist .adminreply .commentcounter {
color:#AD582A;
}
#commentlist .adminreply {
background: #fff;
}
#commentlist li ol li{
list-style: decimal outside;
}
/* Gravatar */
.commentgravatar {
float: left;
margin: 12px 6px 0 0;
padding: 0;
}
img.gravatar {
padding: 1px;
border: 1px solid #ddd;
}
input#author,
input#email,
input#url {
width: 200px;
height: 16px;
padding: 1px 5px 0;
}
textarea#comment {
/*width: 460px;*/
width:100%;
height: 190px;
padding: 5px;
}
/****************begin lists**************/
/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
margin-left: 0px;
padding: 0 30px 0 0;
list-style: none;
padding-left: 10px;
text-indent: -10px;
text-align:left;
}
html>body .entry li {
margin: 7px 0 8px 10px;
text-align:left;
}
.entry ul li:before, #sidebar ul ul li:before {
content: « 0BB 020 »;
}
.entry ol {
padding: 0 10px 0 20px;
margin: 0;
text-align:left;
}
.entry ol li {
margin: 0;
padding: 0;
text-align:left;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidenav ul, #sidenav ul ol {
margin: 0;
padding: 0;
text-align:left;
}
#sidenav ul li {
list-style-type: none;
list-style-image: none;
/*margin-bottom: 15px;*/
padding-bottom: 15px;
}
#sidenav ul p, #sidenav ul select {
margin: 5px 0 8px;
}
#sidenav ul ul, #sidenav ul ol {
margin: 5px 0 0 5px;
}
#sidenav ul ul ul, #sidenav ul ol {
margin: 0 0 0 5px;
}
.entry ol li, #sidenav ul ol li ,#commentlist ol li ol li{
list-style: decimal outside;
}
#commentlist ol li{
list-style-type:none;
}
#sidenav ul ul li, #sidenav ul ol li {
margin: 3px 0 0;
padding: 0;
}
#contentcolumn .post p.postmetadata {
background:#FFF6DF;
border-top: 1px solid #AD582A;
list-style: none;
font: 0.9em/2em Tahoma, Arial, Helvetica, sans-serif;
/*padding: 0.1em 0 0.2em 0;*/
color: #000;
/*margin: 1.3em 0.2em 0 0;*/
}
.iconComment a {padding-left: 20px;background: url(‘images/icon_comments.gif’) top left no-repeat;}
#contentcolumn .post ul.post-data li {
color: #000;
}
#contentcolumn .post ul.post-data a {
text-decoration: none;
color: #AD582A;
}
#contentcolumn .post ul.post-data a:hover {
color: #AD582A;
}
#contentcolumn .post ul.post-data li.comments {
float:left;
margin: 0 0.7em 0 0;
display: inline; /* fixes double float bug in IE */
}
#contentcolumn .post ul.post-data li.comments a {
padding: 0 0 0 15px;
background: url(images/icon_comments.gif) 0 2px no-repeat;
}
#contentcolumn .post ul.post-data li.posted {
margin: 0 0 0 0.7em;
}
#contentcolumn .post ul.post-data li.posted a {
background: url(images/icon_postdata.gif) 0 2px no-repeat;
padding: 0 0 0 13px;
}
#contentcolumn .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
background-position: 0 -38px;
}
/**********************************************************/
#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}
#footer a{
color: #A28D19;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
div#menu{float:right;margin:0px 20px 0px 0px;text-align:left;}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{font-size:1em;font-weight:bold;}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;width:80px;padding: 5px 0;background: #eed495;text-decoration:none;color: #4e1f05; border-top : 1px solid #ad582a;border-bottom : 1px solid #ad582a; border-left : 1px solid #ad582a; border-right : 1px solid #ad582a;}
ul#nav a:hover{background: #ad582a;color: #fff}
ul#nav li.current_page_item a,ul#nav li.current_page_item a:hover{background: #ad582a;color: #fff}
ul { padding: 0; margin: 0;}
li { list-style-type: none;}
/* Begin Form Elements */
#searchform {
text-align: center;
}
#sidenav #searchform #s {
width: 108px;
padding: 2px;
}
#sidenav #searchsubmit {
padding: 2px;
background:#AD582A; border:solid 1px #eed495; text-align:center;
color:#eed495;
font-size:1em;
font-weight:bold;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:left;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border:solid 1px #eed495;
}
#commentform textarea {
width: 90%;
padding: 2px;
border:solid 1px #eed495;
}
#commentform #submit {
margin: 0px 0px 10px 0px;
padding:2px;
color:#ffffff;
font-size:1em;
background:#AD582A; border:solid 1px #eed495; text-align:center;
}
/* End Form Elements */
/* Begin Calendar */
.calendar{
padding:10px;
}
#wp-calendar {
empty-cells: show;
width: 100%;
border:1px solid #AD582A;
background: #fff6Df;
}
#wp-calendar #next a {
padding-right: 10px;
text-align:left;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar caption {
text-align: center;
/*width: 100%;*/
padding:5px;
color:#EED495;
background:#AD582A;
}
#wp-calendar thead {background:#593107;color:#fff;text-align:center;}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 0 0 10px;
padding-left: 20px;
border-left: 5px solid #A28D19;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
/*display: block;*/
text-align: center;
/*margin-top: 10px;
margin-bottom: 60px;*/
}
/* End Various Tags & Classes*/
/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
background:url(images/box.gif) no-repeat 100% 0;
margin:0 0 0 18px;
height:17px;
}
.bt div {
height:17px;
width:18px;
position:relative;
left:-18px;
background:url(images/box.gif) no-repeat 0 0;
}
/* Rules for the bottom corners and border */
.bb {
background:url(images/box.gif) no-repeat 100% 100%;
margin:0 0 0 18px;
height:17px;
}
.bb div {
height:17px;
width:18px;
position:relative;
left:-18px;
background:url(images/box.gif) no-repeat 0 100%;
}
/* Insert the left border */
.i1 {
padding:0 0 0 12px;
background:url(images/borders.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
padding:0 12px 0 0;
background:url(images/borders.gif) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
background:#fff;
border:1px solid #fff;
border-width:1px 0;
padding:0 10px;
}
/* CSS for the box ends here */
/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
margin:0 -10px;
padding:0.3em 10px;
text-align:left;
font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
#contentcolumn h1{
font-size:2em
}Et voilà mon index.php
<div id="container">
<div id="sub_container">
<!--contentwrapper -->
<div id="contentwrapper">
<!--content column-->
<div id="contentcolumn">
<div class="cb">
<div class="bt"><div></div></div>
<div class="i1">
<div class="i2">
<div class="i3">
<div class="post" id="post- » style= »background: #FFF; »>
<h1><a href=" » rel= »bookmark » title= »Permanent Link to « ></a></h1>
<small> by </small>
<div class="entry">
</div>
<p class="postmetadata">Dans | <span class="iconComment"> </span></p>
<!–<ul class='post-data'>
<li class='comments'>
</li>
<li class='posted'>
Posted in
</li>
</ul>–>
</div>
<p> </p>
<p></p>
</div>
</div>
</div>
<div class="bb"><div></div>5 janvier 2008 à 18 h 35 min #617745AnonymeInactifInitié WordPress43 contributionsHan ! C’est le plugin Adhesive qui fait soucis !
J’ai repassé tous les plugins un par un en valider, vérifiant, et lorsque j’ai désactivé Adhesive, j’ai eu un retour de « Suivant / Précédent ». J’ai pourtant déjà utilisé Adhesive sur un précédent WordPress.
Pourquoi ?
Aucun soucis a piori en utilisant WP Sticky : http://lesterchan.net/wordpress/readme/wp-sticky.html
8 janvier 2008 à 18 h 55 min #617746🍺 Heureux !
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.