Latest Post

I have created this floating contact form for blogger which is quite similar to the popular floating share buttons of blogger. Many of you have that floating share buttons but this floating contact form is totally new and it’s very impressive and that’s because of it’s design and the transition effects. I could have used some third party contact form for this design which would have looked more impressive but that would have been a bit complicated for some bloggers to add it on their blog.

So, I have decided to go with the default contact form which blogger provides and customize it my way and this is what I have done with it-

  • Changed it’s design.
  • Made it fixed at the left side of the page.
  • Appears when you hover your cursor at the contact icon.
  • Smooth transition effect.


Demo Here

Follow Rules:

  • Add Default Contact Form (If You don't Know Check This Post)
  • Log in to your Blogger account and Go to your Blogger Dashboard
  • Now click on  Template > Edit HTML> Proceed
  • Locate the ]]></b:skin> by pressing Ctrl+F (Windows) or CMD+F (Mac)
  • Paste the below code Before/above ]]></b:skin> 

 /*prio-soft floating contact form*/

.form-parent {
  width:323px;height:auto;
  background: transparent url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOkKAGLpkQB8YMPLlqUDP6X03xZ6-DvLu75kw4X4RTLtXk1gxmT0IKIrYqevTTKaNeA9FV-GlB-1lJfCnItpxhRUyT7KhyphenhyphenCjbFqZkC8X_bPdxR1V8VYD-MhyphenhyphenudDGHoCpNW-KUvm4uhwBnv/s1600/contact-button.png') no-repeat right 10px;position:fixed;top:150px;left: -275px;z-index:9999999;transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.form-parent:hover {left:0;}
.cc-float-form {background:-moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);background:-webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);background:-o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);    background:-ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);    background:linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);color:#fafafa;padding:10px;    width:250px;border:2px solid #000;    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#ContactForm1 {display:none;}
.contact-form-area {background: #222;width: 245px;padding: 10px 0px;border: 1px solid #111;box-shadow: 2px 2px 2px #111 inset;    -webkit-box-shadow: 2px 2px 2px #111 inset;font-family:Verdana, Geneva, sans-serif;color:#fafafa;font-size: 12px;}
#cc {float:right;font-size:9px;margin-top:-10px;color:#777;}#cc a {    color: #777;text-decoration:none;}

  • After adding the code save the template.
  • First of all we need to create a new page and to do this firstly go to Blog Title >Pages>New Page>Blank Page. Page editor will open, now click on HTML tab and paste the below given code in it.


 
<!---prio-soft floating contact form-->
<div class='form-parent'>
<form name="contact-form" class="cc-float-form">
<p></p>
Name:<br />
<input class="contact-form-area" id="ContactForm1_contact-form-name" name="name" size="30" value="" type="text" />
<p></p>
Email:
<span style="color:red;">*</span><br />
<input class="contact-form-area" id="ContactForm1_contact-form-email" name="email" size="30" value="" type="text" />
<p></p>
Message: <span style="color:red;">*</span><br />
<textarea class="contact-form-area"  id="ContactForm1_contact-form-email-message" name="email-message" cols="25" rows="5"></textarea>
<p></p>
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" value="Send" type="button" />
<p></p>
<div style="text-align: center; max-width: 222px; width: 100%">
<p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p>
<p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p>
</div>
<div id="cc">
By <a href="http://prio-soft.blogspot.com/" target="_blank">Prio-Soft™</a>
</div>
</form>
</div><!--Parent-->
<!--All ends here-->


  •  After adding the above code, save this .
You are done now. Now you and your visitors can see this awesome and cool contact form widget in your blog.

Any type of information please Contact us.

Blogger Default contact form has gained special attention among Blog users. Almost all Blogger is now using this default contact form. Thought the default thing is might dull looking, however we can customize it by using CSS coding. There are many tricks to place the Blogger default contact form in static pages. But if you wish to use Blogger Default Customized Contact Form in your Blog footer section then it attracts your communicator to communicate with you. However we will simply customize the Blogger default contact form for our Blog footer. Just go through the below steps-

Adding Default Contact Form

This time I will add Blogger default contact for thus I can modify it later by using CSS code.

Step 1 Go to Blogger Dashboard and Select Layout


Step 2 From Layout Click Add a gadget and from popup window select More Gadgets tab in left side.


Step 3 Now click Contact Form and Save it. Now the default contact form will be look like below.


Customizing the Default Contact Form


After adding Blogger Default Contact Form now we will add simple CSS code for spice up it. Just go through the below steps-

  • Log in to your Blogger account and Go to your Blogger Dashboard
  • Now click on  Template > Edit HTML> Proceed
  • Locate the ]]></b:skin> by pressing Ctrl+F (Windows) or CMD+F (Mac)
  • Paste the below code Before/above ]]></b:skin> 

 /* Contact Form by prio-soft */
