Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Simple Stopwatch

Beschrijving

Eenvoudige stopwatch met start, pauze en reset knop. Gebruik shortcode [simplestopwatch].

Privacybeleid

We zijn niet nemen van informatie van een gebruiker aan onze database, server of niet op een andere manier. Alleen de eigenaar van de website die is het gebruik van deze plugin kan krijgen van de gebruikers locatie gerelateerde informatie.

Installatie

In deze sectie wordt beschreven hoe je de plugin kan installeren en aan de slag kan gaan.

bijv.
Via WordPress beheerder
1. Zoek naar Simple Stopwatch en installeer plugin

Manuele installatie
1. Download plugin van wordpress.org Simple Stopwatch en pak de map uit.
2. Upload simple-stopwatch map naar /wp-content/plugins/ map
3. Activeer de plugin via het ‘Plugins’ menu in WordPress
4. Plaats [simplestopwatch] in je pagina’s, widgetruimte

FAQ

is dit een lichtgewicht?

Ja

functies?

Eenvoudige start, pauze en reset knop voor timer/stopwatch.

Beoordelingen

29 januari 2021
The plugin is exactly as described: simple. However, it also continues to count past 60 seconds and does not start back at 00 after it reaches 59. For example, once it reaches 60 seconds it will add a ‘1’ to the minutes, but will continue counting seconds through the 60s into the 70s and so on. The problem was just understanding the maths in the JS file. If you can access your site files navigate to wpcontent/plugins/simple-=stopwatch/public/js/ and open simple-stopwatch-public.js. In that file change: var secs=Math.floor(time/10); to var secs=Math.floor((time/10)-(mins*60)); This will fix the problem. Also if you are looking to style the buttons you can use Custom CSS in your theme by pasting and manipulating the following CSS code:` /* STYLE STOPWATCH BUTTONS */ #reset.stopwatchbutton { background-color: #5085a5; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } #strtpause.stopwatchbutton { background-color: #f46036; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; }`
12 mei 2020
This is the perfect plugin for stopwatch. Easy and lightweight.
Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“Simple Stopwatch” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Simple Stopwatch” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “Simple Stopwatch” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • met basis functies.

1.1

  • WordPress update

What should I do when I experience any problem?

Contacteer ons!