wolfixis i haven’t personally tried these yet, but here’s the link to two pop up tutorials that i’ve found. this and this...i hope that they’re what you’re looking for!

seen from Singapore
seen from United States
seen from United States

seen from Brazil
seen from Hong Kong SAR China
seen from Bangladesh
seen from United Kingdom
seen from China
seen from United States

seen from United States
seen from Germany
seen from United Kingdom

seen from United States
seen from Kazakhstan
seen from Brazil
seen from United Kingdom
seen from China
seen from United States
seen from United States
seen from Hong Kong SAR China
wolfixis i haven’t personally tried these yet, but here’s the link to two pop up tutorials that i’ve found. this and this...i hope that they’re what you’re looking for!
How did you get your navigation to pop up?
I followed the tutorial associated with this theme.
do you have any tutorials for pop-up navigation systems? sorry if you already answered this or anything. thank you in advance!
This should do it.
Background images in pop ups
In reference to this tutorial and/or this tutorial.
For an image as the background behind the pop up: Example:
1. From the code in step 2 of the tutorial, find background:#000; (as shown below):
2. Then replace it with this code: background-image:url("URL OF BACKGROUND IMAGE"); You can get the url of the background image by right-clicking on the background you want to use and selecting 'copy image address'. For example: background-image:url("http://slowbuddy.com/wp-content/uploads/2012/04/PowerPoint-Background-Pale-Pink-Rust.jpg");
For an image as the background inside the pop up: Example:
1. From the code in step 2 of the tutorial, find background:#fff; (as shown below):
2. Then replace it with this code: background-image:url("URL OF BACKGROUND IMAGE"); You can get the url of the background image by right-clicking on the background you want to use and selecting 'copy image address'. For example:
background-image:url("http://slowbuddy.com/wp-content/uploads/2012/04/PowerPoint-Background-Pale-Pink-Rust.jpg");
Please ‘like’ this tutorial if it was helpful! x
Tutorial : Pop up links.
Bien en este tutorial es para poner pop up links , como el que tengo yo.
Pop up links
Copy THIS CODE and paste it before </head> orafter <head> in your theme code (use Control F to find it). The url highlighted below is for the close button. You can change what it looks like by replacing the highlighted URL with another image URL. If you want the url of one of these close buttons, right click on the button you want and click ‘copy image url’ and paste it into the code.
Paste THIS CODE before </style> or if you can’t find that, put it after <style> or <style type=”text/css”> The codes highlighted below are the colours of the pop up box background and the border, you can change them if you like using THIS website.
Put THIS CODE after </body> in your theme code. Replace LINKS GO IN HERE with your link codes (such as archive, photos of me, blogroll etc). They will go in this format: <a href="URL OF LINK">title of link</a> For example: <a href="http://sppice.tumblr.com">best blog</a>
Find your links. It can be tricky to find for some people, but you have to add THIS CODE in there. Your links will be where you home/ask/archive etc will be. Ask me for with help with step 4 of adding pop up links if you can’t find it. Note: you can change LINKS to whatever you want it to say.
Please 'like' this tutorial if it was helpful! x
Pop up ask
1. Copy THIS CODE and paste it before </head> or after <head> in your theme code (use Control F to find it).
The url highlighted below is for the close button. You can change what it looks like by replacing the highlighted URL with another image URL. If you want the url of one of these close buttons, right click on the button you want and click 'copy image url' and paste it into the code.
2. Paste THIS CODE before </style> or if you can't find that, put it after <style> or <style type="text/css">
The codes highlighted below are the colours of the pop up box background and the border, you can change them if you like using this website.
3. Find your ask link. It can be tricky to find for some people, but you have to replace it with THIS CODE. It might look like <a href="/ask">ask</a> or <a href="/ask">message</a> or <a href="{text:Link one url}">{text:Link one}</a> Message me for help with step 3 of adding a pop up ask box if you can't find it. You can change 'MESSAGE' to whatever you want the title of the link to be.
4. Paste THIS CODE after </body> in your theme code. If you want to add an faq to your pop up ask box, find <center> and put your faq directly after it. Then, add <p> directly after your faq.
Please 'like' this tutorial if it was helpful! x