[WordPress] 外掛分享: World Clocks

首頁外掛目錄 › World Clocks
WordPress 外掛 World Clocks 的封面圖片
100+
安裝啟用
★★★★
4/5 分(1 則評價)
22 天前
最後更新
0%
問題解決
WordPress 6.4+ PHP 8.0+ v1.0.3 上架:2024-08-17

內容簡介

<h2>WordPress全球時鐘自訂區塊外掛總結:</h2>

<ul>
<li>此外掛可讓網站在不同時區間啟用全球時鐘,為WordPress區塊編輯器(Gutenberg)提供自訂區塊。</li>
<li>全球時鐘是追蹤全球不同時區當前時間的重要工具,在國際商務、旅行和全球溝通等各種情境中被廣泛使用。</li>
</ul>

<h3>問題與答案:</h3>

<ol>
<li><strong>這個外掛提供了哪兩個區塊?</strong>
<ul>
<li>全球時鐘 - 父區塊包含不同時鐘。</li>
<li>單一時鐘 - 可以添加到全球時鐘區塊中的單一(子)時鐘區塊。</li>
</ul>
</li>

<li><strong>怎麼在WordPress區塊編輯器中插入全球時鐘區塊?</strong>
<ul>
<li>在新增區塊時搜尋全球時鐘區塊。</li>
<li>可以參考這份文件找到不同插入區塊的方法:新增一個區塊。</li>
</ul>
</li>

<li><strong>全球時鐘區塊有哪些布局選項?</strong>
<ul>
<li>數字行 - 預設:以行方式顯示數字時鐘。</li>
<li>數字列:以列方式顯示數字時鐘。</li>
<li>時鐘:以列方式顯示顯示時鐘並顯示時區在時鐘下方。</li>
<li>反轉時鐘:以列方式顯示顯示時鐘並顯示時區在時鐘上方。</li>
</ul>
</li>
</ol>

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「World Clocks」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Enable world clocks for the sites with different timezones, with a custom block for the WordPress block editor (Gutenberg).
Overview
World clocks are an essential tool for tracking the current time across different time zones around the globe. They are widely used in various contexts, such as international business, travel, and global communication.
Inspiration: World Clock for WordPress
Configuration
There are two blocks available with this plugin:

World Clocks – The parent block consists of different clocks.
Single Clock – The single (child) clock block which can be added inside the World Clocks block.

Block: World Clocks (Parent Block)
Insert World Clocks Block
Try to search for World Clocks block while adding a new block to the block editor.
You can find various methods to insert a block into the block editor using this documentation: Adding a new block.
Select Layout
Once a block is inserted, it will ask you to select a layout.
There are four layouts:

Digital Row – Default : This will show world clocks as digital clocks in rows.
Digital Column : This will show world clocks as digital clocks in columns.
Clock : This will show world clocks as analog clocks in columns with timezone showing below the clock.
Clock Reverse : This will show world clocks as analog clocks in columns with timezone showing above the clock.

You can also skip selecting a layout, and it will be set to default layout: Digital Row
You will be able to change the layout from the block settings even after you have selected one or skipped.
Block Settings
The World Clocks block has three settings panel:

Visibility Settings
Layout
Marks Format

Visibility Settings
The Visibility Settings panel has different options based on the selected layout.

Clocks per row

When the selected layout is Digital Column, Clock or Clock Reverse, this setting will be shown to manage the number of clocks in a single row. You can show up to 4 in a single row. Default is 2.

Stack on mobile

When the selected layout is Digital Column, Clock or Clock Reverse, this setting will be shown to manage the stacking of the clock cloumns. If enabled, the clock columns will be stacked for below 768px device sizes. Default is enabled.

Show Clocks AmPm Indicator

When the selected layout is Clock or Clock Reverse, this setting will be shown. If enabled, it will show AM/PM indicator inside the clock face. Default is enabled.

Show Digital Time

When the selected layout is Clock or Clock Reverse, this setting will be shown. If enabled, it will show digital clock as well right below/above the analog clock depending on the layout. Default is disabled.

Time Format

When the Show Digital Time setting is enabled or the selected layout is Digital Row or Digital Column, this setting will be shown. It allows to show digital time in allowed time formats. Default is h:i:s A, i.e., 01:01:01 AM.
Reference for the time format string.
The date format keys (“d”, “j”, “S”, “l”, “D”, “m”, “n”, “F”, “M”, “Y”, “y”, “c”, “r”, “U”) are not allowed in time format.

Show Date

This setting will be shown with all the layouts. If enabled, it will show the date right below/above the analog/digital clock depending on the layout. Default is disabled.

Date Format

When the Show Date setting is enabled, this setting will be shown with all the layouts. It allows to show the date in allowed date formats. Default is Y-m-d, i.e., 2024-01-01.
Reference for the date format string.
The time format keys (“a”, “A”, “g”, “h”, “G”, “H”, “i”, “s”, “T”, “c”, “r”, “U”) are not allowed in date format.

Layout
There are four available layouts to choose from:
1. Digital Row – Default : This will show world clocks as digital clocks in rows.
2. Digital Column : This will show world clocks as digital clocks in columns.
3. Clock : This will show world clocks as analog clocks in columns with timezone showing below the clock.
4. Clock Reverse : This will show world clocks as analog clocks in columns with timezone showing above the clock.
Marks Format
This setting panel will only appear if the selected layout is Clock or Clock Reverse.
There are three available options to choose from:
1. Number – Default : This will show the marks as numbers in analog clock.
2. Combine : This will show the marks as combined in analog clock. The numbers – 3, 6, 9 and 12 – will be shown as numbers, and the rset will be show as a line.
3. Line : This will show the marks as line in analog clock.
Block: Single Clock (Child Block)
You can insert Single Clock block as many as you’d like inside the parent World Clocks block.
Select Timezone
You can select any timezone from the available list by just clicking on the timezone textbox and start typing. You can remove existing selected timezone and search for more.
A custom timezone selector with autocomplete is created for this. A custom helper method outputs the available timezones, similarly wp_timezone_choice().
Timezone Label
You can override the default timezone label with your own.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon