Showing posts with label CSS3. Show all posts

default

How To Add Related Posts Widget With Thumbnails in Your Blog?

How To Add Related Posts Widget With Thumbnails in Your Blog?
How To Add Related Posts Widget With Thumbnails in Your Blog?
Dear readers today's I'm administration a footfall by footfall action to add Related Posts accoutrement with Thumbnails in your Blogger/Blogspot blog. You can see the alive audience of this accoutrement beneath this column beneath branch ‘You Might Also Like’.
So aloof apprehend this column anxiously chase the simple step;

  1. Firstly backup your Blogger blog’s template.
  2. Then click on the Edit HTML to edit your blog’s template in the text editor.
  3. Find the below given code (Use Ctrl + F):   ]]></b:skin>
  4. Copy and Paste the below given codes just above the founded code
  Look At Below Screen Shot;


--------------------------------------------------------------------------------------------------------------------
 <!--Related Posts with thumbnails Scripts and Styles Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts-text {
font-size: 0.9em !important;
font-weight: 700 !important;
line-height: 1.45em !important;
font-family: Helvetica,Arial,sans-serif !important;
width: 100px;
padding-left: 3px;
height: 105px;
border: 0pt none;
margin: 3px 0pt 0pt;
}
#related-posts h2{
font-family:verdana !important;
font-size:18px !important;
font-weight:bold;
margin:9px 0px !important;
color:#666 !important;
border-bottom:0px !important;
border-top:0px !important;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
  }
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<!-- www.hififun.net -->
<script type='text/javascript'>
var defaultnoimage=&quot;http://3.bp.blogspot.com/-H3EZ0LhM0Og/UZ8s_cbYLMI/AAAAAAAABis/r6YgFYWrO-U/s1600/no_image.jpg&quot;;
var maxresults=5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;You Might Also Like:&quot;;
</script>
<script src='https://googledrive.com/host/0B-dv4rsl5_uZXzg0Z1FOVWhLSFk' type='text/javascript'/>
</b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
---------------------------------------------------------------------------------------------------------------------


  •  After that find this code:   <data:post.body/>
  • Place the code given below just below it to show related posts after your blog post. 
 Look At Below Screen Shot;


---------------------------------------------------------------------------------------------------------------------  <!-- Related Posts with Thumbnails Code Start-->
  <b:if cond='data:blog.pageType == &quot;item&quot;'>
  <div id='related-posts'>
    <b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
  <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<!-- www.hififun.net -->
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
    </div><div style='clear:both'/>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.hififun.com'><img alt='Real Tips and Tricks' src='http://3.bp.blogspot.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a>
</b:if></b:if>
    <!-- Related Posts with Thumbnails Code End-->
--------------------------------------------------------------------------------------------------------------------- 

  • Save your template by clicking on the Save button.
  • Done! 

default

How To Add CSS Codes To Your Blog


 How To Add CSS Codes To Your Blog


















Now i'm going to share a most important trips for blog that is How to Add CSS codes to your blogger Blog easily. Sometimes you may desire to add CSS codes to your blog for styling blog elements or blog widgets,Many of us adding CSS code by going to Edit HTML and add codes before ]]></b:skin> and save template, Using this method by error  if any of the content in it deleted ,it my goes to your Template Crash.So there is a safe and alternate way to add CSS code as follows  .Here is a easy way to add CSS codes.


Just Follow the simple step to learn How to Add CSS codes to your blogger:

>>> Go Blogger Dashboard

>>>> Click  to Template   Button & Click Customize Button










>>>> Now Click on Advanced Button & find Add CSS button. Look at the screenshot
















So now you can easily Copy your CSS Code & past it. Then Click Apply to Blog Button right corner of the top. Ok dear if you like my post please share it with others.

default

How to Change Older and Newer posts with Post Titles for Blogger


How to Change Older and Newer posts with Post Titles for Blogger
Now i'm administration a air-conditioned trips for blogger how to Change posts Navigation Links Newer posts and earlier posts by the Corresponding Post Titles for your blog.Its a  Awesome & nice Blogger Hack lets your blog visitors to Know Newer and Earlier posts at accurately and they can go to that Posts. It will advice any blog to attending beautiful.

Recommended:How To Style Your Blog Comments

Just Follow The simple step:

Add Jquery script:

>>>>> Copy and paste the below code before </body