#ContactForm1{
display:none;
}
#contact_wrap {
margin: auto;
width: 321px;
height: 380px;
padding: 25px;
border-radius: 1em;
border-top:1px solid #dbdbdb;
border-right:1px solid #b2b2b2;
border-left:1px solid #dbdbdb;
border-bottom:1px solid #9d9d9d;
background-color:#cccccc;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
background-image:-webkit-linear-gradient(top, #f2f2f2 0%, #e6e6e6 50%, #cccccc 100%);
background-image:-moz-linear-gradient(top, #f2f2f2 0%, #e6e6e6 50%, #cccccc 100%);
background-image:-ms-linear-gradient(top, #f2f2f2 0%, #e6e6e6 50%, #cccccc 100%);
background-image:-o-linear-gradient(top, #f2f2f2 0%, #e6e6e6 50%, #cccccc 100%);
background-image:linear-gradient(top, #f2f2f2 0%, #e6e6e6 50%, #cccccc 100%);
box-shadow: 1px 1px 5px #ccc;
}
#contact_wrap h3{
color: #e8f3f9;
font-family:Georgia;
font-size: 20px;
font-style:italic;
font-weight:bold;
margin: 0 -36px 20px -36px;
padding: 12px;
text-align: center;
text-shadow: 2px 0 0 #1f4962;
-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
-moz-box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
box-shadow: inset 0 0 25px rgba(0,0,0,0.3),0px 1px 5px #666;
background-color: #3689b9;
position: relative;
}
#contact_wrap h3:before {
content: ' ';
position: absolute;
bottom: -10px;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 0 10px;
border-color: #333 transparent transparent transparent;
}
#contact_wrap h3:after {
content: ' ';
position: absolute;
bottom: -10px;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10px 10px;
border-color: transparent transparent transparent #333;
}
#ContactForm1_contact-form-name{
width: 270px;
height:auto;
margin: 5px auto;
padding: 10px 10px 10px 40px;
background:#f6f6f6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjt8SicDDDFDv5dR04Uu8I2DqxrG7Oc8myMSZmVOwTYhp5YA4Qm6It2u0FBNCSOdMwxfvWFV4rntvkwzssqsHdEzvI8i-me0QWWPnduTe18ORdFW4jKc3vVZQ7Ut7aXojAAwxYB4hLQXm4/s1600/user.png)no-repeat 10px center;
color:#777;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}
#ContactForm1_contact-form-email{
width: 270px;
height:auto;
margin: 5px auto;
padding: 10px 10px 10px 40px;
background: #f6f6f6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRVrlqg46fYPIBSG7ap3w7ASO8LjWPJxetdsM2WmU9xF1i56mOnsgfuTwgEgzRK6QgU5s8csoDtrxzle65QsGeY0prgM9SnOeUFWt9vUFPxVjvKtelQuglTsJUy6sTdH8NCn-WgyKkxsI/s1600/pen.png)no-repeat 10px center;
color:#777;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}
#ContactForm1_contact-form-email-message{
width: 270px;
height: 150px;
margin: 5px auto;
padding: 10px 10px 10px 40px;
font-family:Arial, sans-serif;
background: #f6f6f6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA2MXZjxiluzwnve5zKkvNaoLl6Qn4FWV9zGlHKAX2rLYR-mOCxtX9f7zJcQ-UmFD1KjNS4Z9Ops4jjCFpV-Vpu2XRXNTtOs4xUPU8qtLMPm2bubHhqRR-Sq8cYQD3CylndLFzzXJZWrQ/s1600/msg2.png)no-repeat 10px 10px;
color:#777;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px inset, #f5f5f5 0px 1px 0px;
}
#ContactForm1_contact-form-submit {
width: 95px;
height: 30px;
float: right;
color: #FFF;
padding: 0;
cursor:pointer;
margin: 25px 0 3px 0 0;
background-color:#005a8a;
border-radius:4px;
text-shadow: 1px 0 0 #1f4962;
-webkit-box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
-moz-box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
box-shadow: inset 0 0 35px rgba(0,0,0,0.3),0px 1px 5px #666;
background-color: #3689b9;
border:1px solid #194f6d;
}
#ContactForm1_contact-form-submit:hover {
background:#4c9bc9;
}
#ContactForm1_contact-form-error-message, #ContactForm1_contact-form-success-message{
width: 320px;
margin-top:35px;
} 

  • After adding the code save the template.
  • First of all we need to create a new page and to do this firstly go to Blog Title >Pages>New Page>Blank Page. Page editor will open, now click on HTML tab and paste the below given code in it.


 
