Tumblr
novelista
Messages postés
7
Statut
Membre
-
bawouse -
bawouse -
Bonjour,
Pouvez-vous me renseigner concernant un thème Tumblr qui, lorsque je publie une photo, n'affiche pas la description qui l'accompagne.
http://img66.xooimage.com/files/9/5/7/2012-01-10_125217-3077f71.png
Si une personne bienveillante accepte de m'aider, je peux poster le DOCTYPE du thème en question afin que nous puissions ajouter le code nécessaire.
Par avance merci !
novelista
Pouvez-vous me renseigner concernant un thème Tumblr qui, lorsque je publie une photo, n'affiche pas la description qui l'accompagne.
http://img66.xooimage.com/files/9/5/7/2012-01-10_125217-3077f71.png
Si une personne bienveillante accepte de m'aider, je peux poster le DOCTYPE du thème en question afin que nous puissions ajouter le code nécessaire.
Par avance merci !
novelista
A voir également:
- Tumblr
- Tumblr - Télécharger - Outils Internet
- Bannière tumblr - Forum blog
- Tumblr connexion ✓ - Forum Réseaux sociaux
- Problème sur Tumblr - Forum HTML
- Problème DNS OVH/Tumblr ✓ - Forum DNS
2 réponses
Si un programmeur est disponible, voici une partie du DOCTYPE :
{block:Photo}
<!-- Start of Tumblrbox Code -->
<script type='text/javascript'>
document.write(unescape("%3Cscript src='http://picuous.github.com/tumblrbox/tumblrbox.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End of Tumblrbox Code -->
<div class="photo">
<div class="permalink">
<div class="date">
{block:Date}<h5><abbr><a href="{Permalink}" class="date">Montréal, Québec</a></abbr></h5>{/block:Date}
</div>
</div>
<div align="center" class="photo">
{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
</div>
<div class="permalink">
<table class="info">
{block:IfShowCaption}
{block:Caption}
<tr>
<td colspan="2">
{Caption}
</td>
</tr>
{/block:Caption}
{/block:IfShowCaption}
<tr>
<td>
</td>
<td width="90px" align="right">
{block:IfShowNotes}
{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
{/block:IfShowNotes}
</td>
</tr>
{block:IfShowTags}
<tr>
<td colspan="2">
{block:HasTags}
{block:Tags}
<a href="{TagURL}" class="tag">#{Tag}</a>
{/block:Tags}
{/block:HasTags}
</td>
</tr>
{/block:IfShowTags}
</table>
</div>
</div>
{/block:Photo}
{block:Photo}
<!-- Start of Tumblrbox Code -->
<script type='text/javascript'>
document.write(unescape("%3Cscript src='http://picuous.github.com/tumblrbox/tumblrbox.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End of Tumblrbox Code -->
<div class="photo">
<div class="permalink">
<div class="date">
{block:Date}<h5><abbr><a href="{Permalink}" class="date">Montréal, Québec</a></abbr></h5>{/block:Date}
</div>
</div>
<div align="center" class="photo">
{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
</div>
<div class="permalink">
<table class="info">
{block:IfShowCaption}
{block:Caption}
<tr>
<td colspan="2">
{Caption}
</td>
</tr>
{/block:Caption}
{/block:IfShowCaption}
<tr>
<td>
</td>
<td width="90px" align="right">
{block:IfShowNotes}
{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
{/block:IfShowNotes}
</td>
</tr>
{block:IfShowTags}
<tr>
<td colspan="2">
{block:HasTags}
{block:Tags}
<a href="{TagURL}" class="tag">#{Tag}</a>
{/block:Tags}
{/block:HasTags}
</td>
</tr>
{/block:IfShowTags}
</table>
</div>
</div>
{/block:Photo}