banner

Pop Up Ask Box on Your Main Page II

( when the box pop up, the background turn fade/black and just click anywhere to close the pop up box ) 


1. Copy and paste the code below between <head> & </head> tags.

<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> 
<script> 
$(document).ready(function() { 
// 
$('a.poplight[href^=#]').click(function() { 
var popID = $(this).attr('rel'); //Get Popup Name 
var popURL = $(this).attr('href'); //Get Popup href to define size 
var query= popURL.split('?'); 
var dim= query[1].split('&'); 
var popWidth = dim[0].split('=')[1]; //Gets the first query string value 
$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>'); 
var popMargTop = ($('#' + popID).height() + 80) / 2; 
var popMargLeft = ($('#' + popID).width() + 80) / 2; 
//Apply Margin to Popup 
$('#' + popID).css({ 
'margin-top' : -popMargTop,
'margin-left' : -popMargLeft 
}); 
$('body').append('<div id="fade"></div>');
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) 
return false; 
}); 
$('a.close, #fade').live('click', function() { 
$('#fade , .popup_block').fadeOut(function() { 
$('#fade, a.close').remove(); //fade them both out 
}); 
return false; 
}); 
}); 
</script>


2. Paste this code under <style type=”text/css”> tags

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -5px -5px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

3. paste this code after </body> tags.

<div id="02" class="popup_block">

<Center><font size="5" color="#1C1C1C">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
</center></div>

</div></div></div></div></div></div></div></div></div></div>

** make sure you replace the USERNAME with your username!

4. Change the code of your “ask” link to this code.

<a href="#?w=500" rel="02" class="poplight">ask me</a>

** change the “ask me” to title of your ask link

For pop up Links/Faqs ETC

Same like the 3rd step. put this code under the ask box code, just change the id number, example you put no.03  id=”03” or whatever you want and make sure the number must same in your link example rel=”03”

<div id="03" class="popup_block">

T E X T  H E R E

</div>

Link for the code is:

<a href="#?w=500" rel="03" class="poplight"TITLE</a>

** if the code not working, move the code right BEFORE </body> tags

#CHECK THIS FOR EXTRA EXPLANATION WITH STEP 4. 

Source: academyoftumblr

    • #admin
    • #pop up box II
    • #pop up ask box
    • #pop up link
    • #popup askbox/links
  • 1 year ago
  • 351
  • Permalink
  • Share

351 Notes/ Hide

  1. bygukxx likes this
  2. radiuhm likes this
  3. bigbangnoona likes this
  4. efemell likes this
  5. i-am-still-a-kid-at-heart likes this
  6. horcruxesoverhallows reblogged this from academyoftumblr
  7. creation-site-64 reblogged this from academyoftumblr
  8. creation-site-64 likes this
  9. saranghaekimchif reblogged this from academyoftumblr
  10. introduction-to-my-ill-life reblogged this from academyoftumblr
  11. nycfinest-rp likes this
  12. rpinspirations likes this
  13. andrew-helps reblogged this from leo-helps
  14. baby-jey likes this
  15. rootsyrockreggae likes this
  16. thexgoodxsoldier likes this
  17. zelongin likes this
  18. daehyum likes this
  19. inpursuitofflight likes this
  20. daywalker-sleeptalker likes this
  21. havocs-girl likes this
  22. fuckyeahtlokfanarts likes this
  23. blondbaek likes this
  24. harsh-truth likes this
  25. h3ll0-univers3 likes this
  26. vlahoes reblogged this from academyoftumblr
  27. manelairage likes this
  28. cosmoeresunidiota likes this
  29. hollowhivemind likes this
  30. bkyung reblogged this from academyoftumblr
  31. jiyeops likes this
  32. earthness likes this
  33. allyrps likes this
  34. astarkrogers likes this
  35. emilyofrps reblogged this from leo-helps
  36. keir-reviews likes this
  37. leo-helps reblogged this from rphelper
  38. princessrps likes this
  39. lestathelps reblogged this from legolasrps
  40. hausofroleplay likes this
  41. melanyarbelo likes this
  42. monsterroleplayer likes this
  43. rob-rph reblogged this from rphelper
  44. liams-rph likes this
  45. canadarps likes this
  46. rphelper reblogged this from academyoftumblr
  47. so-lovely-but-fuck-you likes this
  48. elliebradshaw likes this
  49. Show more notesLoading...
← Previous • Next →

Portrait/Logo

Tumblr Academy is a Tutorial Blog. You can find a various tutorials for your tumblr including html code, theme, useful link, tips etc.

7 confused students




For Theme Docs
● Energy Saving Mode
● Welcome Message
● Putting A Background
● Putting A Header
● Endless Scroll
● Disable Right Click
● Fading Image
● Reblog Button On Your Post
● Cursor
● Scroll To Top Button
● Recommend Button
● Stylish Scrollbar / Scrollbar With Image
● Sparkle Link Hover
● Rainbow Link Hover
● Shaking Image
● Pop Up Ask Box/Link

For Descriptions
● Background Music
✓ Youtube Player
✓ SCM Player
✓ MixPod
✓ Streampad
● Ask Box In Description/Sidebar
● Twitter Badge
● Chat Box
●Make A Link
● Hit Counter And User Online
● Scroll Box
● Scrolling Image / Image Marquee
● Navigation Bars
● Sliding Drop Down Menu
● Sliding Drop Down Menu With Image

For Dashboard
●Missing e 1.5.7 [update]
[ ✓ Unfollower List. ✓ Follow Checker. ✓ Bookmark. ✓ Magnify. ✓ Reblog Yourself. ✓ Safe Dash. ✓ Time Stamp. ✓ Post Tumblr Crush. ✓Jump To Dash. ✓ Ask Box In Dashboard. ✓ Enlarge Tumblr Avatar. ✓ Slim Sidebar. ✓ One Click Reblog. ✓ Mass Editor Tweaks etc ]
● Dashboard / Log-in Background
● Others

Basic / For Posting
● Basic HTML Code
● Marquee
● Change URL
● Hide Following People
● Follow Yourself
● Answer Questions With Image/Gifs
● Let People Answer Your Post
● Link Tag Post
● Make A Page
Music Posting ● Number of post to show on your blog
● Enable Ask Box (for new dashboard)

Others
● Image For Saving Energy / Standby Mode
● Track Anonymous Ask
● Redirect To a New URL
●Delete Secondary Blog ● Tumblr Status
● Disable Follow Button
● Mapping Image / Image Map
● Background Layout
● Facebook Things
● Theme Recover

● Pop Up Ask Box/Link
● Sliding Drop Down Menu With Image
● Sliding Drop Down Menu
● Energy Saving Mode
● Shaking Image
● Rainbow Link Hover
● Image For Saving Energy / Standby Mode
●Make A Link
● Redirect To a New URL

I do not own all the code on this blog, i'm modify and edit some code a bit to suit for the Tumblr Theme All images for an explanation of the tutorial is copyrighted by TUMBLR ACADEMY. If you see something has been poorly credited, please TA me. Thank You.

  • FAQs
  • Useful Link
  • Saving Energy Image
  • Icons
  • RSS
  • Random
  • Archive
  • Ask Professor
  • Submit
  • Mobile

Tumblr Academy. Effector Theme by Carlo Franco.

Powered by Tumblr

Counting Since 30 MAY 2011 free counters



ASK BOX IS NOW OPEN

CLICK HERE

click the link and wait for 5second and click skip ad. Thank You ;)