The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> TUMBLR HTML THEME - POSTS NOT SHOWING
wearemorethanourmistakes
post Aug 23 2014, 07:04 PM
Post #1





Group: Members
Posts: 1
Joined: 23-August 14
Member No.: 21,452



Hello. I just added a new theme to my tumblr page: wearemorethanourmistakes.tumblr.com, but the only thing I can see is my sidebar, none of my posts show up. I don't know what's happening, because initially I hadn't changed anything in the html but nothing showed up. I've tried deleting the theme entirely and installing it again but nothing changed. I' don't think it's a problem with the original coding since I've seen other people using this theme.

None of my posts are showing. I've tried to fix it but i just can't think what i have done wrong. I've tested it by removing some bits to see what the problem is and so far my posts are still missing.

When i have this coding in the html nothing appears, only my background and sidebar:

CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<!---- Theme 18 by llermans (tumblr.com) --->

<meta name="color:Background" content="#ffffff"/>
<meta name="color:Via" content="#838282"/>
<meta name="color:Text" content="#838282"/>
<meta name="color:Tags" content="#b8b8b8"/>
<meta name="color:Link" content="#b8b8b8"/>
<meta name="color:Link Hover" content="#eeeeee"/>
<meta name="color:infobg" content="#fcfcfc">
<meta name="color:scrollbar" content="#e4e4e4">

<meta name="image:sidebar" content=""/>
<meta name="if:400px posts" content=""/>

<meta name="text:link 1" content="Link1"/>
<meta name="text:link 1 url" content="/"/>
<meta name="text:link 2" content="Link2"/>
<meta name="text:link 2 url" content="/"/>
<meta name="text:link 3" content="Link3"/>
<meta name="text:link 3 url" content="/"/>
<meta name="text:link 4" content="Link4"/>
<meta name="text:link 4 url" content="/"/>
<meta name="text:link 5" content="Link5"/>
<meta name="text:link 5 url" content="/"/>
<meta name="text:link 6" content="Link6"/>
<meta name="text:link 6 url" content="/"/>
<meta name="text:link 7" content="Link7"/>
<meta name="text:link 7 url" content="/"/>

<style type="text/css">

::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}

body {
    background:{color:background};
    margin:0px;
    color:{color:text};
    font-family:Calibri;
    font-size:10px;
    line-height:100%;
}

a {
    text-decoration:none;
    outline:none;
    -moz-outline-style:none;
    color:{color:link};
    -moz-transition-duration:0.8s;
    -webkit-transition-duration:0.8s;
    -o-transition-duration:0.8s;
}

a:hover {
    text-decoration:none;
    outline:none;
    -moz-outline-style:none;
    color:{color:link hover};
}

img {
    border:none;
}

blockquote {
    {block:ifNot400pxposts}
    width:445px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:345px;
    {/block:if400pxposts}
    padding-left:5px;
    border-left:5px solid;
    font-size:13px;
    font-style:italic;
    line-height:110%;
    font-family:justus, georgia, arial, times;
}
  
blockquote blockquote {
    padding-left:5px;
    border-left:5px solid;
}

#title {
    width:180px;
    margin-top: 170px;
    padding:0px 0px 8px 0px;
    font-size:20px;
    font-style:italic;
    font-family:justus, georgia, arial, times;
    text-align:center;
    word-spacing: 2px;
    line-height:90%;
    text-transform:lowercase;
}

#post {
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    padding-bottom:100px;
}

#entries {
    padding:10px;
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    margin-left:500px;
    margin-top:40px;
}

#sidebar {
    background-color: #fff;
    border-right: 1px solid #eee;
    height: 110%;
    overflow: hidden;
    top: 1px;
    width:230px;
    position:fixed;
    margin-left:200px;
}

#sidebarimage {
    width: 180px;
    padding:10px 0px 10px 0px;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
}

#sidebarimage img {
    width:180px;
}

#links {
    width:180px;
    font-size:9px;
    line-height:14px;
    padding:8px 0px 3px 0px;
    font-style:italic;
    font-family:justus, georgia, arial, times;
    text-align:center;
    word-spacing: 9px;
    text-transform:lowercase;
    display:inline-block;
}

