[WordPress] 外掛分享: Extend Security Custom Fields

WordPress 外掛 Extend Security Custom Fields 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Extend Security Custom Fields」是 2025-02-02 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-02-03,距離現在已有 90 天。
  • 外掛最低要求 WordPress 5.7 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

linknacional |

外掛標籤

acf | divi | gallery | elementor | custom fields |

內容簡介



  • 外掛被創建以新增功能到 SCF(Secure Custom Fields)外掛,讓使用者在自定義中加入圖庫欄位。

  • 這些功能包括:


    • 外掛中的圖庫欄位(ACF 或 SCF)。

    • 文章或頁面循環組件(Divi 主題)。

    • 圖庫組件(Divi 主題)。

    • 通過 Elementor 與 ACF 或 SCF 外掛連接的動態欄位。

    • 文本/核取方塊欄位或插入圖庫組件的短代碼。



簡短描述


這個外掛用於為 SCF(Secure Custom Fields)增加新功能,允許在 Elementor 和 Divi 等自定義主題中包含圖庫欄位和動態組件。


使用說明



  • 安裝後,在 WordPress 管理工具條中找到 LKNSCF 設置選項,並選擇您要使用的外掛。

  • 在 SCF 中創建欄位並在 Gutenberg 編輯頁面上定義它們。填寫欄位後,進入外掛編輯頁面(Elementor 或 Divi)。


Elementor 編輯器中:



  • 在 Elementor 頁面上使用外掛的組件,並通過動態標籤插入創建的欄位。


Divi 主題編輯器中有 2 個組件:



  • Performs the Loop and filters the posts inserted in it through the SCR Object component.

  • Creates a gallery in grid or slide style, allowing the user to customize the set of images coming from SCR.


外部庫



  • Slick-carousel:創建動態滑塊或網格的庫。

  • React:創建高度自定義組件的庫。


問題與答案:



  • 如何使用 LKNSCF 外掛設置功能?

  • 在 WordPress 管理工具條中找到 LKNSCF 設置選項,並選擇要使用的外掛。
  • 如何在 Elementor 編輯器中插入欄位?

  • 在 Elementor 頁面上使用外掛的組件,並通過動態標籤插入創建的欄位。
  • Divi 主題編輯器中有哪兩個組件?

  • 一個是執行循環並通過 SCR 物件組件過濾插入的文章;另一個是在網格或幻燈片風格中創建圖庫,讓使用者自定義從 SCR 中來的圖片集。
  • 什麼是 Slick-carousel 外部庫?

  • 它是一個庫,用於動態創建滑塊或網格。
  • 如何使用 lknscf_field 短代碼來顯示欄位?

  • 使用 [lknscf_field] 短代碼,最低要求參數是 [lknscf_field name="SCF Field"]。
  • 使用 lknscf_gallery 短代碼來顯示圖庫的最低要求參數是什麼?

  • 最低要求參數是 [lknscf_gallery name="SCF Field"]。

原文外掛簡介

Plugin created to add new functionalities to the SCF (Secure Custom Fields) plugin, allowing users to include a gallery field in their customization.
These functionalities include:

Gallery field in the plugin (ACF or SCF).
Post or page loop component (Divi Theme).
Gallery component (Divi Theme).
Dynamic fields linked to the ACF or SCF plugin through Elementor.
Shortcodes for text/checkbox fields or inserting the gallery component.

Short Description
Plugin to add new functionalities to SCF (Secure Custom Fields), allowing the inclusion of gallery fields and dynamic components in customized themes like Elementor and Divi.
Usage Instructions
After the installation process, locate the LKNSCF Settings option in the WordPress admin bar and select the plugin(s) you want to work with.
Create the fields in SCF and define them on the Gutenberg editing page. After filling in the fields, proceed to the Plugin editing page (Elementor or Divi).

In the Elementor editor:

On the Elementor page, use the plugin’s own components and insert the created fields through dynamic tags.

In the Divi theme editor, there are 2 components:

Performs the Loop and filters the posts inserted in it through the SCR Object component.
Creates a gallery in grid or slide style, allowing the user to customize the set of images coming from SCR.

External Libraries

Slick-carousel: Library that creates sliders or grids dynamically.
React: Library responsible for creating highly customizable components.

Shortcode: [lknscf_field]
Use this shortcode to display a text field or a checkbox. Minimum required parameter: [lknscf_field name=”SCF Field”].
Parameters for [lknscf_field]:
name: The name of the SCF field to retrieve the field value. This is a required parameter.
type: Optional. The type of field (e.g., “text” or “checkbox”). The default is “text”.
label: Optional. The label to be displayed next to the field (e.g., “Name:”).
tag: Optional. The HTML tag to wrap the field. Can be “h1”, “h2”, “h3”, “p” or “span”. The default is “p”.
font_size: Optional. The font size for the field text. The default is 16px.
color: Optional. The color of the field text. The default is (#000000).
background_color: Optional. The background color for the field. The default is transparent.
border_radius: Optional. The border radius for the field. The default is 0px.
checkbox_size: Optional. The size (height and width) of the checkbox. The default is 16px.
Shortcode: [lknscf_gallery]
Use this shortcode to display a gallery. Minimum required parameter: [lknscf_gallery name=”SCF Field”].
Parameters for [lknscf_gallery]:
name: The name of the SCF field to retrieve the gallery items. This is a required parameter.
gallery_style: Optional. The style of the gallery, can be “grid” or “slider”. The default is “grid”.
width: Optional. The width of the images in the gallery. The default is 250px.
height: Optional. The height of the images in the gallery. The default is 250px.
images_count: Optional. The number of images per slider. The default is 1.
dots: Optional. Whether to display navigation dots in the slider. The default is “true”.
autoplay: Optional. Whether to autoplay the slider. The default is “true”.
arrows: Optional. Whether to display navigation arrows in the slider. The default is “true”.
delay: Optional. The delay between slides in autoplay mode, in milliseconds. The default is 7000ms.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Extend Security Custom Fields」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.0.0 | trunk |

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon