Results for Pop up

How To Add Nav Bar To Blogger

12:41 AM

Now Hellobar is common and using by most the bloggers but offers less customization option along with their logo on the bar. So if you're bored with Hellobar let's try our new notification bar. Which offers more customization option than Hellobar, attractive design and there is no logo or watermarks on it.


Excited? You want to add our new notification bar to Blogger? Then follow below steps to add the new notification bar to Blogger.


First of all, go to Blogger >> Select your site >> Template >> Edit HTML. Now you need to search ]]></b:skin> (using+f) tag and add the following CSS code just above it.




#gynotification {
border-bottom:3px solid #ECF1EF;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPaXRS-Iy6NF9kOVfDc2ygIfk2EXcSMnv5-AJ0qf2_o8RTnQJu5Syb7lXXdYQgAbNrZSvrWWC_0_JS8zvag7p3QKMO2_Uji5pv5OsoxKhn3qhqb0wrWhOAEpplhr4j7wbkE98Kn3bB77NF/s1600/Purple+Ribbon+%25282%2529.jpg') repeat-x;
font-size:14px;
font-family: Arial, Helvetica, Sans-serif;
color:#FFF;
padding:10px 0px;
position:fixed;
top:0;
left:0;
z-index:2000;
width:100%;
text-align:center;
height:20px;
}
#gynotification a {
color:#48d3f6;
text-decoration:none;
}
#closebtn {
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmzvtM4qtlxNuPuNIoVEDKBUyFxxLCEOmdo1EKcEBam7_mvqYDkg_4itgiZTuFvAKLmqzi6vacPNjjA8z67ahcg8Z1A46_WMdsRRwJ7u0QpsXlzIfQk7XXVz_142RjV9Vch2j6kDBP1_4/s1600/saasass.png') top no-repeat;
border:none;
margin-left:15px;
position:absolute;
cursor:pointer;
}
#gyin {
cursor: pointer;
position: relative;
z-index: 1000;
}
.gynotification #closebtn {
margin-left: 4px;
}
#gybar{
text-decoration: none;
color:#FFFFF;
font-family: arial,sans-serif;
font-size: 13px;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
outline: none;
}
#gybar a:hover{
text-decoration: underline;
}


  • To change link color edit #48d3f6
  • To change text color edit #FFFFF

Next search for </head> (using+f) and add the following script just above it.





<script src='http://code.jquery.com/jquery-1.5.js'/>
<script src='http://gameryards.googlecode.com/svn/trunk/jquery.easing.1.3.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
    function anim(duration){
    $(&#39;#gyin&#39;).animate(
            {height: &#39;toggle&#39;},
            {duration: duration, specialEasing: {height: &#39;easeOutBounce&#39;}}
        );
    }

    $(&#39;#closebtn&#39;).click(function() {
        $(&#39;#gynotification&#39;).slideUp();
        anim(800);
    });

    $(&#39;#gyin&#39;).click(function() {
        anim(500);
        $(&#39;#gynotification&#39;).slideDown(&#39;slow&#39;,&#39;easeOutBounce&#39;);
    });
});
</script>


Now serach for <body> and add the following code below it


<div id='gynotification'>
        <div class='gynotification'><div id='gybar'>
<span style='float: center; margin: 3px 0pt 0pt; font-weight: bold;'> NOTIFCATION MESSAGE HERE </span>
<input id='closebtn' type='button'/>
</div></div>
</div>
<div id='gyin' style='display:none;position:fixed;top:-88;right:10px;'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8VJ8b4X9mg4FeQwMnqKHJR4YDIvkbdUniNqe1cJb1wzogF2fVoHbl8x3gdSDLYftL5d6lXu4x4D27SNqdDPgiACaELrCA_5uZ87kwtZ3937mzCyiZTuQog9pa5CYw8_KH1MCINuFm-NY/s1600/sss.png'/>
<input id='gyin' type='hidden'/>
</div>


To create links in notification bar use following code.


<a class='link' href='ADD-URL-HERE' target='_blank'>Link Text</a>
 


I hope you like our new Blogger widget.

How To Add Nav Bar To Blogger How To Add Nav Bar To Blogger Reviewed by Keyzone on 12:41 AM Rating: 5

How To Make Pop Up To Blogger

1:10 AM

Today I'm Going To Share With You A New Great Stylish Popup Auto-Responder Form Box Widget For Blogger. Now You Can Get Prospects For Your Business And Drive Social Media Traffic Also To Your Website/Blog. It is Very Simple Way To Get it And You Don't Need To Know Any Language of Web Just Follow Our Steps For This. It is Very Helpful To You


Just Follow Our Steps Carefully And Enjoy Our Tutorial. You Can Also Read Our Last Article About :

Just Follow This Steps:
  •  Sign up to any of the following site:
  1. www.getresponse.com
  2. www.aweber.com 
  3. www.listwire.com
  4. www.sendfree.com
  5. www.simplycast.com
  • Create your own web-form
  • Create auto responder message
After completed the auto-responder, 
  • Go To Blogger Dashboard
  • Layout >> Add New HTML Widget 
  • Past Below Code In It And Click on Save

<!-------ArmanQuezon.blogspot.com beautiful blogger popup box ends------------> <style type="text/css"> * html

    #ArmanQuezonstylepopupdiv { position:absolute; overflow:hidden;} #ArmmanQuezonstylepopupdiv { display:block; top:0px;
    left:0px; width:100%; height:100%; position:fixed; background-color:none; margin:0; overflow-y:hidden;}
    #ArmanQuezonstylepopup { background-color: #fff; overflow:none; overflow:hidden;} .ArmanQuezonstylepopup { width:390px;
    overflow:hidden; height:430px; position:fixed; top:45%; left:50%; margin-top:-210px; margin-left:-200px; border: 10px solid
    #999; padding: 20px;} </style> <!--[if lte IE 6]> <style type="text/css"> /*<![CDATA[*/ html {overflow-x:auto; overflow-
y:hidden;} /*]]>*/ </style> <![endif]--> <br />
<div id="ArmanQuezonstylepopupdiv">
<div class="ArmstonryQuezonstylepopup" id="ArmanQuezonstylepopup">
<center>
 <h3 class="title">
 <span style="color: red;">Want To Learn More On How To Earn Money By Using Internet and Your Facebook? Please FILL THIS FORM </span></h3>
</center>

<span style="font-family: 'arial black', 'avant garde';"><b>

put here your HTML ListWire Web Form
<br />
<br />
<!-- Please don't remove credit --><span style="font-size:xx-small; color:#000; text-decoration:none;">Get this gadget at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://armanquezon.blogspot.com/2014/03/how-to-make-pop-up-to-blogger.html">ArmanQuezon.Blogspot.com</a>
<br />
<colorscheme=light&amp;></colorscheme=light&amp;></div></td></tr></tbody></table></b></span> <div style=" float:right; margin-left:0px; font-size:9px; cursor:pointer;" >
<a style=" font-size:9px; color:#3B78CD; text-decoration:none;" onmouseup="document.getElementById
('ArmanQuezonstylepopupdiv') .style.display='none'"> <img src="https://lh6.googleusercontent.com/-BTm-WAqkztI/Ua9pgU-
16fI/AAAAAAAABEs/valx8qUqNV4/h120/exit.png"/> </a> </div> </div> </div>
 <!-------ArmanQuezon.blogspot.com beautiful blogger popup box ends------------>



Just replace the color blue with your HTML ListWire Autoresponder and Enjoy Our Tutorial Please Like Us And Follow Us On Google+ And Subscribe Also.

If You Get Problem With It our Can't understand Our Process Then Comment Here Without Tension And Enjoy Our Blog Article.



How To Make Pop Up To Blogger How To Make Pop Up To Blogger Reviewed by Keyzone on 1:10 AM Rating: 5
Powered by Blogger.