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.

span

Members
  • Joined

  • Last visited

Everything posted by span

  1. Google Analytics and Google Search console are the tools you need.
  2. span replied to mrludable's topic in Frontend
    Something simple for the front end - http://codepen.io/span/full/ybLJZr/ About Paypal, you can see different patterns here - https://developer.paypal.com/demo/checkout/#/pattern
  3. I deleted the canvas HTML element and I think it works - http://codepen.io/span/pen/aJyGJL
  4. I would try to avoid the scroll of the left part of the site. Also would change the "x" next to Services - usually we use it for close, delete etc (and you use it to close the contact us form too). Also I would try to improve Contact us. For me, it's better if the Submit button and form to be visible without scrolling.
  5. If you want to start learning HTML and CSS, I recommend http://learn.shayhowe.com . I think it's up to date (or at least 90%). And https://css-tricks.com/ - you can find some advanced techniques. And Javascript, of course.
  6. http://codepen.io/anon/pen/QGBwGO check this one
  7. I don't know your website/code and also it's not a good idea just to say put this here, put this there. But, usually, there are one or more .css files (for example main.css, css.css, style.css or similar) and .js files (for example js.js or similar) where you can put your css/javascript code. And also, change the id as it's very common, for example <button id="random-url-button" class="btn">Button</button> and change it in the javascript code too.
  8. Something simple which could help you - http://codepen.io/span/pen/WGpLdR . Full view - http://codepen.io/span/full/WGpLdR
  9. You'd better use Webmaster tools / Search console. And think twice before cutting
  10. It should works. http://codepen.io/span/pen/qaEmpb - is this what you need?
  11. Try to add active:false after collapsible: true. Or: $( "#accordion" ).accordion({ collapsible: true, active:false });
  12. It's there. Just scroll to the right.

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.