Thursday, 11 July 2013
Blog Includable Main Top Widget Problem


Blog Includable Main Widgets Problem
----------------------------------------------------------------------------------------------------------
After Blog Outer And Main Wrapper,You find blog post section Area, This Section Has 23 Includable Widgets Such As :
Main,BacklinkDeleteIcon,Backlinks,
Comment-form,CommentDeleteIcon,Comment_count_picker,
Comment_picker,Comments,FeedLinks,
FeedLinksBody,Iframe_comments,Mobile-index-post,
Mobile-main,Mobile-nextprev,Mobile-post
Nextprev,Post,PostQuickEdit,
ShareButtons,Status-message,Threaded-comment-form,
Threaded_comment_js,Threaded_comments
-----------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>FB Gadgets</title>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
/* ========================================================
Name : Fb Gadgets
Designed by: Fb Gadgets (http://fbgadgets.blogspot.com/)
Date : July 2013
======================================================== */
/* Template Colors Fonts And Variable Code
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#111111">*/
/* Nav Bar Display None Code
Other Css Code
----------------------------------------------*/
#navbar-iframe{display: none !important;}
/* normal posts
----------------------------------------------*/
.post {
width: 960px;
margin: 0 auto;
padding: 0;
}
/* After Post Size
----------------------------------------------*/
.post-body img {
float: left;
width: auto;
height: auto;
margin: 0 0 20px;
border: 10px solid $bordercolor;
}
/* Auto Width Outer-Wrapper*/
#outer-wrapper{width:auto;margin:0px auto 0px;padding:0px;text-align:left;background:none;}
/* Auto Width Main-Wrapper*/
#main-wrapper{width:auto;float:left;margin:0px;padding:0px 0px 0px 0px;word-wrap:break-word;overflow:hidden;text-shadow:0 1px 0 #fff;}
]]></b:skin>
/* Post Coditional Code, Java Code And
Other Css Code
----------------------------------------------*/
<b:if cond='data:blog.pageType == "index"'>
<style type='text/css'>
.post-body {max-height: 160px;}
<script type='text/javascript'>//<![CDATA[
//]]></script>
<style> </style>
<script src=' Add Here Java File Url' type='text/javascript'/>
<script src=' Add Here Java File Url' type='text/javascript'></script>
<script type='text/javascript'>
var FbGadgets = {
};
</script>
<link rel='stylesheet' id='FbGadgets' href='Add Here Css File Url'
type='text/css' media='all' />
<link rel='stylesheet' id='FbGadgets' href='Add Here Css File Url'
type='text/css' media='all' </link>
</head>
<body>
<div id='outer-wrapper'>
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'></b:includable>
<b:includable id='backlinks' var='post'></b:includable>
<b:includable id='comment-form' var='post'></b:includable>
<b:includable id='commentDeleteIcon' var='comment'></b:includable>
<b:includable id='comment_count_picker' var='post'></b:includable>
<b:includable id='comment_picker' var='post'></b:includable>
<b:includable id='comments' var='post'></b:includable>
<b:includable id='feedLinks'></b:includable>
<b:includable id='feedLinksBody' var='links'></b:includable>
<b:includable id='postQuickEdit' var='post'></b:includable>
<b:includable id='shareButtons' var='post'></b:includable>
<b:includable id='status-message'></b:includable>
<b:includable id='threaded-comment-form' var='post'></b:includable>
<b:includable id='threaded_comment_js' var='post'></b:includable>
<b:includable id='threaded_comments' var='post'></b:includable>
</b:widget>
</b:section>
</div> <!-- Main Wrapper Div Finish -->
<div class='clear'/>
<!-- After Main Wrapper Div Starts Side Bar Code -->
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML1' locked='false' title='' type='HTML'></b:widget>
<b:widget id='HTML2' locked='false' title='' type='HTML'></b:widget>
<b:widget id='HTML3' locked='false' title='' type='HTML'></b:widget>
</b:section>
<div class='clear'/>
<!-- After Side bar Code Stars Footer Code -->
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
</div> <!-- Outer Wrapper Div Finish -->
</body>
</html>
------------------------------------------------------------------------------------------------------
Blog Includable Main Top Widget Problem Tutorial Starts Here
Find This Red Line in Your Html Code
<b:includable id='main' var='top'></b:includable>
And Replace This Red Line With Below Code If Your Home Page Show Post Date
------------------------------------------------------------------------------------------------------
<b:includable id='main' var='top'>
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:include data='post' name='post'/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<div class='pager'>
<b:include name='nextprev'/>
</div>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
<b:if cond='data:post.trackLatency'>
<data:post.latencyJs/>
</b:if>
</b:loop>
<data:adEnd/>
</div>
<div class='clear'/>
<b:if cond='data:blog.pageType != "item"'>
<div class='pager'>
<b:include name='nextprev'/>
</div>
</b:if>
<b:if cond='data:top.showStars'>
<script src='//www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>/*<![CDATA[*/google.load("annotations","1",{"locale":"<data:top.languageCode/>"});function initialize(){google.annotations.setApplicationId(<data:top.blogspotReviews/>);google.annotations.createAll();google.annotations.fetch();}
google.setOnLoadCallback(initialize);/*]]>*/</script>
</b:if>
</b:includable>
----------------------------------------------------------------------------------------------
Main,BacklinkDeleteIcon,Backlinks,
Comment-form,CommentDeleteIcon,Comment_count_picker,
Comment_picker,Comments,FeedLinks,
FeedLinksBody,Iframe_comments,Mobile-index-post,
Mobile-main,Mobile-nextprev,Mobile-post
Nextprev,Post,PostQuickEdit,
ShareButtons,Status-message,Threaded-comment-form,
Threaded_comment_js,Threaded_comments
Blog Includable Main Top Widget Problem,
-----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
After Blog Outer And Main Wrapper,You find blog post section Area, This Section Has 23 Includable Widgets Such As :
Main,BacklinkDeleteIcon,Backlinks,
Comment-form,CommentDeleteIcon,Comment_count_picker,
Comment_picker,Comments,FeedLinks,
FeedLinksBody,Iframe_comments,Mobile-index-post,
Mobile-main,Mobile-nextprev,Mobile-post
Nextprev,Post,PostQuickEdit,
ShareButtons,Status-message,Threaded-comment-form,
Threaded_comment_js,Threaded_comments
-----------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>FB Gadgets</title>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
/* ========================================================
Name : Fb Gadgets
Designed by: Fb Gadgets (http://fbgadgets.blogspot.com/)
Date : July 2013
======================================================== */
/* Template Colors Fonts And Variable Code
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#111111">*/
/* Nav Bar Display None Code
Other Css Code
----------------------------------------------*/
#navbar-iframe{display: none !important;}
/* normal posts
----------------------------------------------*/
.post {
width: 960px;
margin: 0 auto;
padding: 0;
}
/* After Post Size
----------------------------------------------*/
.post-body img {
float: left;
width: auto;
height: auto;
margin: 0 0 20px;
border: 10px solid $bordercolor;
}
#outer-wrapper{width:auto;margin:0px auto 0px;padding:0px;text-align:left;background:none;}
/* Auto Width Main-Wrapper*/
#main-wrapper{width:auto;float:left;margin:0px;padding:0px 0px 0px 0px;word-wrap:break-word;overflow:hidden;text-shadow:0 1px 0 #fff;}
]]></b:skin>
/* Post Coditional Code, Java Code And
Other Css Code
----------------------------------------------*/
<b:if cond='data:blog.pageType == "index"'>
<style type='text/css'>
.post-body {max-height: 160px;}
</style>
</b:if>
<script type='text/javascript'>//<![CDATA[
//]]></script>
<style> </style>
<script src=' Add Here Java File Url' type='text/javascript'/>
<script src=' Add Here Java File Url' type='text/javascript'></script>
<script type='text/javascript'>
var FbGadgets = {
};
</script>
<link rel='stylesheet' id='FbGadgets' href='Add Here Css File Url'
type='text/css' media='all' />
<link rel='stylesheet' id='FbGadgets' href='Add Here Css File Url'
type='text/css' media='all' </link>
</head>
<body>
<div id='outer-wrapper'>
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'></b:includable>
<b:includable id='backlinks' var='post'></b:includable>
<b:includable id='comment-form' var='post'></b:includable>
<b:includable id='commentDeleteIcon' var='comment'></b:includable>
<b:includable id='comment_count_picker' var='post'></b:includable>
<b:includable id='comment_picker' var='post'></b:includable>
<b:includable id='comments' var='post'></b:includable>
<b:includable id='feedLinks'></b:includable>
<b:includable id='feedLinksBody' var='links'></b:includable>
<b:includable id='iframe_comments' var='post'></b:includable>
<b:includable id='mobile-index-post' var='post'></b:includable>
<b:includable id='mobile-main' var='top'></b:includable>
<b:includable id='mobile-nextprev'></b:includable>
<b:includable id='mobile-post' var='post'></b:includable>
<b:includable id='nextprev'></b:includable>
<b:includable id='post' var='post'></b:includable><b:includable id='postQuickEdit' var='post'></b:includable>
<b:includable id='shareButtons' var='post'></b:includable>
<b:includable id='status-message'></b:includable>
<b:includable id='threaded-comment-form' var='post'></b:includable>
<b:includable id='threaded_comment_js' var='post'></b:includable>
<b:includable id='threaded_comments' var='post'></b:includable>
</b:widget>
</b:section>
</div> <!-- Main Wrapper Div Finish -->
<div class='clear'/>
<!-- After Main Wrapper Div Starts Side Bar Code -->
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML1' locked='false' title='' type='HTML'></b:widget>
<b:widget id='HTML2' locked='false' title='' type='HTML'></b:widget>
<b:widget id='HTML3' locked='false' title='' type='HTML'></b:widget>
</b:section>
<div class='clear'/>
<!-- After Side bar Code Stars Footer Code -->
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
</div> <!-- Outer Wrapper Div Finish -->
</body>
</html>
------------------------------------------------------------------------------------------------------
Blog Includable Main Top Widget Problem Tutorial Starts Here
Find This Red Line in Your Html Code
<b:includable id='main' var='top'></b:includable>
And Replace This Red Line With Below Code If Your Home Page Show Post Date
------------------------------------------------------------------------------------------------------
<b:includable id='main' var='top'>
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:include data='post' name='post'/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<div class='pager'>
<b:include name='nextprev'/>
</div>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
<b:if cond='data:post.trackLatency'>
<data:post.latencyJs/>
</b:if>
</b:loop>
<data:adEnd/>
</div>
<div class='clear'/>
<b:if cond='data:blog.pageType != "item"'>
<div class='pager'>
<b:include name='nextprev'/>
</div>
</b:if>
<b:if cond='data:top.showStars'>
<script src='//www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>/*<![CDATA[*/google.load("annotations","1",{"locale":"<data:top.languageCode/>"});function initialize(){google.annotations.setApplicationId(<data:top.blogspotReviews/>);google.annotations.createAll();google.annotations.fetch();}
google.setOnLoadCallback(initialize);/*]]>*/</script>
</b:if>
</b:includable>
----------------------------------------------------------------------------------------------
Main,BacklinkDeleteIcon,Backlinks,
Comment-form,CommentDeleteIcon,Comment_count_picker,
Comment_picker,Comments,FeedLinks,
FeedLinksBody,Iframe_comments,Mobile-index-post,
Mobile-main,Mobile-nextprev,Mobile-post
Nextprev,Post,PostQuickEdit,
ShareButtons,Status-message,Threaded-comment-form,
Threaded_comment_js,Threaded_comments
Blog Includable Main Top Widget Problem,
fbgadgets
BlogIncludableWidgets-----------------------------------------------------------------------------------------
Related movie you might like to see :