<div id="contact_wrap">
<h3>
Contact Us</h3>
<form name="contact-form">
<input id="ContactForm1_contact-form-name" name="name" placeholder="Name" size="30" type="text" value="" />
<input id="ContactForm1_contact-form-email" name="email" placeholder="Email" size="30" type="text" value="" />
<textarea cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="Message" rows="5"></textarea>
<input id="ContactForm1_contact-form-submit" type="button" value="Submit" />
<br />
<div style="max-width: 222px; text-align: center; width: 100%;">
<div id="ContactForm1_contact-form-error-message">
</div>
<div id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
</div>


  •  After adding the above code, publish the page.
You are done now. Now you and your visitors can see this awesome and cool contact form widget in your blog.

Any type of information please Contact us.

Ijonkz a blogger template with responsive layout and two styles Full width or Boxed. support twitter card. With an unlimited color combination. blogger is just about the most in demand from customers blogging platform powered by Google. Blogger is one of the powerful blogging platform developed by Google and has now become the oldest blogging platforms. Blogger is simple yet highly effective blogging stand, it is famous with its inbuilt web template editor, you don’t should get developer skills, it’s easy to work with. This template is so responsive that you don't need just about any knowledge of editing template. All instruction and guidance to put the Ijonkz template is download file. After you installing the template let's see a number of eye-catching attributes of Ijonkz template. Ijonkz template definitely calculates with WordPress sites. Which means that, don't Waste your time to find other templates. Use Ijonkz template and enjoy the blogging.

Ijonkz Blogger Tamolet

Theme Info

✔Platform : Blogger
✔Template Name : Ijonkz  
✔Designed by : MKRdezign
✔Created : 30 October 13
✔Last Update : 2 April 14



Ijonkz Responsive  Blogger Theme Features

  
      ✔Current version: 1.3
      ✔100% Responsive (Boxed or Full)
      ✔Manual Featured Post from Image Widget (Responsive Skitter Slideshow)
      ✔Auto Featured Post (Responsive Skitter Slideshow)
      ✔Support Blogger Template Customize Editor (Upload Image Background)
      ✔Lightweight Auto read-more (support third party image, and Youtube Thumbnail)
      ✔Ajax Page Navigation
      ✔Tabs Widgets ready (Sidebar)
      ✔Ajax JSON Search Result *
      ✔Ajax Recent Post by Tag (9 Post Type(Slider, Vertical, Combine, Gallery 1, Gallery 2, Hot,Simple, Noimage and Horizontal) support Random Post) Support Ajax Load More *
      ✔Ajax Recent Comment Widget *
      ✔Ajax Related Post Widget with Slider Effect
      ✔Ajax News Ticker Widget *
      ✔Two View Mode (List and Grid) width Cookies
      ✔Optimize SEO
      ✔Auto Resize Thumbnail image
      ✔Meta Keywords And Description Support (Official Meta Description Support)
      ✔Allow visitors increase / decrease text size and auto remember for future.
      ✔Cool blogger threaded comment (Support Google+ Comment) with Emoticon
      ✔3 Comment System (Blogger, Facebook, Disqus)
      ✔Custom Error 404 Page
      ✔Sticky Sidebar
      ✔Custom Share widget icon (addthis widget plugin)
      ✔Professional admin layout, help you easy work with blog layout.
      ✔Support Print CSS and allow visitors share articles email
      ✔Support shortcodes
      ✔Support Mega Menu New
      ✔Support Post Preview
      ✔Added light Weight version New
      ✔Support RTL Language
      ✔Compatible with major browsers (IE8+,Mozilla,Chrome,Safari,Opera)
      ✔Work with Blogger JSON Feed and Public Blog

Ijonkz Download

  • Click on the below button to start Free Download. It is full Free tamplet Shared By Prio-Soft™
Download

Click to Start Download

File Size: 5 MB

Any type of information please Contact us.

