{"id":70288,"date":"2017-06-22T09:15:43","date_gmt":"2017-06-22T09:15:43","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/rb-simple-faqs\/"},"modified":"2017-06-22T09:15:43","modified_gmt":"2017-06-22T09:15:43","slug":"rb-simple-faqs","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/rb-simple-faqs\/","author":15497964,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"trunk","tested":"4.8.28","requires":"4.3","requires_php":"","requires_plugins":"","header_name":"RB Simple FAQs","header_author":"Red Balloon Design Ltd.","header_description":"Display frequently asked questions with collapsable display options.","assets_banners_color":"","last_updated":"2017-06-22 09:15:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/redballoonio\/faq-plugin","header_author_uri":"http:\/\/redballoon.io","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1137,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>No upgrades yet possible<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1683320","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1683320","resolution":"256x256","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1683320","resolution":"1","location":"assets"}},"screenshots":{"1":"Customising the output in Wordpress"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8595,1643,2095,2101,29106],"plugin_category":[],"plugin_contributors":[142378,142379],"plugin_business_model":[],"class_list":["post-70288","plugin","type-plugin","status-publish","hentry","plugin_tags-customisation","plugin_tags-faq","plugin_tags-faqs","plugin_tags-frequently-asked-questions","plugin_tags-questions-and-answers","plugin_contributors-markredballoon","plugin_contributors-redballoondesignltd","plugin_committers-redballoondesignltd"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/rb-simple-faqs\/assets\/icon-128x128.png?rev=1683320","icon_2x":"https:\/\/ps.w.org\/rb-simple-faqs\/assets\/icon-256x256.png?rev=1683320","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/rb-simple-faqs\/assets\/screenshot-1.png?rev=1683320","caption":"Customising the output in Wordpress"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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.).<\/p>\n\n<h4>Shortcode examples<\/h4>\n\n<p>These are some examples of how to output questions using shortocodes.<\/p>\n\n<p>Default settings: output all of the faqs divided by category (if they exist), output headings for category names:<\/p>\n\n<pre><code>[faqs][\/faqs]\n<\/code><\/pre>\n\n<p>Output faqs for a single category, \"returns\". The first question is open, the rest are collapsed:<\/p>\n\n<pre><code>[faqs cat=\"returns\" show_question=\"first\"][\/faqs]\n<\/code><\/pre>\n\n<h4>Shortcode options<\/h4>\n\n<p><strong>FAQ categories to output<\/strong><\/p>\n\n<p>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.<\/p>\n\n<pre><code>cat=\"[cat-slug]\" (default:blank)\n<\/code><\/pre>\n\n<p><strong>What parts should be collapsable<\/strong><\/p>\n\n<p>Determines whether the categories and the questions are collapsable.<\/p>\n\n<ul>\n<li>none <\/li>\n<li>question<\/li>\n<li>category<\/li>\n<li><p>both<\/p>\n\n<p>collapsable=\"[options]\" (default:\"questions\")<\/p><\/li>\n<\/ul>\n\n<p><strong>Question to exclude<\/strong><\/p>\n\n<p>If there are any faqs that you want to exclude from being output, add their IDs as a comma separated list to this attribute.<\/p>\n\n<pre><code>exclude=\"[faq-id]\" (default:blank)\n<\/code><\/pre>\n\n<p><strong>Show or hide the category titles<\/strong><\/p>\n\n<p>Whether to show or hide the category titles. If this is set to hide and the <code>cat<\/code> attribute isn't set then all of the questions and answers will be output. <code>collapsable=\"both\"<\/code> or <code>collapsable=\"categories\"<\/code> overwrites this option.<\/p>\n\n<pre><code>title=\"show\/hide\" (default: \"show)\n<\/code><\/pre>\n\n<p><strong>Initial state of the questions<\/strong><\/p>\n\n<p>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.<\/p>\n\n<ul>\n<li>\"close\" - all of the answers closed<\/li>\n<li>\"show\" - all of the answers expanded<\/li>\n<li><p>\"first\" - the first answer expanded, other answers closed<\/p>\n\n<p>show_question=\"show\/close\/first\" (default: \"close\")<\/p><\/li>\n<\/ul>\n\n<p><strong>Initial state of the categories<\/strong><\/p>\n\n<p>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.<\/p>\n\n<ul>\n<li>\"close\" - all of the categories closed<\/li>\n<li>\"show\" - all of the categories expanded<\/li>\n<li><p>\"first\" - the first categories expanded, other categories closed<\/p>\n\n<p>show_category=\"show\/close\/first\" (default: \"close\")<\/p><\/li>\n<\/ul>\n\n<p><strong>Type of Icon<\/strong><\/p>\n\n<p>Changes the type of icon used for collapsable elements. Effects both the categories and answers. Available options:<\/p>\n\n<ul>\n<li>\"arrow\"<\/li>\n<li><p>\"plus\"<\/p>\n\n<p>icon=\"[icon-type]\" (default: \"none\")<\/p><\/li>\n<\/ul>\n\n<p><strong>Secondary icon type<\/strong><\/p>\n\n<p>Changes the type of icon used for collapsable answers when <code>collapsable<\/code> is set to both. Otherwise does nothing. Available options:<\/p>\n\n<ul>\n<li>\"arrow\"<\/li>\n<li><p>\"plus\"<\/p>\n\n<p>icon_secondary=\"[icon-type]\" (default: \"none\")<\/p><\/li>\n<\/ul>\n\n<h4>Linking directly to a question<\/h4>\n\n<p>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:<\/p>\n\n<pre><code>http:\/\/yoursite.com\/faq-page\/?targetQuestion=21\n<\/code><\/pre>\n\n<p>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.<\/p>\n\n<h4>Help us improve this plugin<\/h4>\n\n<p>If you have any feedback or require any support using this plugin, get in touch with us by email at <a href=\"mailto:&#x73;&#117;&#112;&#x70;&#x6f;&#114;t&#x40;&#114;&#101;&#x64;&#x62;&#097;&#108;&#x6c;&#x6f;&#111;&#x6e;&#x2e;&#105;&#111;\">support@redballoon.io<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download the plugin files<\/li>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/<\/code> directory of your site<\/li>\n<li>Activate the plugin through the 'Plugins' menu in Wordpress<\/li>\n<li>Add questions as custom posts in Wordpress<\/li>\n<li>Add the <code>[faqs][\/faqs]<\/code> shortcode where you want the questions to be output<\/li>\n<li>Use the shortcode options to customise how the questions gets displayed<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Download the plugin files<\/li>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/<\/code> directory of your site<\/li>\n<li>Activate the plugin through the 'Plugins' menu in Wordpress<\/li>\n<li>Add questions as custom posts in Wordpress<\/li>\n<li>Add the <code>[faqs][\/faqs]<\/code> shortcode where you want the questions to be output<\/li>\n<li>Use the shortcode options to customise how the questions gets displayed<\/li>\n<\/ol><\/dd>\n<dt>Where do I change my category title?<\/dt>\n<dd><p>Change the title of the category on the FAQ Category page in Wordpress<\/p>\n\n<p>your.website\/wp-admin\/edit-tags.php?taxonomy=faqs_cat&amp;post_type=faqs<\/p><\/dd>\n<dt>Why are some of my questions not being output?<\/dt>\n<dd><p>If your questions aren't being output you may not have added a category to the questions. Change the <code>title<\/code> attribute to hide and leave the <code>cat<\/code> attribute blank to show all of the categories including the uncategorised options.<\/p><\/dd>\n<dt>Does this plugin support category hierarchy?<\/dt>\n<dd><p>This plugin doesn't support categories with a hierarchy.<\/p><\/dd>\n<dt>Does this plugin work on multisite?<\/dt>\n<dd><p>A previous version of this plugin is used on a multisite install, but the newer features haven't been tested on multisite.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Published plugin<\/li>\n<li>Added options page to Wordpress<\/li>\n<\/ul>\n\n<h4>Earlier<\/h4>\n\n<ul>\n<li>Developed plugin<\/li>\n<li>Added categories<\/li>\n<li>Added linking to a specific question using get variable<\/li>\n<\/ul>","raw_excerpt":"A simple, lightweight plugin for managing and displaying frequently asked questions using a custom post type.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/70288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=70288"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/redballoondesignltd"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=70288"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=70288"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=70288"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=70288"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=70288"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=70288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}