前言介紹
- 這款 WordPress 外掛「RB Simple FAQs」是 2017-06-21 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2017-06-22,距離現在已有 2873 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.3 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
markredballoon | redballoondesignltd |
外掛標籤
faq | faqs | customisation | questions and answers | frequently asked questions |
內容簡介
這是一個簡單而輕量級的外掛,可以使用自定義的文章類型來管理和顯示常見問題。使用簡碼輸出faq,可以將其分成多個類別,使您可以管理整個網站上的單個問題或類別的輸出。問題和/或類別可以折疊,使其更容易查看。此外掛的輸出大部分都未經過樣式化,可最大程度地使用 css 进行自定义。
可以在選項頁面上更改背景和文本顏色並對輸出進行實時預覽。這些選項接受所有有效的 background-color css 值(rgba、hex等)。
簡碼示例
以下是使用簡碼輸出問題的一些示例。
默認設置:輸出以類別分類的所有 faq(如果它們存在),輸出類別名稱標題:
[faqs][/faqs]
輸出單個類別“returns”的faq。第一個問題是展開的,其余的被折疊:
[faqs cat="returns" show_question="first"][/faqs]
簡碼選項
要輸出的faq類別
僅顯示這些類別的 faq。輸入此屬性時,添加類別的 slug 作為逗號分隔的列表。您可以在 WordPress 中的“FAQ 分類”頁面上找到類別的 slug。
cat="[cat-slug]" (default:blank)
哪些部分應該可折疊
確定類別和問題是否可折疊。
none
question
category
both
collapsable=”[options]” (default:”questions”)
排除的問題
如果有任何 faq 您不想輸出,請將它們的 ID 添加到這個屬性的逗號分隔列表中。
exclude="[faq-id]" (default:blank)
顯示或隱藏類別標題
是否顯示或隱藏類別標題。如果將其設置為隱藏並且未設置cat屬性,則將輸出所有問題和答案。collapsable=”both”或collapsable=”categories”會覆蓋此選項。
title="show/hide" (default: "show)
問題的初始狀態
當訪客打開FAQ頁面時更改問題的初始狀態。如果問題不可折疊則此屬性無效。
"close" -所有答案都關閉
"show" -所有答案展開
"first" -第一個問題展開,其他答案關閉
show_question=”show/close/first” (default: “close”)
類別的初始狀態
當訪客打開FAQ頁面時更改類別的初始狀態。如果類別不可折疊則此屬性無效。
"close" - 關閉所有類別
"show" - 展開所有類別
"first" - 展開第一個類別,其他類別關閉
show_category=”show/close/first” (default: “close”)
圖示類型
更改用於可折疊元素的圖示類型。影響類別和答案。可用選項:
"arrow"
"plus"
icon=”[icon-type]” (default: “none”)
原文外掛簡介
A simple, lightweight plugin for managing and displaying Frequently asked questions using a custom post type. The faqs are output using a shortcode and can be divided into multiple categories allowing you to manage the output of individual questions or categories across your site, output the entire list. The questions and/or categories can be collapsable, making them easier to view. The output from this plugin comes mostly unstyled, allowing for maximum customisation using css.
The background and text colours can be altered on an options page with a live preview of the output. These options accept all valid background-color css values (rgba, hex, etc.).
Shortcode examples
These are some examples of how to output questions using shortocodes.
Default settings: output all of the faqs divided by category (if they exist), output headings for category names:
[faqs][/faqs]
Output faqs for a single category, “returns”. The first question is open, the rest are collapsed:
[faqs cat="returns" show_question="first"][/faqs]
Shortcode options
FAQ categories to output
Only show faqs from these categories. Add the slugs as a comma separated list. You can find the slug for the categories on the “FAQ Category” page in WordPress.
cat="[cat-slug]" (default:blank)
What parts should be collapsable
Determines whether the categories and the questions are collapsable.
none
question
category
both
collapsable=”[options]” (default:”questions”)
Question to exclude
If there are any faqs that you want to exclude from being output, add their IDs as a comma separated list to this attribute.
exclude="[faq-id]" (default:blank)
Show or hide the category titles
Whether to show or hide the category titles. If this is set to hide and the cat attribute isn’t set then all of the questions and answers will be output. collapsable="both" or collapsable="categories" overwrites this option.
title="show/hide" (default: "show)
Initial state of the questions
Change the initial state of the questions when a visitor opens the page with the FAQs on. If the questions aren’t collapsable then this attribute does nothing.
“close” – all of the answers closed
“show” – all of the answers expanded
“first” – the first answer expanded, other answers closed
show_question=”show/close/first” (default: “close”)
Initial state of the categories
Change the initial state of the categories when a visitor opens the page with the FAQs on. If the categories aren’t collapsable then this attribute does nothing.
“close” – all of the categories closed
“show” – all of the categories expanded
“first” – the first categories expanded, other categories closed
show_category=”show/close/first” (default: “close”)
Type of Icon
Changes the type of icon used for collapsable elements. Effects both the categories and answers. Available options:
“arrow”
“plus”
icon=”[icon-type]” (default: “none”)
Secondary icon type
Changes the type of icon used for collapsable answers when collapsable is set to both. Otherwise does nothing. Available options:
“arrow”
“plus”
icon_secondary=”[icon-type]” (default: “none”)
Linking directly to a question
To link directly to a question from another page, add a “targetQuestion” get variable to the end of the url with the question id like so:
http://yoursite.com/faq-page/?targetQuestion=21
When following that link the correct category and question will be open and the user will be moved to the correct location on the page.
Help us improve this plugin
If you have any feedback or require any support using this plugin, get in touch with us by email at [email protected]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「RB Simple FAQs」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Stamped.io Product Reviews & UGC for WooCommerce 》Stamped產品評論和UGC, Stamped如何幫助您銷售更多產品?, 我們透過收集和使用對您的客戶最為重要的使用者生成的內容,建立信任的社交證明。, 您可以收集和展...。
Beautiful FAQ Plugin for WordPress – Everest FAQ Manager Lite 》文件 | 支援 | 演示 | 高級版, Everest FAQ Manager Lite 是一個免費的 WordPress 常見問題解答外掛,附帶了五種美麗的預設模板。透過這款完全響應式的無限常...。
Helpfulcrowd Product Reviews 》為什麼您需要一個具有視頻和問答功能的產品評論應用程式, HelpfulCrowd視頻產品評論+問答比任何其他評論應用程式格式更能提高參與度和轉換率。, , 視頻產品評...。
Simple FAQ by LukasK 》這是一個簡單的問與答 (FAQ) 外掛程式,允許您定義 HTML 框架,並在管理面板中添加類似文章的 FAQ 區段。您可以使用 WordPress 管理面板添加問題和答案。您可...。
ApeTail Communication System 》我們都喜歡使用Telegram、Whatsapp、Facebook Messenger、Discord和Slack進行聊天,為什麼不以聊天的形式來討論網站內容呢?在現代,我們只能使用一些評論外...。