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.

advinsteven

Members
  • Joined

  • Last visited

Everything posted by advinsteven

  1. Wow excellent work that is really useful for me keep shearing with us..
  2. In my opinion you are CSS3 Loading Animations is rocking that is really useful for everyone keep shearing with us...
  3. Actually a simple logo design allows for easy recognition and allows the logo to be versatile and memorable. Good logos feature something unexpected or unique without being overdrawn. http://www.slicingpsdtohtml.com
  4. The first thing we need to do is open up your themes functions.php file and add the following code: ? 01 02 03 04 05 06 07 08 09 10 add_action( 'init', 'my_custom_menus' ); function my_custom_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ), 'secondary-menu' => __( 'Secondary Menu' ) ) ); } This code creates a new function “my_custom_menus”, which you can name whatever you want. Within this function, we call “register_nav_menus” which takes two arguments, the slug which is called from within our code and the label which you will be used in the WordPress menu manager. As you can see, we have defined both the Primary and Secondary menus. That’s it for the functions.php file, so you can save and close it now.
  5. Thank you for shearing this article actually that is great resource for designer...
  6. This is very brilliant tutorials there, Thank you for shearing that website..
  7. Put the standard property following the proprietary properties so that it overrides them when supported. I.e. -webkit-box-shadow: 8px 8px 0px rgb(0, 0, 100); -moz-box-shadow: 8px 8px 0px rgb(0, 0, 100); box-shadow: 8px 8px 0px #000064;

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.