WEB IMAGE DOWNLOADER

TEXT COMPARE OR DUPLI TEXT FINDER

BLOCK JAVA SCRIPT BY GOOGLE CHROME

MOUSE COORDINATES IN JAVA SCRIPT

RELATED POST WIDGET LIST WITHOUT TH...

DYNAMIC VIEWS BLOGGER TEMPLATE

FLASH PLAYER SWF FILE DOWNLOAD ARCH...

WHACK A RAT CSS GAME

GOOGLE FILTER BUTTON IN IMAGE SEARC...

BUTTON PADDING CHANGE HEIGHT WIDTH

INPUT BUTTON VALUE SWAP

CSS SYNTAX HIGHLIGHT CHANGE IN NOT...
?
+
X
Recommended for you
Loading..
Related Post for Blog Includable Main Top Widget Problem
BLOG ZOOM EFFECT THUMBNAIL WITH POST TITLE TOP EFFECT ----------------------------------------------------------------------------------------- IT 'S ZOOM IMAGE INSIDE THE THUMBNAIL AND GIVES POST TITLE TOP HOVER EFFECT COPā¦
MULTI COLOR LABEL CLOUD WIDGET ---------------------------------------------------------------------------------------------------- Read More: http://fbgadgets.blogspot.co.uk/2014/06/label-widget-rainbowmuā¦
INPUT BUTTON VALUE SWAP -------------------------------------------------------------------------------------------------------------- BUTTON VALUE SWAP READ MORE: http://fbgadgets.blogspot.com/2017/0ā¦
IMAGE UPLOAD WITH JAVA WITH PHP CODE ------------------------------------------------------------------------------------------------------ CREATE FOLDER AND CREATE AND SAVE FILES ONE BY ONE IN THIS FOLDER &nbā¦
SCREEN TO GIF ------------------------------------------------------------------------------------------------------------------ Read More: 3:30 PDF HTML IMAGE CONVERTER HDā¦
JS IMAGE SCROLLER -------------------------------------------------------------------------------------------------------------- JS IMAGE SCROLLER CODE image scroller https://amazingcarousel.comā¦
CSS CLICK DROPDOWN -------------------------------------------------------------------------------------------------------------- CODE 1: http://koen.kivits.com/articles/pure-css-menu/ ---------ā¦
Bread Crumb Navigation Menu Guardian Style --------------------------------------------------------------------------------- CODE BELOW ---------------------------------------------------------------------------------ā¦
NOTEPAD++ REMOVE UNWANTED LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------ STEP NO : 1 1- CTā¦
IMAGE UPLOAD WITH JAVA WITHOUT PHP CODE ------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE IN NOTE PAD AND SAVE IN HTML FILE -----------ā¦
BASIC BLOGGER TEMPLATE ---------------------------------------------------------------------------------------------------------------------------<data:post.body width='555'/> OR USE THIS <imā¦
RAINBOW RANDOM POST CODE WITH BLOG URL BUT NO IMAGE -------------------------------------------------------------------------------------- RAINBOW RANDOM POST CODE WITH BLOG URL BUT NO IMAGE: ADD HTML/JAVA WIDGET AND PASTE BELOā¦
BLOCK JAVA SCRIPT BY GOOGLE CHROME -------------------------------------------------------------------------------------------------------------------------------------- java file block in google chrome hā¦
CSS SYNTAX HIGHLIGHT CHANGE IN NOTEPAD++ SYNTAX HIGHLIGHTER ------------------------------------------------------------------------------------------------------------------- SYNTAX HIGHLIGHTER LINKS -----------------------------------ā¦
BLOGGER INCLUDABLE SECTION ------------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE ---------------------------------ā¦
Labels:
B
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.