Elegantes is an attractive responsive blogger template created for lifestyle, travel, fashion and food bloggers. Furnished with legibility as their intended purpose, Elegantes most important ones what’s very important - your content. The clean traces, excellent typography and also the efficient usage of space make your website a pleasure to read and browse. Designed with a web host of helpful features, Elegantes requires blogging to some whole brand new level. This is enabled by way of a robust and also extensively analyzed code. Any time that wasn't enough, this efficient, effective and additionally timely sustain system makes certain that you place emphasis only relating to what’s valuable - creating great big content!

Elegantes Blogger Template

Theme Info

✔Platform : Blogger
✔Template Name : Elegantes 
✔Designed by :Sora
✔Created : Jan 16, 2016 
✔Last Update : Jan 16, 2016



Elegantes Responsive Magazine Blogger Theme Features

  
        ✔Responsive
        ✔SEO Friendly
        ✔Google Testing Tool Validator
        ✔Mobile Friendly
        ✔Custom 404 Page
        ✔Fast Loading - Check Here
        ✔Supports Video
        ✔Magazine
        ✔Drop Down Menu
        ✔Slider
        ✔Clean Layout
        ✔Simple Design
        ✔Browser Compatibility

Elegantes Download

  • Click on the below button to start Free Download. It is full Free tamplet Shared By Prio-Soft™
Download

Click to Start Download

File Size: 267 KB

Any type of information please Contact us.

SNews is the most efficient blogger theme for your magazine , news editorial, newspaper website. It has a lot of option that magazine website need. For example ability to change layout for each categories, breadcrumbs for post and category, social widget, post widget that has many options to sort and much more. This theme shows you how cool and flexible blogspot magazine theme can be. You can turn your magazine website into any possibilities you can think of.

SNews v1.5

Theme Info

✔Platform : Blogger
✔Template Name : SNews
✔Designed by : tagDiv
✔Created : 5 May 15 
✔Last Update : 21 September 15


SNews Responsive Magazine Blogger Theme Features

    ✔Current Version: 1.4.1
    ✔100% Responsive (Desktop,Tablet,Smartphone)
    ✔10+ Recent Post by Labels Widget
    ✔Third Party Image Support
    ✔Support 3 Comments System (Blogger,Facebook,Disqus)
    ✔Recent Post Widget
    ✔Random Post Widget
    ✔Featured Post Widget
   ✔ Recent Comment Widget
    ✔Disqus Recent Comment Widget
    ✔Flickr Badge Widget
    ✔News Ticker Widget
    ✔Related Post Widget
    ✔Optimize SEO
    ✔Dropdown Menu
    ✔Tabel CSS
    ✔Review Shortcode [New]
    ✔Post Pagination [New]
    ✔Ads ready
    ✔Top Social Icon
    ✔Social Counter Widget
    ✔Author Profile
    ✔Google CSE
    ✔Page Navigation
    ✔ShortCodes
    ✔Compatible with major browsers (IE9+,Mozilla,Chrome,Safari)
    ✔Professional admin layout, help you easy work with blog layout
    ✔Support RTL
    ✔Custom Error 404 Page
    ✔Archive Page
    ✔Support Advance Editor: upload background images, change background color, key colors, fonts
    ✔Support Print CSS and allow visitors share articles email

SNews Download

  • Click on the below button to start Free Download. It is full Free tamplet Shared By Prio-Soft™
Download

Click to Start Download

File Size: 7MB

Any type of information please Contact us.

Popular posts widget is used to showcase those golden posts which are performing well and getting more page views everyday compared to others posts on your blog. So to show users which posts are most popular on your blog this week or month or all in all time history, popular posts widget comes handy. There are a lot of widgets out there shared by people all over the internet and therefore I am sharing mine to which I am using on this blog. However, I am offering this stylish popular posts widget with counter box and thumbnails feature in two different styles and choice is yours :)


Features of Stylish Popular Posts Widget With Counter Box For Blogger:

✔ It shows post thumbnails along with post titles.
✔ Beautiful image zooming effect on mouse hover.
✔ Post titles are shown on the images with transparent dark color.
✔ Beautiful Counter Box on top left side of the images.
✔ No Blurry Images, you can re-size the thumbnails without losing the quality as compared to default blogger post thumbnails which are generated in 72x72 pixels in size.
✔ Available in two different styles.
✔ Easy customization of colors, width, height.
✔ And its free :) See the screenshot of two different styles below.



Steps Add Popular Post Widget

