前言介紹
- 這款 WordPress 外掛「Extend Security Custom Fields」是 2025-02-02 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-02-03,距離現在已有 90 天。
- 外掛最低要求 WordPress 5.7 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
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 環境。
延伸相關外掛(你可能也想知道)
Elementor Website Builder – More Than Just a Page Builder 》, 全球超過 1000 萬個網站的領先網站建立平台, Elementor 是專為 WordPress 設計的領先網站建立平台,使網站製作者能夠使用直覺式的視覺建立工具建立專業、像...。
Ultimate Addons for Elementor (Formerly Elementor Header & Footer Builder) 》lt;br />– Save the section.– Set content settings and design settings.– Publish it., Step 6 – Set the created template as h...。
Essential Addons for Elementor – Popular Elementor Addon With Ready Templates, Advanced Widgets, Kits & WooCommerce Builders 》Elementor 增強套件:90+ 創意元素和擴充功能能提升你的 Elementor 建站體驗。使用這些易於使用的元素,可以更輕鬆地製作出比以前更漂亮的 WordPress 網頁和...。
Starter Templates – AI-Powered Templates for Elementor & Gutenberg 》免費模板,支援 Elementor、Beaver Builder 和 Block Editor, 使用 Starter Templates 外掛,只需數分鐘即可建立專業且完美的網站。此外掛為使用者提供超過 2...。
Envato Elements – Photos & Elementor Templates 》使用 Envato Elements WordPress 外掛,您可以更快地建立專業 WordPress 網站。, 在 WordPress 上瀏覽並匯入 Elementor 範本和高級庫存照片,無需離開 WordPr...。
Premium Addons for Elementor 》使用超過60個高度可自訂的外掛和小工具以及400多個預製範本,讓你能夠無需編碼更快地建立複雜的網站,提升你的Elementor頁面建構器的能力。Elementor和Premiu...。
Royal Elementor Addons and Templates 》f="https://royal-elementor-addons.com/elementor-pricing-tables-widget/?ref=rea-wpo-pp-details-tab" rel="nofollow ugc">Pricing Table, Team members, ...。
Happy Addons for Elementor 》p> Happy Addons for Elementor 是一個最好的附加元素,包括頂部和底部樣式設計、單個文章模板設計和存檔頁面模板設計,還有143+免費和專業 Widgets以及23+處...。
Unlimited Elements For Elementor 》透過 Unlimited Elements for Elementor,將你的 Elementor 頁面建置體驗提升至新的層次。這是你需要的最後一個小工具套件,一切都在這裡,並提供超過 100 個...。
Sticky Header Effects for Elementor 》Sticky Header Effects for Elementor 是一個插件,為 Elementor Pro 2.0 中引入的「sticky」標題特性添加了實用選項。當訪客開始向下滾動頁面時,它為用戶提...。
Jeg Elementor Kit 》這是為了 Elementor 頁面建構器所設計的額外小工具,它包含 40 種高度可自訂的小工具。, 必要小工具, 我們提供小工具,您可以按照自己的需求進行自訂。, , 手...。
Qi Addons For Elementor 》Qi Addons for Elementor是由獲獎的高銷售量WordPress主題作者之一,Qode Interactive開發的自定義和完全彈性的Elementor小工具的最大免費庫。 Qi Addons的免...。
ShopLentor – WooCommerce Builder for Elementor & Gutenberg +20 Modules – All in One Solution (formerly WooLentor) 》如果你擁有一個 WooCommerce 網站,你幾乎一定會想要使用這些功能:Woo Builder(Elementor WooCommerce Builder)、WooCommerce 模板、WooCommerce 小工具、...。
The Plus Addons for Elementor – Elementor Addons, Page Templates, Widgets, Mega Menu, WooCommerce 》tection and Resolution, Fast Loading Speed, and Responsive Design, , And much more!, , Join us today and take your Elementor experience to the next...。
Template Kit – Import 》一個範本套件是一組預先設計好的起始範本,供 WordPress 網站建立者使用,並具有統一的視覺風格。, 您可以使用此外掛程式匯入 Elementor 的範本套件。, 啟用...。