The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tumblr Posts Being Cut Off?, any reblogged asks get completely cut off
dalekfighter1190
post Oct 1 2014, 01:53 AM
Post #1





Group: Members
Posts: 1
Joined: 1-October 14
Member No.: 21,613



I can't for the life of me figure out why any reblogged asks with additional commentary get cut off on my theme. I can't even open the individual posts and see them that way. What do I need to change? >_<

My blog.

My blog theme's html:

[code] <!DOCTYPE html>
<head>

<!--

theme 16: to break you;
coded from scratch
by irma at primrosetylers.tumblr.com
do not steal, remove the credit, or use as a base

-->

<title>{Title}</title>
{block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">

<!-- meta stuffs go here -->

<meta name="color:background" content="#fff">
<meta name="color:description" content="#aaa">
<meta name="color:section header" content="#aaa">
<meta name="color:section header hover" content="#000">
<meta name="color:tooltip" content="#aaa">
<meta name="color:link text" content="#000">
<meta name="color:link bg hover" content="#aaa">
<meta name="color:link text hover" content="#fff">
<meta name="color:pagination" content="#000">
<meta name="color:pagination hover" content="#aaa">
<meta name="color:post text" content="#000">
<meta name="color:post info" content="#000">
<meta name="color:post info hover" content="#aaa">
<meta name="color:posts link" content="#aaa">
<meta name="color:posts link hover" content="#000">

<meta name="if:500px posts" content="1">
<meta name="if:400px posts" content="0">
<meta name="if:250px posts" content="0">
<meta name="if:tiny cursor" content="1">

<meta name="image:sidebar" content="http://static.tumblr.com/d9787cd5e7d72e7889572c9d13f89b2d/kdcwkh7/B4Fn3jeqi/tumblr_static_arrows.png">

<meta name="font:posts" content="Gibson">

<meta name="text:section title 1" content="title 1">
<meta name="text:section title 2" content="title 2">
<meta name="text:section title 3" content="title 3">
<meta name="text:link 1" content="index">
<meta name="text:link 1 url" content="/">
<meta name="text:link 2" content="mssg">
<meta name="text:link 2 url" content="/ask">
<meta name="text:link 3" content="">
<meta name="text:link 3 url" content="/">
<meta name="text:link 4" content="">
<meta name="text:link 4 url" content="/">
<meta name="text:link 5" content="">
<meta name="text:link 5 url" content="/">
<meta name="text:link 6" content="">
<meta name="text:link 6 url" content="/">
<meta name="text:link 7" content="">
<meta name="text:link 7 url" content="/">
<meta name="text:link 8" content="">
<meta name="text:link 8 url" content="/">

<!-- metas end-->

<!-- tooltip script-->

<script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>

<!-- click effect script -->

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#clicky").click(function(){
$("#displaybx").slideToggle();
});
});
</script>

<script>
$(document).ready(function(){
$("#clicky1").click(function(){
$("#displaybx1").slideToggle();
});
});
</script>

<script>
$(document).ready(function(){
$("#clicky2").click(function(){
$("#displaybx2").slideToggle();
});
});
</script>

<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>

<style>

/*tooltip css*/
div#qTip {
padding: 3px;
display: none;
text-align: center;
position: absolute;
font-size:8px;
line-height:9px;
font-family:{font:posts};
z-index: 1000;
background-color:#fff;
border:1px solid {color:tooltip};
color: {color:tooltip};
text-transform:uppercase;
letter-spacing: 1px;
}

iframe#tumblr_controls {
top: 0% !important;
right:0% !important;
opacity:0.3;
position: fixed !important;
filter:alpha(opacity=30);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
}
iframe#tumblr_controls:hover{
top:0% !important;
right:0% !important;
opacity:0.8;
position: fixed !important;
filter:alpha(opacity=80);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
}

body {
background-color:{color:background};
font-family:{font:posts};
color:{color:post text};
font-size:13px;
}

a {
text-decoration:none;
color:{color:posts link};
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
}

blockquote {
border-left:1px solid #000;
padding-left:10px;
}

.hidden {display: none;}

a:hover {
color:{color:posts link hover};
}

h2 {
text-align:center;
}

/*sidebar*/

