So I see a lot of sites with an unblockable popup. How does it work?
[IMG]http://s8.postimg.org/lgqtlka37/fph.png[/IMG]
Edit: I fixed the image.
Looks like a lightbox.
[QUOTE=Lexic;40781743]Looks like a lightbox.[/QUOTE]
Any tips on how to make one?
[url=https://www.google.com/search?q=lightbox+script]Pick the script you most like the look of?[/url]
IS there a way to get something other that an image. Lets say an ad or email subscription?
Sure, you just have to find a script that supports HTML. (Or modify one?)
Do you happen to know one? I have been searching a lot. No luck :(
[QUOTE=Victor Lourng;40781935]IS there a way to get something other that an image. Lets say an ad or email subscription?[/QUOTE]
-snip-
It's called a modal not a popup. Google "modal html" and I guarantee you will find something.
Can I pay one of you tech gurus to make me a modal html for one of my sites? I can tell you the HTML it needs ;)
Honestly, they aren't that hard to put together based on the 2 minutes of research I just did.
I'm not going to do it for you because I fucking despise the things and believe they are just bad for UX in general. But try it yourself if you have any idea on how to write HTML and use JQuery, it looks pretty simple.
[QUOTE=hexpunK;40783293]Honestly, they aren't that hard to put together based on the 2 minutes of research I just did.
I'm not going to do it for you because I fucking despise the things and believe they are just bad for UX in general. But try it yourself if you have any idea on how to write HTML and use JQuery, it looks pretty simple.[/QUOTE]
What's JQuery?
D:
[QUOTE=Victor Lourng;40783306]What's JQuery?
D:[/QUOTE]
Aha, the fun begins here friend :v: JQuery is a JavaScript library, does a lot of stuff. Like, I only started using it recently because I got fed up of writing workarounds myself. Want to fade some HTML in? This bad boy does it in like, one statement. Grab some content not already loaded? Sweet, JQuery got your back son.
[url]http://jquery.com/[/url]
Though obviously it requires you understand JavaScript enough :v:
[QUOTE=hexpunK;40783344]Aha, the fun begins here friend :v: JQuery is a JavaScript library, does a lot of stuff. Like, I only started using it recently because I got fed up of writing workarounds myself. Want to fade some HTML in? This bad boy does it in like, one statement. Grab some content not already loaded? Sweet, JQuery got your back son.
[url]http://jquery.com/[/url]
Though obviously it requires you understand JavaScript enough :v:[/QUOTE]
I am not that "good" with Java. Well back to my original statement :smile:
Just a clarification: Java and JavaScript are completely different things
heres an example of how it works: [url]http://pastebin.com/Qk9agck8[/url]
pm me if you need any help
Modal boxes on page load are the worst, don't do it.
Modals should only be used for things like open, etc
Sorry, you need to Log In to post a reply to this thread.