L2J NexuS Posted December 2, 2016 Posted December 2, 2016 Hello as the title says i would like some help with popup image on page load.If you would like to see preview of it just delete your cookies on maxcheaters and reload the index and you will see L2Tales popup.I want same like it.I searched for the same thing and i ended up on russian website :D Well if anyone can help me out i would appreciate it as fuck.Thank you all in advance you rock guys !
Litch Posted December 2, 2016 Posted December 2, 2016 L2JBRASIL and MXC use the same code, in different ways, which is the same one you shared, but they modified the codes try https://nulled.in/threads/255477/
L2J NexuS Posted December 2, 2016 Author Posted December 2, 2016 L2JBRASIL and MXC use the same code, in different ways, which is the same one you shared, but they modified the codes try https://nulled.in/threads/255477/ Still can't get it work. idk i am fucking dumb or something but still can't get it work fuck me.
Litch Posted December 2, 2016 Posted December 2, 2016 You have already downloaded the arcticmodal files? And changed the address for the files? And it still does not work?
L2J NexuS Posted December 3, 2016 Author Posted December 3, 2016 Yeap it stops on load for some reason and shows nothing.
FirefoxAurora Posted December 3, 2016 Posted December 3, 2016 http://www.jqueryscript.net/lightbox/Simple-jQuery-Plugin-For-Opening-A-Popup-Window-On-Page-load.html
Lelouch Posted December 4, 2016 Posted December 4, 2016 A very simple example on how to use it etc... This script is which is used here right now for Tales and was used for NEO. All you have to do is make your own image and play around with the settings and styling to your own liking. Very simple popup script
Tessa Posted December 4, 2016 Posted December 4, 2016 You don't even need jQuery for such thing... :lol: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Simple HTML Box</title> <style> body { margin: 0; padding: 0; } </style> </head> <body> <div id="modal-dialog" style="position: absolute; width: 100%; height: 100%; background-color: #ccc;"> <div style="position: relative; margin: 100px auto 0; width: 500px; height: 500px; background-color: #fff;"> <button style="position: absolute; top: 10px; right: 10px;" onclick="document.getElementById('modal-dialog').style.display = 'none';">Close</button> </div> </div> </body> </html>
L2J NexuS Posted December 5, 2016 Author Posted December 5, 2016 Thank you all very much this topic can be now locked.
Recommended Posts