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 :

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...

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
?
+
X
Recommended for you
Loading..
Related Post for Blog Includable Main Top Widget Problem
RELATED POST WIDGET LEFT TO RIGHT #related-posts h2{ background:#111111; border-top-color:#63C4F1; border-top-style:solid; border-top-width:3px; color:#FFFFFF; font-family:Oswald; font-size:16px; font-stretch:ā¦
WHITE SPACE REMOVER CODE --------------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION COPY CODE ā¦
RECAPTCHA KEY CONTCAT FORM FOR BLOGGER ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE READMORE: http://kontactr.com/ httpsā¦
EDIT IMAGE IN NOTEPAD++ ---------------------------------------------------------------------------------------------------------------------- https://www.google.co.uk/search?q=edit+picture+in+noā¦
HOW TO GET MALWARE ADD POPUP WITHOUT SOFTWARE --------------------------------------------------------------------------------------------------------- STEP 1: GO TO WINDOW TASK MANAGER STEP 2: OPEN FILE LOCATION AND DEā¦
Direct Link Generator CODE ----------------------------------------------------------------------------------------------------- CODE: -------------------------------------------------------------------ā¦
RELATED POST WIDGET LIST SHAPE ---------------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uk/2013/12/n-relate-posā¦
CSS BORDER COLOR -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE -------------------------------------------ā¦
IMAGE CONVERTER SOFTWARE body { background: #F7F6F6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnJLkVEJ3qEWo7QLxoIodbY4zPdTiYoP9fGbBTrurq74uG7Zcay6tGp74LmQ3o20PswnHIQysiDkM3ANkr7jC1ā¦
BLOG FILE HOSTING GOOGLE PROJECT WITH TORTOISE SVN SOFTWARE EDIT HTML PAGE IN GOOGLE - YouTube ā¶ 4:19 https://www.youtube.com/watch?v=Q4yfMqPFSYE 16 mins ago - Uploaded by SAVE MONEY http://fbgadgets.blogspot.co.uk/2016/09/ā¦
RECOMMENDED POST SLIDE OUT FOR BLOGGER TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE ------------------------------------------ā¦
GOOGLE PROJECT HOSTING ------------------------------------------------------------------------------------------------------------- STEP:1 LOGIN YOUR GOOGLE ACCOUNT STEP:2 GO TO SITE https://code.ā¦
C DRIVE OPEN IN GOOGLE AND DATA URI IMAGE C DRIVE OPEN IN CHROME - YouTube ā¶ 2:14 https://www.youtube.com/watch?v=aXpogZBq6fk 4 mins ago - Uploaded by SAVE MONEY C DRIVE OPEN IN CHROME. SAVE MONEY ... Chroā¦
SEARCH BOX WITHOUT JAVA CODE ------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE <input id='input' name='q' placeholdeā¦
INSTALL WORD PRESS TEMPLATE Plugins are tools which provide additional functionality to your application. To install a plugin you generally just need to put the plugin file into your 'wp-content/plugins' diā¦
PAGINATION IN BLOG ---------------------------------------------------------------------------------------------------------- 1- FIND BODY CLOSE TAG AND REPLACE WITH BELOW CODE READ MORE: http:/ā¦
SYNTAX HIGHLIGHTER BLOGGER TEMPLATE ----------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uk/2014/08/syntax-highlā¦
RELATED POST WIDGET FRONT SCREEN TEMPLATE ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE ------------------------ā¦
Recommended Post Slide out for Blogger ---------------------------------------------------------------------------------------------------- RECOMMENDED POST SLIDE OUT FOR BLOG - YouTube ā¶ 2:50 https:/ā¦
SYNTAX HIGHLIGHTER ON LINE FOR BLOGGER ---------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uā¦
NEWS TICKER BLOGGER TEMPLATES ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODEIN BLOGGER TEMPLATE -----------------ā¦
HTML SYNTAX HIGHLIGHTER ----------------------------------------------------------------------------------------------------------------- CODE: -------------------------------------------------------ā¦
WORD PRESS PARTS -------------------------------------------------------------------------------------------------------- Read More: ----------------------------------ā¦
PAGE NAVIGATION WITH TITLE AND THUMBNAIL IN BLOG ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE RED JAVA CODE AND JAVA FILE LINK PAGā¦
SEARCH YOUR VIDEO IN GOOGLE ----------------------------------------------------------------------------------------------- 1) CLICK SEAACH TOOLS TAB 2) CLICK 24 HOUR PAST OPTION ------------------------ā¦
Platinum Arts Sandbox Free 3D Game Maker ----------------------------------------------------------------------------------------------------- READ MORE: ------------------------------------------------------ā¦
BLOG FULL POST IMAGE 600 BY 600 <?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"> <htmā¦
SYNTAX HIGHLIGHTER BLOGGER TEMPLATE ========================================================================= COPY AND PASTE BELOW CODE IN BLOGGER TEMPLATE http://fbgadgets.blogspot.co.uk/2014/08/syntax-hā¦
CODE OR TEXT WRITING BOX -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN HTML --------------------------------ā¦
GOOGLE IMAGE HOSTING BY PICSA -------------------------------------------------------------------------------------------------------- READ MORE: -----------------------------------------------ā¦
AUTOMATION ANY WEBSITES ------------------------------------------------------------------------------------------------------ READ MORE: https://www.automationanywhere.com/webdataext?r=google&w=ā¦
White Space Remover /************************************BODY************************************/ body { background-color: #eee; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; foā¦
SYNTAX HIGHLIGHTER BLOGGER TEMPLATE --------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uk/2014/08/syntax-highlightā¦
ADD POP UP REMOVER STEP 2: Remove FocusBase pop-up ads from Internet Explorer, Firefox and Google Chrome with AdwCleaner The AdwCleaner utility will scan your computer and web browser for ā¦
PADDING BUTTON ------------------------------------------------------------------------------------------------------------ READ MORE: http://www.w3schools.com/css/css_padding.asp ----------ā¦
BLOG HOSTING HELP DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ā¶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVEā¦
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.