#links a {
    letter-spacing:1px;
}

#description {
    text-align:justify;
    width:180px;
    font-family:'cambria';
    font-style:italic;
    letter-spacing: 1px;
    line-height:11px;
    margin-left: 0px;
    padding:5px 0px 10px 0px;
    border-bottom:1px solid #e4e4e4;
}

#pagination {
    width:180px;
    word-spacing:5px;
    font-size:11px;
    margin-top:10px;
    text-align:center;
    font-style:italic;
    font-family:justus, georgia, arial, times;
}

#info {
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    padding:5px;
    border-top:1px solid #e4e4e4;
    padding-top:10px;
    text-align:left;
    margin-top:10px;
    font-family:justus, arial, times;
}

#asker {
    float:left;
    margin-right:5px;
}

#question {
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    background:#e4e4e4;
    height:62px;
    padding:8px 8px 0px 8px;
    font-size:8px;
    font-style:italic;
    text-align:justify;
    font-family:justus, arial, times;
}

#quote {
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    padding:0px 0px 8px 0px;
    font-size:20px;
    font-style:italic;
    font-family:justus, georgia, arial, times;
    text-align:left;
    word-spacing: 2px;
    line-height:90%;
    text-transform:lowercase;
}

#source {
    padding:10px 0px 8px 0px;
    font-size:11px;
    font-style:oblique;
    font-family:justus, georgia, arial, times;
    text-align:left;
    margin-left:20px;
    word-spacing: 2px;
    line-height:90%;
    text-transform:lowercase;
}

#linkpost {
    {block:ifNot400pxposts}
    width:500px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:400px;
    {/block:if400pxposts}
    padding:0px 0px 8px 0px;
    font-size:23px;
    font-style:oblique;
    font-family:justus, georgia, arial, times;
    text-align:center;
    word-spacing: 2px;
    line-height:90%;
    text-transform:lowercase;
    font-weight:lighter;
}

.top audio{
     border:1px solid #ffffff;
}
  
  
.audio {
    width:483px;
    padding:0px 10px 20px 0px;
    margin-bottom:10px;
    background:#fff;
}

.audio-player{
    border-right:2px solid #888787;
    height:27px;
    margin-top: 48px;
    margin-left: 107px;
    overflow:hidden;
    opacity:0.6;
    border: 3px solid #f9f9f9;
    position:absolute;
    z-index:2;
    -webkit-transition: all .4s linear;
}

.audio-player:hover {
    opacity:1;    
}

.audio-info {
    height: 30px;
    margin-left:105px;
    padding:5px 10px 10px 10px;
    text-align:left;
    font-family:cambria;
    font-size:13px;
    line-height:150%;
    letter-spacing: 1px;
    font-weight:200;
}

.audio-art {
    float:left;
    box-shadow: 2px 2px 2px #666666;
    height:84px;
}

.caption {
    {block:ifNot400pxposts}
    width:445px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    width:345px;
    {/block:if400pxposts}
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    font-family:times;
    line-height:130%;
    font-size:11px;
    display:block;
}

.caption img {
    {block:ifNot500pxPost}
    max-width:345px!important;
    {/block:ifNot500pxPost}
    {block:if500pxPost}
    max-width:445px!important;
    {/block:if500pxPost}
}

.via {
    position:absolute;
    opacity:0;
    font-style:italic;
    font-family:justus, georgia, arial, times;
    font-size:14px;
    margin-top:20px;
    font-weight:lighter;
    {block:indexpage}
    {block:ifNot400pxposts}
    margin-left:540px;
    {/block:ifNot400pxposts}
    {block:if400pxposts}
    margin-left:440px;
    {/block:if400pxposts}
    {/block:indexpage}
    {block:permalinkpage}
    display:none;
    {/block:permalinkpage}
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.via a {
    color:{color:via};
}


#post:hover .via {

    opacity:1;

}


