ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Simple Stopwatch

აღწერა

Simple Stopwatch that start with countdown timer with start, pause and reset button. Use this shortcode [simplestopwatch].

Privacy Policy

We are not taking any information of any user to our database, server or not any other way. Only the owner of the website who is using this plugin can get the users location related information.

დაყენება

This section describes how to install the plugin and get it working.

e.g.
Via WordPress admin
1. Search for Simple Stopwatch and install plugin

Manual Installation
1. Download plugin from wordpress.org Simple Stopwatch and extract folder.
2. Upload simple-stopwatch folder to the /wp-content/plugins/ directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Place [simplestopwatch] in your pages, widget area

ხდკ

is it light weight?

Yes

features?

Simple start, pause and reset button for timer/stopwatch.

მიმოხილვები

29.01.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.05.2020
This is the perfect plugin for stopwatch. Easy and lightweight.
2 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Simple Stopwatch” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

“Simple Stopwatch” ითარგმნა 1 ენაზე. გმადლობთ თარჯიმნებო თქვენი წვლილისათვის.

გადათარგმნეთ Simple Stopwatch თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0

  • with basic features.

1.1

  • WordPress update

What should I do when I experience any problem?

Contact us!