Note: You may have already installed other popular posts widget and if this is the case, you need to remove the CSS code of those previously installed popular widgets to your sidebar. Otherwise you will screw it all.This popular posts widget has two styles so I am going to break them down one by one. However, the JavaScript code will be same for both designs so you need to install it once only
  • Login back to your blogger account Select your blog < Template < Edit HTML
  • Save a backup of your blog template code first, now click inside the template code box.
  • Search for (Ctrl+F) </b:body>, copy (Ctrl+C) the following code and paste it (Ctrl+V) before </b:body>.


 
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
    <script type='text/javascript'>//<![CDATA[
    $undefineddocument).readyundefinedfunctionundefined) {
      var tbn = 150;
      $undefined'#PopularPosts1').findundefined'img').eachundefinedfunctionundefinedn, image){
        var image = $undefinedimage);
        image.attrundefined{src : image.attrundefined'src').replaceundefined/s\B\d{2,4}/,'s' + tbn)});
        image.attrundefined'width',tbn);
        image.attrundefined'height',tbn);
      });
    });
    //]]></script>



Customizing Thumbnail size: If you need bigger thumbnail size, just change the value highlighted in yellow color which is 150. It means our thumbnail size will be 150x150 pixels. Now we are done with JavaScript code so lets move on to adding CSS style one by one.

  • Choose one you liked either Demo 1 or Demo 2 Search for (Ctrl+F) </b:skin>, copy (Ctrl+C) the following code and paste it (Ctrl+V) before </b:skin>(Choose one only ie. Demo 1 CSS code or Demo 2)

Popular Posts Widget Demo 1 Style CSS Code



 /***** Sidebar Popular Posts - Style 1 *****/
    .sidebar .popular-posts ul {
      counter-reset: popcount;
      margin: 0;
      padding: 0;
      }
    .sidebar .popular-posts ul li:first-child {}
    .sidebar .popular-posts ul li {
      font-family:'Oswald','Open Sans','Helvetica Neue',Arial,Tahoma,sans-serif;
      height: 130px;
      list-style: none !important;
      overflow: hidden;
      padding: 0 !important;
      position: relative;
      margin: 2px;
      border: 0;
      width: 48%;
      float: left;
      }
    .sidebar .PopularPosts .item-thumbnail {margin: 0; width: 100%;}
    .sidebar .PopularPosts ul li img {
      display: block;
      float: left;
      padding: 0;
      width: 100%;
      height: 130px;
      -webkit-transition-duration: 1.0s; /*Webkit: Animation duration*/
      -moz-transition-duration: 1.0s; /*Mozilla Animation duration*/
      -o-transition-duration: 1.0s; /*Opera Animation duration*/
      transition:1.0s;
      }
    .sidebar .PopularPosts ul li img:hover {
      -webkit-transform:scale(1.06); /*Webkit: 0.5 times the original Image size*/
      -moz-transform:scale(1.06); /*Mozilla 0.5 times the original Image size*/
      -o-transform:scale(1.06); /*Opera 0.5 times the original Image size*/
      transform:scale(1.06);
      overflow: hidden;
      }
    .sidebar .PopularPosts .item-title {
      bottom:0;
      left: 0;
      right: 0;
      padding-bottom: 0;
      position: absolute;
      z-index: 999;
     }
    .sidebar .PopularPosts .item-title a {
      background: rgba(32, 32, 32, 0.77);
      color: #FFFFFF;
      display: block;
      font-size: 12px;
      line-height: normal;
      padding: 5px 0px 2px 5px;
      text-transform: capitalize;
      transition: all .4s ease-in-out;
      }
    .sidebar .popular-posts ul li:hover .item-title a {
      color: rgba(255, 255, 255, 1);
      background: rgba(231, 76, 60, 0.88);
      text-decoration: none;
      }
    .sidebar .popular-posts ul li:before {
      background: rgba(255, 252, 8, 1);
      color: #000;
      content: counter(popcount, decimal);
      counter-increment: popcount;
      float: left;
      font-size: 14px;
      line-height: 20px;
      list-style-type: none;
      padding: 0px 8px 1px 1px;
      border-radius: 0px 0px 10px 0px;
      position: absolute;
      top: 0;
      z-index: 4;
      border: solid #FFF;
      border-width: 0px 2px 2px 0px;
      }


Popular Posts Widget Demo 2 Style CSS Code




***** Sidebar Popular Posts *****/
.sidebar .popular-posts ul {
  counter-reset: popcount;
  margin: 0;
  padding: 0;
  }