<br />
<!--Start post title http://bloggtrips.blogspot.com --><br />
<a href='http://netoopsblog.blogspot.com'><img src='http://1.bp.blogspot.com/-RikrI-c_pyQ/T2DTcP6aMvI/AAAAAAAAAL0/H6v7PVoHM_w/s1600/1x1juice.png'/></a><br />
<b:if cond='data:blog.pageType == &quot;item&quot;'><br />
<script type='text/javascript'>/*<![CDATA[*/var urlToNavTitle={};function getTitlesForNav(d){for(var c=0;c<d.feed.entry.length;c++){var e=d.feed.entry[c];var b="";for(var a=0;a<e.link.length;a++){if(e.link[a].rel=="alternate"){b=e.link[a].href;break}}if(b!=""){urlToNavTitle[b]=e.title.$t}}}document.write('<script type="text/javascript" src="http://'+window.location.hostname+'/feeds/posts/summary?redirect=false&max-results=500&alt=json-in-script&callback=getTitlesForNav"><\/script>');function urlToPseudoTitle(a){var b=a.match(/\/([^\/_]+)(_.*)?\.html/);if(b){b=b[1].replace(/-/g," ");b=b[0].toUpperCase()+b.slice(1);if(b.length>28){b=b.replace(/ [^ ]+$/,"...")}}return b}$(window).load(function(){window.setTimeout(function(){var a=$("a.blog-pager-newer-link").attr("href");if(a){var b=urlToNavTitle[a];if(!b){b=urlToPseudoTitle(a)}if(b){$("a.blog-pager-newer-link").html("&lt;&lt; Newer Post<br />"+b)}}a=$("a.blog-pager-older-link").attr("href");if(a){var b=urlToNavTitle[a];if(!b){b=urlToPseudoTitle(a)}if(b){$("a.blog-pager-older-link").html("Older Post &gt;&gt;<br />"+b)}}},500)});/*]]>*/</script><br />
</b:if><br />
<a href='http://bloggtrips.blogspot.com/'><img src='http://1.bp.blogspot.com/-RikrI-c_pyQ/T2DTcP6aMvI/AAAAAAAAAL0/H6v7PVoHM_w/s1600/1x1juice.png'/></a><!--End post title http://bloggtrips.blogspot.com/ -->


Add CSS code:

>>>>> Add the following css code before ]]></b:skin>

.blog-pager-newer-link {background-color:transparent !important;padding: 0 !important;}
.blog-pager-older-link {background-color:transparent !important;padding: 0 !important;}
#blog-pager-newer-link {padding:5px;font-size:90%;width:200px;text-align:left;}
#blog-pager-older-link {padding:5px;font-size:90%;width:200px;text-align:right;}
#blog-pager{height:100% !important;}


Dear readers if you like my post please share it with  your friends & Facebook or other social networks.

default

How To Style Your Blog Comments


How To Style Your Blog Comments

Dear readers today i'm administration a trips about How to change your comments in style.Comments is a best able aspect of a blog which is acquaint or buield a affiliation with blog admin  with his readers. Also its a abrade way to get top folio ranke  by accepting  added & added comments.So artlessly application this css Scripts & Look at that how nice it is.



Sign in to the Blogger Account
>>> Select Template and click Edit HTML (Click on Proceed)
>>> Find ]]></b:skin> (Find using ctrl + F) [Alternate Wayt to copy css code]
>>> Copy any of  the type of under css code  just above it.
>>> Click on Save


Comments Style version 1.0

Code:

.comments .comment .comment-actions a {
background: none repeat scroll 0 0 #FFD99E;
border: 2px solid #FFB43D;
border-radius: 3px 3px 3px 3px;
color: #000000;
font: bold 12px arial;
margin-right: 14px;
padding: 3px 9px;
text-decoration: none !important;
text-shadow: 1px 1px 0 #FFFFFF;

}

.comments .comment-block {

 

 

Comments Style version 2.0

Code:

.comments .comment-block {
background: url("http://1.bp.blogspot.com/-UP3vcAami5s/T-wKLoD6pXI/AAAAAAAAARw/LEw4T0G8yXo/s1600/bg.png") repeat scroll 0 0 transparent;
border: 4px solid #EAEAEA;
border-radius: 3px 3px 3px 3px;
box-shadow: 3px 3px 0 #D6D6D6;
margin-left: 48px;
padding: 3px 10px;
position: relative;
}
#comments .avatar-image-container img {
border: 2px solid #FFFFFF !important;
border-radius: 50px 50px 50px 50px;
height: 57px;
max-width: 57px;
}
.comments .avatar-image-container {
border: 2px solid #FFFFFF;
border-radius: 34px 34px 34px 34px;
box-shadow: 1px 1px 3px #ABABAB;
float: left;
margin-left: -40px;
max-height: 60px !important;
overflow: hidden;
width: 60px !important;
}
.comment-header {
border-bottom: 2px solid #F1F1F1;
}
.comment-block:hover > .comment-header {
-moz-transition: border-color 0.5s ease 0s;
border-bottom: 2px solid #000000;
}
.comments .comment .comment-actions a {
background: -moz-linear-gradient(center top , #EEEEEE 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
border: 2px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
color: #000000;
font: bold 12px arial;
margin-right: 14px;
padding: 4px 11px !important;
text-decoration: none !important;
text-shadow: 1px 1px 0 #FFFFFF;
}



If you Like My Post please share it with others.

Copyright: © BLOG TIPS BD Proudly Powered By: Blogger
Design By: Md. Ariful Islam