Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alastairq

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    alastairq got a reaction from Ashley Byrom in Lightbox on load   
    Hey
     
    Using the Thickbox, I was able to come up with this code to display the box on page load. Hope it helps!
     
    I missed out all the images in the code below so if the code works for you, remember to go onto the Thickbox website and download all the relevant files.
     

    <html> <head> <title>Thickbox</title> <script src="http://jquery.com/demo/thickbox/js/jquery-1.1.3.1.pack.js" type="text/javascript"></script> <script src="http://jquery.com/demo/thickbox/thickbox-code/thickbox-compressed.js" type="text/javascript"></script> <link rel="stylesheet" href="http://jquery.com/demo/thickbox/thickbox-code/thickbox.css" type="text/css" media="screen" /> </head> <body> <div id="hiddenModalContent" style="display:none"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p> <p style="text-align:center"><input type="submit" value="  Close  " onclick="tb_remove()" /></p> </div> <script> $(document).ready(function(){ tb_show('Splash','#TB_inline?height=155&width=300&inlineId=hiddenModalContent&modal=true', null); }); </script> </body> </html>

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.