.sidebar .popular-posts ul li:first-child {}
.sidebar .popular-posts ul li {
  font-family: "Oswald",sans-serif;
  height: 130px;
  font-weight: bold;
  list-style: none !important;
  overflow: hidden;
  padding: 0px !important;
  position: relative;
  margin: 2px;
  border: 0;
  width: 100%;
  float: left;
}
.sidebar .PopularPosts .item-thumbnail {margin: 0; width: 100%;}
.sidebar .PopularPosts ul li img {
  display: block;
  float: left;
  padding: 0;
  width: 100%;
  height: 130px;
  -webkit-transition-duration: 1.0s; /*Webkit: Animation duration*/
  -moz-transition-duration: 1.0s; /*Mozilla Animation duration*/
  -o-transition-duration: 1.0s; /*Opera Animation duration*/
  transition:1.0s;
  }
.sidebar .PopularPosts ul li img:hover {
  -webkit-transform:scale(1.06); /*Webkit: 0.5 times the original Image size*/
  -moz-transform:scale(1.06); /*Mozilla 0.5 times the original Image size*/
  -o-transform:scale(1.06); /*Opera 0.5 times the original Image size*/
  transform:scale(1.06);
  overflow: hidden;
  }
.sidebar .PopularPosts .item-title {
  bottom:0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 999;
 }
.sidebar .PopularPosts .item-title a {
  background: rgba(32, 32, 32, 0.77);
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  font-family: "Oswald",sans-serif;
  padding: 10px 0px 5px 10px;
  text-transform: capitalize;
  transition: all .4s ease-in-out;
}
.sidebar .popular-posts ul li:hover .item-title a {
  color: rgba(255, 255, 255, 1);
  background: rgba(231, 76, 60, 0.88);
  text-decoration: none;
  }
.sidebar .popular-posts ul li:before {
  background: rgba(255, 252, 8, 1);
  color: #000;
  content: counter(popcount, decimal);
  counter-increment: popcount;
  float: left;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  padding: 0px 8px 1px 1px;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 0;
  z-index: 4;
  border: solid #FFF;
  border-width: 0px 2px 2px 0px;
  }


Now save your template code and see if your popular posts widget with thumbnails is working or not. It must be working.


Change Settings of You Popular Posts Widget Form Layout Area

Now when everything is done, only one major step is remaining which is changing the settings of your popular posts widget because without changing these settings, it will definitely not work the way it is supposed to be working. Follow the settings as show exactly in the image below and save these settings.


Troubleshooting Popular Posts Widget On Sidebar is Not Working


There may be the case that after following all the steps accordingly, your popular posts widget did not work and is showing in its default settings. This is because of the use of different CSS class for sidebar on your template. In our case above, I used .sidebar because this the class I have used in my template for sidebar wrapper. Your template may be using different so you just need to figure it out and just change the .sidebar class appearance in the above CSS code with your blogs sidebar CSS class or id.