.cthrough {
font-size:20px;
text-transform:uppercase;
display:block;
text-align:center;
margin-bottom:12px;
padding-right:3px;
width:200px;
transition:all 0.5s ease;
letter-spacing:0;
color:{color:section header};
}

.cthrough:hover {
letter-spacing:4px;
color:{color:section header hover};
}

#description {
color:{color:description};
margin-top:-4px;
}

#sidebar {
width:200px;
text-align:center;
position:fixed;
top:170px;
left:220px;
font-family:'Raleway', calibri;
font-size:10px;
}

#sidebar img {
width:150px;
margin-bottom:8px;
}

#links {
font-size:11px;
text-transform:uppercase;
margin-top:4px;
margin-bottom:8px;
}

#links a {
padding-left:2px;
padding-right:2px;
margin:4px;
color:{color:link text};
}

#links a:hover {
background-color:{color:link bg hover};
color:{color:link text hover};
}

#pag {
text-transform:uppercase;
position:fixed;
text-align:center;
background-color:#fff;
bottom:0;
padding-bottom:8px;
padding-top:4px;
font-size:12px;
{block:If500pxPosts}left:1045px;{/block:If500pxPosts}
{block:If400pxPosts}left:945px;{/block:if400pxPosts}
{block:If250pxPosts}left:795px;{/block:if250pxPosts}

}

#pag a {color:{color:pagination};letter-spacing:0;}
#pag a:hover {color:{color:pagination hover}; letter-spacing:2px;}

/*posts*/

#postage {
{block:If500pxPosts}width:500px;{/block:If500pxPosts}
{block:If400pxPosts}width:400px;{/block:if400pxPosts}
{block:If250pxPosts}width:250px;{/block:if250pxPosts}
margin-left:490px;
margin-top:30px;
margin-bottom:30px;
}

#words {
font-style:italic;
font-size:15px;
}

.source {
text-align:right;
padding-right:5px;
}

#linkpost {
text-align:center;
font-size:11px;
}

.linkety {
font-size:15px;
}

#chat ul {
list-style:none;
font-family:consolas, {font:posts};
margin-left:-30px;
}

.label {
text-transform:uppercase;
font-weight:bold;
}

#audioplayer {
width:30px;
height:30px;
overflow:hidden;
position:absolute;
margin-top:35px;
margin-left:35px;
opacity:0.7;
}

#albumart {
width:100px;
height:100px;
background-color:#e3e3e3;
}

#ask img {
margin-right:4px;
margin-top:4px;
}

#ask span {
font-style:italic;
}

.info {
text-align:center;
text-transform:uppercase;
{block:If500pxPosts}width:500px;{/block:If500pxPosts}
{block:If400pxPosts}width:400px;{/block:if400pxPosts}
{block:If250pxPosts}width:250px;{/block:if250pxPosts}
margin-bottom:50px;
font-size:10px;
opacity:1;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-ms-transition:0.6s;
-o-transition:0.6s;
}

.info a {
color:{color:post info};
}

.info a:hover {
color:{color:post info hover};
}

.tags {
font-size:11px;
text-transform:none;
opacity:0.7;
}

#credit {
right:10px;
bottom:15px;
font-size:18px;
padding:0 5px 2px 5px;
text-transform:uppercase;
text-align:center;
background-color:#000;
position:fixed;
font-family:calibri;
}

#credit:hover {
text-shadow:0 0 2px #fff;
colOR:transparent;
}

{block:IfTinyCursor}
/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;} /* End http://www.cursors-4u.com */
{/block:IfTinyCursor}

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

<div id="sidebar">

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

<a title="about" id="clicky" class="cthrough">{text:section title 1}</a>
<div id="displaybx" class="hidden">
<div id="description">
<p>{Description}</p>
</div>
</div>

<a title="links" id="clicky1" class="cthrough">{text:section title 2}</a>
<div id="displaybx1" class="hidden">
<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:iflink2}
{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}
{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}
{block:iflink8}<a href="{text:link 8 url}">{text:link 8}</a>{/block:iflink8}
</div> <!--links-->
</div>