.user_1 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; border:1px double #ffffff; padding:3px 5px 3px 5px; margin-top:2px; text-transform:uppercase; font-size:9px; letter-spacing:1px; font-family:calibri; border:3px double #ffffff; line-height:30px;}
.user_2 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:11px; letter-spacing:1px; font-family:calibri; border:1px double #ffffff;}
.user_3 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_4 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_5 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:font-family:calibri;border:1px double #ffffff;}
.user_6 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_7 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_8 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_9 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_10 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_11 .label {color:{color:background}; font-weight:bold; background-color:{color:link}; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
.user_12 .label {color:{color:text}; font-weight:bold; padding:1px 2px 1px 2px; margin-top:2px; text-transform:uppercase; font-size:8px; letter-spacing:1px; font-family:calibri;border:1px double #ffffff;}
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}

#credit {
    position:fixed;
    right:10px;
    bottom:10px;
    text-transform:uppercase;
    font:10px 'cambria';
    letter-spacing:1px;
    padding:5px;
    -webkit-transition: all 0.5s ease
    -moz-transition: all 0.5s ease
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#credit:hover {
    position:fixed;
    right:10px;        
    bottom:10px;
    text-transform:uppercase;
    font:10px 'cambria';
    letter-spacing:1px;
    padding:5px;
    text-shadow: 1px 1px 1px #bebebe;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

{CustomCSS}</style></head><body>

<div id="sidebar">

<div id="title">{title}</div>

<div id="sidebarimage"><img src="{image:sidebar}"></div>

<div id="links">
    {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
    {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink1}
    {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
    {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}<br/>
    {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
    {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
    {block:iflink7}<a href="{text:link 7 url}">{text:link 7}</a>{/block:iflink7}
    </a>
  
    </div>

<div id="description">{description}</div>


<div id="pagination">
{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><span style="text-decoration:underline;">prev</span></a> /{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}"><span style="text-decoration:underline;">next</span></a>{/block:NextPage}{/block:Pagination}    
</div>

</div>

<div id="entries">{block:Posts}<div id="post">

<div class="via">

{block:RebloggedFrom} <a href="{ReblogParentURL}"
title="{ReblogParenttitle}">Via</a>

<br>

<br>

<a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}

</div>


{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}

{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}

{block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
</center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photo}

{block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photoset}

{block:Quote}<div id="quote">{Quote}</div>{block:Source} <div id="source">by {Source}</div>{/block:Source}{/block:Quote}

{block:Link}<h1><div id="linkpost"><a href="{URL}" {Target}>{Name} →</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}

{block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></p>{/block:Chat}

{block:Audio}<section class="top audio"><div class="audio">{block:AlbumArt}<div class="audio-art"><img src="{AlbumArtURL}" width="84"></div>{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div><div class="audio-info"><span style="font-style:oblique;">

{block:TrackName} {TrackName}{/block:TrackName}</span> / {block:PlayCount} {FormattedPlayCount} plays</br>{/block:PlayCount}
{block:Artist}<span style="font-size:12px;">- {Artist}</span>{/block:Artist}</div></div></section>{/block:Audio}

{block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Video}

{block:Answer}<div id="asker"><a href="{Askerurl}"><img src="{AskerPortraitURL-64}" width="70"></a></div><div id="question">{Question}</div><br>{block:ifNot400pxposts}<div style="font-size:11px; width:495px;margin-left:5px;">{Answer}</div>{/block:ifNot400pxposts}{block:if400pxposts}<div style="font-size:11px; width:395px;margin-left:5px;">{Answer}</div>{/block:if400pxposts}{/block:Answer}

<div id="info">
{block:Date}<span style="margin-left:5px;">{Month} {DayOfMonthWithZero} at {12Hour}:{Minutes} {CapitalAmPm}</span>{/block:Date} with <a href="{Permalink}">
{NoteCountWithLabel}</a>{block:HasTags}<br/> <span style="margin-left:5px;">tagged: {block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>

</div>
{block:PostNotes}{PostNotes}{/block:PostNotes}
{/block:Posts}</div>

<div id="credit">
<a href="http://llermans.tumblr.com/">
llmns  
</a>  
</div>

</body></html>


If anyone could help I'd be extremely grateful. Thanks in advance.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 10:05 PM