For Example: .sidebar .PopularPosts { will be .sidebar-wrapper .PopularPosts { or #sidebar .PopularPosts {

I hope you got the idea and you will find it out or else just share your blog URL in the comment box and I'll check it manually.
Any type of information please Contact us.

Popular Posts are the best way to highlight your top articles of your blog and this will help to increase your page view and let your readers to also read some top most famous articles. So it is necessary to give stylish and interesting look to popular post which attract user towards your articles. Here is stylish and amazing popular post widget design which will change your default view with amazing multi-color shaded articles list. This widget is simply made from css codes without any use of JavaScript means this stylish widget lighter and doesn’t have any effect blog loading speed.

Awesome Multi-Colored Popular Posts Widget for Blogger.

If you want to make more attractive and want to give multi shaded effect as shown in screenshot if you like it then follow below given steps about making rainbow color shaded popular posts.

Steps Add Popular Post Widget

  • First of you need to add default popular post widget into your blog if you know how then its good otherwise follow below steps.
  • Blogger Dashboard > Layout > Add an Element. Then select Popular Post from given list and save it by selection number of posts you want to show.
  • Before saving it must un-selected the option of thumbnail for popular posts and then save it.


  • Steps To Give Multi-color Effect

    • Go to Template Section of blog then click on Edit HTML
    • Search for (Ctrl+F) </b:skin>, copy (Ctrl+C) the following code and paste it (Ctrl+V) before </b:skin>.

    
    #PopularPosts1 ul{margin:0;padding:5px 0;list-style-type:none}
    
    #PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
    
    #PopularPosts1 ul li:first-child{background:#ff4c54;width:90%}
    
    #PopularPosts1 ul li:first-child:after{content:"1"}
    
    #PopularPosts1 ul li:first-child + li{background:#ff764c;width:87%}
    
    #PopularPosts1 ul li:first-child + li:after{content:"2"}
    
    #PopularPosts1 ul li:first-child + li + li{background:#ffde4c;width:84%}
    
    #PopularPosts1 ul li:first-child + li + li:after{content:"3"}
    
    #PopularPosts1 ul li:first-child + li + li + li{background:#c7f25f;width:81%}
    
    #PopularPosts1 ul li:first-child + li + li + li:after{content:"4"}
    
    #PopularPosts1 ul li:first-child + li + li + li + li{background:#33c9f7;width:78%}
    
    #PopularPosts1 ul li:first-child + li + li + li + li:after{content:"5"}
    
    #PopularPosts1 ul li:first-child + li + li + li + li +li{background:#7ee3c7;width:75%}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li:after{content:"6"}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li +li{background:#f6993d;width:72%}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after{content:"7"}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li +li{background:#f59095;width:69%}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after{content:"8"}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li{background:#c7f25f;width:66%}
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{content:"9"}
    
    #PopularPosts1 ul li:first-child:after,
    
    #PopularPosts1 ul li:first-child + li:after,
    
    #PopularPosts1 ul li:first-child + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
    
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{position:absolute;top:20px;right:-15px;border-radius:50%;background:#353535;width:30px;height:30px;line-height:1em;text-align:center;font-size:28px;color:#fff}
    
    #PopularPosts1 ul li .item-thumbnail{float:left;border:0;margin-right:10px;background:transparent;padding:0;width:70px;height:70px;}
    
    #PopularPosts1 ul li a{font-size:12px;color:#444;text-decoration:none}
    
    #PopularPosts1 ul li a:hover{color:#222;text-decoration:none}
    
    #PopularPosts3 img{
    
    -moz-border-radius: 130px;
    
    -webkit-border-radius: 130px;
    
    border-radius: 130px;
    
    -webkit-transition: all 0.3s ease;
    
    -moz-transition: all 0.3s ease;
    
    transition: all 0.3s ease;
    
    padding:4px;
    
    border:1px solid #fff !important;
    
    background: #F2F2F2;}#PopularPosts1 img:hover {
    
    -moz-transform: scale(1.2) rotate(-560deg) ;
    
    -webkit-transform: scale(1.2) rotate(-560deg) ;
    
    -o-transform: scale(1.2) rotate(-560deg) ;
    
    -ms-transform: scale(1.2) rotate(-560deg) ;
    
    transform: scale(1.2) rotate(-560deg) ;
    
    }
    


    After Pasting codes Save   your template settings.

    • Now open your blog Now Go to Blogger Dashboard > Layout > Gadget > Popular Posts
        Select "display up to 9 posts". made on popular post widgets.

    I feel you enjoy this popular post widget. If you have question or face any posting which implementation of this post must leave your comments.

We all love to relax with a favorite game on our computers, but it seems that some users are having problems with full screen games and Windows 10. This sounds like an unusual problem, and today we’ll try to fix that. Some users report that they are unable to run games in full screen mode, and according to them the game just switches to desktop and stays that way while game sounds play in background. This makes most games unplayable since games run in full screen mode by default, but there’s a few solutions that you can try.

How To Fix Windows 10 Full screen Games


Solution 1 – Run your game in windowed mode:

If your game comes with a configuration file, or if you can set its configuration before starting it make sure that you set it to run in windowed mode. This isn’t the best solution, but it’s a workaround that will allow you to play your favorite game again.

Solution 2 – Set display scaling to 100%:

It has been reported that many games won’t run properly unless the display scaling is set to 100%, so let’s see how to set display scaling to 100% in Windows 10.
  • Open the Settings app and go to System > Display. 
  • change-size-100  
  • Find the Change the size of text, apps and other items and move it all the way to the left. It should say 100% now. 
  • change-size-100-2 
  • Click Apply. 
  • You’ll be asked to sign out and sign back in in order to apply the changes. 
  • After signing back in you should be able to run your games again.

Solution 3 – Change your main screen:

  • Right click on your Desktop and choose Display settings from the menu. When Display settings window opens you should see two monitors labeled with numbers. 
  • In Display settings window click Identify.  A number should appear on your screen. Usually it’s 1 or 2. 
  • Now in Display settings set the monitor with the same number you got in Step 2 as the main monitor. 
  • Save the changes and try running games in full screen.

Solution 4 – Change Nvidia Control Panel settings:

If you own both integrated and dedicated graphic you might need to change few Nvidia Control Panel settings to fix this issue.
  • Open Nvidia Control Panel. 
  • Go to Manage 3D settings > Global settings. 
  • Change Preferred graphics processor from Auto-select to High Performance Nvidia processor. 
  • Save the changes and try running games in full screen mode. changes and try running games in fullscreen mode. 

CCleaner v5.12.5431 Professional Free Download Latest Version for Windows. It is full offline installer standalone setup of CCleaner v5.12.5431 Professional.

CCleaner  Professional Overview





Keeping your PC clean is necessary in order to optimize the performance and having a dedicated software for cleaning your system is something almost every user needs. While selecting a software for cleaning your PC you have to look for some of its characteristics. CCleaner Professional is the one which is used by millions out there as this software not only cleans your system but it can also increase your online security which is an added advantage.


CCleaner can gather all the information from your system and you can speed up your system by cleaning up all the temporary internet files plus cache. CCleaner also helps in cleaning temporary system files and Windows registry files and enhance the performance of your system. By cleaning up temporary files, and registry files you can free up lots of space which can be utilized in some more productive way. It has got a build-in Registry Cleaner which can fix broken settings and errors and make your system more stable. It has got a very simple user interface which alone makes CCleaner a hot commodity for novices as well as techies.

Features:


CCleaner cleans the following:


• Internet Explorer. Temporary files, history, cookies, super cookies, Autocomplete form history, index.dat files.
• Firefox. Temporary files, history, cookies, super cookies, download history, form history.
• Google Chrome. Temporary files, history, cookies, super cookies, download history, form history.
• Opera. Temporary files, history, cookies, super cookies, download history.
• Apple Safari. Temporary files, history, cookies, super cookies, form history.
• Other Supported Browsers. K-Meleon, Rockmelt, Flock, Google Chrome Canary, Chromium, SeaMonkey, Chrome Plus, SRWare Iron, Pale Moon, Phoenix, Netscape Navigator, Avant and Maxthon.
• Windows. Recycle Bin, Recent Documents, Temporary files, Log files, Clipboard, DNS Cache, Error Reporting, Memory Dumps, Jump Lists.
• Registry Cleaner. Advanced features to remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more…
• Third-party applications. Removes temp files and recent file lists (MRUs) from many apps including Windows Media Player, eMule, Google Toolbar, Microsoft Office, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and many more…


What's New in This Release ?!

- Improved Windows 10 (build 10049) compatibility.
- Improved Internet Explorer and Firefox Startup Items detection.
- Improved Opera Cache and History cleaning.
- Improved context menu management.
- Improved DPI awareness and high DPI support.
- Improved Unicode text support.
- Updated various translations.
- Minor GUI improvements.
- Minor bug fixes.


Requirements:

OS: Windows XP, Vista, Windows 7, Windows 8, Windows 8.1, Windows 10. Including both 32-bit and 64-bit versions.

CCleaner  v5.12.5431 Professional Free Download

Click on below button to start CCleaner  v5.12.5431 Professional Free Download. This is complete offline installer and standalone setup for CCleaner  v5.12.5431 Professional. This would be compatible with both 32 bit and 64 bit windows.
Download

Click to Start Download

File Size: 6.84MB


 INSTALLATION INSTRUCTION:   

    1. Install the application from "Setup" Folder.
    2. Disconnect your internet connection or pull your network cable. [Important]
    3. Click on "Already registered? Activate now".
    4. Give your Name and Paste your Given License Key.
    5. Wait a moment for Register Process.
    6. Done!,  Enjoy!!!
Swicther!
Layout
Boxed Full
Boxed Background Image
Main Color
#007ABE

Shawon Khan

{picture#https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOjkSsWvmjIpQ_ICXr5bGfT4RPhd5Vrxek-oaojrkvS3JiGv9vw6CubrWWVDfcVeVheD61_MlnQHrsEfAVH3JVIc_0zb-RwuasrPCJQBYPOaDaZ7LVdKorVE2kIhrh8sl-9a_s-R7ReQzX/s50/avatku.jpg} Nor is it at all prudent for the hunter to be over curious touching the precise nature of the whale spout. {facebook#http://facebook.com} {twitter#http://twitter.com} {google#http://google.com} {pinterest#http://pinterest.com} {youtube#http://youtube.com}

Contact Form

Name

Email *

Message *

Powered by Blogger.