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.

oplas

Members
  • Joined

  • Last visited

  1. I have done that, but not work.
  2. Can someone help me?
  3. Hello, I'm trying to get google's sitelinks search box working in my site. Introductions: https://developers.google.com/structured-data/slsb-overview?hl=fi I have tested my dev site with this tool: https://developers.google.com/structured-data/testing-tool/ and I get two errors: "Google does not recognize the attribute type WebSite target destination." "Google does not recognize the attribute query-input type WebSite destination." I using drupal, but here is my codes: script is in <head> section: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "http://www.Mysite.com/", "name":"Mysite.com", "potentialAction": { "@type": "SearchAction", "target": "http://www.Mysite.com/search?keyword={search_term_string}&type=article", "query-input": "required name=search_term_string" } } </script> search from wrapper <input itemprop="query-input" name="keys" type="text" size="" value="" id="edit-keys" class="form-control search-field-custom" placeholder="<?php echo t('Search'); ?>" required/> search form <div itemscope itemtype="http://schema.org/WebSite"> <meta itemprop="url" content="http://www.Mysite.com/"/> <form itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction" class=" navbar-form navbar-right" action="<?php echo $base_url . $form['#action'] ?>" method="post" id="search-form" accept-charset="UTF-8"> <meta itemprop="target" content="http://www.Mysite.com/search?keyword={keys}&type=article"/> <?php print render($form['basic']['keys']);?> <?php print drupal_render_children($form); ?> </form> </div> When I change <input name="keys"> to something else, my search not working anymore. This is drupal search block and I don't get this working. :/
  4. I checked code and it works a great, one little problem I still found. If click + and icons shows up, how to make + sign to change - sign? I use your pure css style.
  5. Thank you! That's I have trying to do, but Is that hard to do so button 3 and 4 shows up to the left side of + sign? Now it shows below that sign. Great work anyway! Thanks.
  6. Hello. I need some help with do sharing social icons like mashable have done. Horizontal view with + / - "icon". I don't know do I need to make this jquery or pure css? If there is some css wizards who can help me then I'm very thankful. Example: http://mashable.com/2016/01/11/ford-fordpass-app/#3K5j7Oa.jsqc
  7. Hey, I'm oplas, 29 years-old. I'm from Sweden. Nice to be in here with you guys!

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.