<a title="updates" id="clicky2" class="cthrough">{text:section title 3}</a>
<div id="displaybx2" class="hidden">
<div id="description">
<!-- SECTION THREE TEXT -->
<p><u>Looking for:</u></br>Castiels</br>Megs</br>Please visit my ask box or tag me in a starter if interested.</br></br>If you're looking for my DC Con 2014 coverage, go <a href="http://actuallyxawesome.tumblr.com/tagged/dccon">here.</a> For NJ Con 2014, go <a href="http://actuallyxawesome.tumblr.com/tagged/njcon">here</a>.</br></br>For general FYI info about how I run this blog, go <a href="http://actuallyxawesome.tumblr.com/tagged/FYI">here.</a></p>
</div>
</div>


</div> <!--sidebar-->

{block:Posts}
<div id="postage">

{block:Text}
<div id="text">
<h2><a href="{Permalink}">{Title}</a></h2>
{Body}
</div> <!--text post-->
{/block:Text}

{block:Photo}
<div id="photo">
{block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:If500pxPosts}
{block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400pxPosts}
{block:If250pxPosts}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:if250pxPosts}
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
</div> <!--photo post-->
{/block:Photo}

{block:Panorama}
<div id="panorama">
{LinkOpenTag}
<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
{LinkCloseTag}
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div> <!--panorama post-->
{/block:Panorama}

{block:Photoset}
<div id="photoset">
{block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
{block:If400pxPosts}{Photoset-400}{/block:if400pxPosts}
{block:If250pxPosts}{Photoset-250}{/block:if250pxPosts}
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
</div> <!--photoset-->
{/block:Photoset}

{block:Quote}
<div id="quote">
<div id="words">{Quote}</div>
{block:Source}<div class="source">- {Source}</div>{/block:Source}
</div> <!--quote-->
{/block:Quote}

{block:Link}
<div id="linkpost">
{block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
<a href="{URL}" class="linkety" {Target}>{Name}</a>
{block:Description}
<div class="linkdesc">{Description}</div>
{/block:Description}
</div> <!--link-->
{/block:Link}

{block:Chat}
<div id="chat">
<h2><a href="{Permalink}">{Title}</a></h2>
<ul>
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}{Line}
</li>
{/block:Lines}
</ul>
</div> <!--chat-->
{/block:Chat}

{block:Video}
<div id="video">
{block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
{block:If500pxPosts}{Video-500}{/block:If500pxPosts}
{block:If400pxPosts}{Video-400}{/block:if400pxPosts}
{block:If250pxPosts}{Video-250}{/block:if250pxPosts}
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
</div> <!--video-->
{/block:Video}

{block:Audio}
<div id="audio">
<table style="padding:5px; background-color:#fff;margin-bottom:5px;">
<tr>
<td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
<div id="albumart">
{block:AlbumArt}
<img src="{AlbumArtURL}" style="width:100px;">
{/block:AlbumArt}</div></td>
<td style="vertical-align:top; font-size:11px; line-height:12px"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
{block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
{block:Album}<i>album:</i> {Album} <br />{/block:Album}
{block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
</td>
</tr>
</table>
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
</div> <!--audio-->
{/block:Audio}

{block:Answer}
<div id="ask">
<p><img src="{AskerPortraitURL-16}"><span>{Asker}</span> asked: {Question}</p>
<p>{block:Answerer}<span>{Answerer}</span> replied: {/block:Answerer}{Answer}</p>
</div> <!--ask-->
{/block:Answer}

<div class="info">
<a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">{NoteCountWithLabel}</a> <br />
{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a title="{SourceTitle}" href="{SourceURL}">src</a>{/block:ContentSource} - <a href="{ReblogURL}" target="_blank">reblog</a>
{block:HasTags}
<div class="tags">
tagged {block:Tags} - <a href="{TagURL}">{Tag}</a>{/block:Tags}
</div>
{/block:HasTags}
</div> <!--info-->

{block:PermalinkPage}
{PostNotes}
{/block:PermalinkPage}

</div> <!--postage-->
{/block:Posts}

{block:Pagination}
<div id="pag">
{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage} - <a href="{NextPage}">forth</a>{/block:NextPage}
</div>
{/block:Pagination}


<div id="credit"><a href="http://primrosetylers.tumblr.com">✿</a></div>
</body>
</html>
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: 25th April 2024 - 05:46 AM