Easy FAQs Pro Accordion Example

With Easy FAQs Pro, you can display your FAQs in an accordion format, like this:

Who is Illuminati Karate?

Illuminati Karate, Inc., is the parent company of GoldPlugins.com. You may see the name Illuminati Karate on PayPal.com or in various bits of documentation. Don’t worry! It’s just us.

How Can I Setup Accordion-Style FAQs?

To output a your FAQs in an Accordion Style, add a shortcode like this one to any page:

[faqs category='my-category' style="accordion" theme="future-purple"]

If you prefer the accordion to start with all of the items collapsed, use this shortcode instead:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

Click here to see an example of the Easy FAQs accordion style.

Hey! How do I allow my visitors to submit FAQs?

To add a form to your website that allows your customers to submit new questions, just add this shortcode to any page or post:

[submit_faq]

If you’d like to add the form to a sidebar or other widgetized area, simply look for the Easy FAQs – Submit A Question widget.

Great question! With the Pro version of the plugin, you can do this with our front end form that is output with a shortcode! FAQs will show up as pending on the Dashboard, for admin moderation. Click here to purchase the Pro version.

Urk! This FAQs Plugin is too easy to use! Will you make it more complicated?

Never! Easy is in our name! If by complicated you mean new and easy to use features, there are definitely some on the horizon!

I have a question! How can I get help?

We would love to help!

Pro customers should email any and all questions to [email protected], and we’ll be happy to help.

If you haven’t upgraded yet and are still using the free version, you can try the WordPress Support Forum – other users might be able to help you there, and we regularly monitor this forum as well.

When I Input My API Key and Email, My Plugin Still Says it Isn’t Registered!

Sometimes, when a user tries to register their plugin, they aren’t able to. This can happen for a few different reasons:

  • Your API Key is entered incorrectly: sometimes, a user will remove the prefix from their key. For example, if your key is loc_pro_aae5efbd02 then you need to use the whole key; don’t remove the part that says loc_pro_
  • Your Email Address is entered incorrectly: our registration fields are case-sensitive! Often, a user will enter an e-mail address one way when paying and another way when registering. You need to be sure the e-mail address is an exact match, including uppercase and lowercase characters, otherwise registration will fail.
  • You’ve entered the incorrect e-mail address: sometimes, a user will use a different e-mail address during payment than they use on the site (such as using their own e-mail address when buying a plugin for a client.) For registration to be successful, you have to use the same Email address that you used during purchase.

What does “Your batch has been queued.” mean? When will my import job be processed?

After you perform an import using the Import Wizard, you will likely see the message: “Your batch has been queued.” This means that your records have been parsed from your input file (or Active Directory / LDAP connection), and will be imported in the background shortly. Importing your records in the background in this manner keeps your import jobs from being interrupted or timing out.

You can check on the status of your job in the Import History tab. If you feel that your batch is stuck, this most likely means that your website has disabled WP Cron. You can verify this by editing your wp-config.php file and looking for the following line:

define('DISABLE_WP_CRON', true);

To get your import job running, visit the URL https://yoursite.com/wp-cron.php in your browser (replace yoursite.com with your own website’s address). This page will most likely display a blank white screen, but that doesn’t mean its hasn’t worked. Refresh this URL 3-4 times in your browser, and then verify that your import has started by visiting the History tab. If it hasn’t, try refreshing the wp-cron.php URL again in your browser.

You can address this long-term by scheduling a cron job on your system to trigger WordPress’ own WP Cron system. This will ensure that all jobs scheduled with the WP Cron system fire when they should, which will benefit all of your plugins.

Code for this example:

[faqs category='my-category' style="accordion" theme="future-purple"]

Start With All FAQs Collapsed

You can start with all of the FAQs collapsed like the example above, or you can start with one FAQ showing, like this:

Who is Illuminati Karate?

Illuminati Karate, Inc., is the parent company of GoldPlugins.com. You may see the name Illuminati Karate on PayPal.com or in various bits of documentation. Don’t worry! It’s just us.

How Can I Setup Accordion-Style FAQs?

To output a your FAQs in an Accordion Style, add a shortcode like this one to any page:

[faqs category='my-category' style="accordion" theme="future-purple"]

If you prefer the accordion to start with all of the items collapsed, use this shortcode instead:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

Click here to see an example of the Easy FAQs accordion style.

Hey! How do I allow my visitors to submit FAQs?

To add a form to your website that allows your customers to submit new questions, just add this shortcode to any page or post:

[submit_faq]

If you’d like to add the form to a sidebar or other widgetized area, simply look for the Easy FAQs – Submit A Question widget.

Great question! With the Pro version of the plugin, you can do this with our front end form that is output with a shortcode! FAQs will show up as pending on the Dashboard, for admin moderation. Click here to purchase the Pro version.

Urk! This FAQs Plugin is too easy to use! Will you make it more complicated?

Never! Easy is in our name! If by complicated you mean new and easy to use features, there are definitely some on the horizon!

I have a question! How can I get help?

We would love to help!

Pro customers should email any and all questions to [email protected], and we’ll be happy to help.

If you haven’t upgraded yet and are still using the free version, you can try the WordPress Support Forum – other users might be able to help you there, and we regularly monitor this forum as well.

When I Input My API Key and Email, My Plugin Still Says it Isn’t Registered!

Sometimes, when a user tries to register their plugin, they aren’t able to. This can happen for a few different reasons:

  • Your API Key is entered incorrectly: sometimes, a user will remove the prefix from their key. For example, if your key is loc_pro_aae5efbd02 then you need to use the whole key; don’t remove the part that says loc_pro_
  • Your Email Address is entered incorrectly: our registration fields are case-sensitive! Often, a user will enter an e-mail address one way when paying and another way when registering. You need to be sure the e-mail address is an exact match, including uppercase and lowercase characters, otherwise registration will fail.
  • You’ve entered the incorrect e-mail address: sometimes, a user will use a different e-mail address during payment than they use on the site (such as using their own e-mail address when buying a plugin for a client.) For registration to be successful, you have to use the same Email address that you used during purchase.

What does “Your batch has been queued.” mean? When will my import job be processed?

After you perform an import using the Import Wizard, you will likely see the message: “Your batch has been queued.” This means that your records have been parsed from your input file (or Active Directory / LDAP connection), and will be imported in the background shortly. Importing your records in the background in this manner keeps your import jobs from being interrupted or timing out.

You can check on the status of your job in the Import History tab. If you feel that your batch is stuck, this most likely means that your website has disabled WP Cron. You can verify this by editing your wp-config.php file and looking for the following line:

define('DISABLE_WP_CRON', true);

To get your import job running, visit the URL https://yoursite.com/wp-cron.php in your browser (replace yoursite.com with your own website’s address). This page will most likely display a blank white screen, but that doesn’t mean its hasn’t worked. Refresh this URL 3-4 times in your browser, and then verify that your import has started by visiting the History tab. If it hasn’t, try refreshing the wp-cron.php URL again in your browser.

You can address this long-term by scheduling a cron job on your system to trigger WordPress’ own WP Cron system. This will ensure that all jobs scheduled with the WP Cron system fire when they should, which will benefit all of your plugins.

Code for this example:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

 

Works great with any Easy FAQs Pro Theme

The accordion feature works with any of our themes, or no theme at all. The examples above are using the Future Theme, but here are some other themes also using the accordion:

Deco Theme – Green

Who is Illuminati Karate?

Illuminati Karate, Inc., is the parent company of GoldPlugins.com. You may see the name Illuminati Karate on PayPal.com or in various bits of documentation. Don’t worry! It’s just us.

How Can I Setup Accordion-Style FAQs?

To output a your FAQs in an Accordion Style, add a shortcode like this one to any page:

[faqs category='my-category' style="accordion" theme="future-purple"]

If you prefer the accordion to start with all of the items collapsed, use this shortcode instead:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

Click here to see an example of the Easy FAQs accordion style.

Hey! How do I allow my visitors to submit FAQs?

To add a form to your website that allows your customers to submit new questions, just add this shortcode to any page or post:

[submit_faq]

If you’d like to add the form to a sidebar or other widgetized area, simply look for the Easy FAQs – Submit A Question widget.

Great question! With the Pro version of the plugin, you can do this with our front end form that is output with a shortcode! FAQs will show up as pending on the Dashboard, for admin moderation. Click here to purchase the Pro version.

Urk! This FAQs Plugin is too easy to use! Will you make it more complicated?

Never! Easy is in our name! If by complicated you mean new and easy to use features, there are definitely some on the horizon!

I have a question! How can I get help?

We would love to help!

Pro customers should email any and all questions to [email protected], and we’ll be happy to help.

If you haven’t upgraded yet and are still using the free version, you can try the WordPress Support Forum – other users might be able to help you there, and we regularly monitor this forum as well.

When I Input My API Key and Email, My Plugin Still Says it Isn’t Registered!

Sometimes, when a user tries to register their plugin, they aren’t able to. This can happen for a few different reasons:

  • Your API Key is entered incorrectly: sometimes, a user will remove the prefix from their key. For example, if your key is loc_pro_aae5efbd02 then you need to use the whole key; don’t remove the part that says loc_pro_
  • Your Email Address is entered incorrectly: our registration fields are case-sensitive! Often, a user will enter an e-mail address one way when paying and another way when registering. You need to be sure the e-mail address is an exact match, including uppercase and lowercase characters, otherwise registration will fail.
  • You’ve entered the incorrect e-mail address: sometimes, a user will use a different e-mail address during payment than they use on the site (such as using their own e-mail address when buying a plugin for a client.) For registration to be successful, you have to use the same Email address that you used during purchase.

What does “Your batch has been queued.” mean? When will my import job be processed?

After you perform an import using the Import Wizard, you will likely see the message: “Your batch has been queued.” This means that your records have been parsed from your input file (or Active Directory / LDAP connection), and will be imported in the background shortly. Importing your records in the background in this manner keeps your import jobs from being interrupted or timing out.

You can check on the status of your job in the Import History tab. If you feel that your batch is stuck, this most likely means that your website has disabled WP Cron. You can verify this by editing your wp-config.php file and looking for the following line:

define('DISABLE_WP_CRON', true);

To get your import job running, visit the URL https://yoursite.com/wp-cron.php in your browser (replace yoursite.com with your own website’s address). This page will most likely display a blank white screen, but that doesn’t mean its hasn’t worked. Refresh this URL 3-4 times in your browser, and then verify that your import has started by visiting the History tab. If it hasn’t, try refreshing the wp-cron.php URL again in your browser.

You can address this long-term by scheduling a cron job on your system to trigger WordPress’ own WP Cron system. This will ensure that all jobs scheduled with the WP Cron system fire when they should, which will benefit all of your plugins.

Code for this example:

[faqs category='my-category' style="accordion-collapsed" theme="deco-green"]

Banner Theme – Orange

Who is Illuminati Karate?

Illuminati Karate, Inc., is the parent company of GoldPlugins.com. You may see the name Illuminati Karate on PayPal.com or in various bits of documentation. Don’t worry! It’s just us.

How Can I Setup Accordion-Style FAQs?

To output a your FAQs in an Accordion Style, add a shortcode like this one to any page:

[faqs category='my-category' style="accordion" theme="future-purple"]

If you prefer the accordion to start with all of the items collapsed, use this shortcode instead:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

Click here to see an example of the Easy FAQs accordion style.

Hey! How do I allow my visitors to submit FAQs?

To add a form to your website that allows your customers to submit new questions, just add this shortcode to any page or post:

[submit_faq]

If you’d like to add the form to a sidebar or other widgetized area, simply look for the Easy FAQs – Submit A Question widget.

Great question! With the Pro version of the plugin, you can do this with our front end form that is output with a shortcode! FAQs will show up as pending on the Dashboard, for admin moderation. Click here to purchase the Pro version.

Urk! This FAQs Plugin is too easy to use! Will you make it more complicated?

Never! Easy is in our name! If by complicated you mean new and easy to use features, there are definitely some on the horizon!

I have a question! How can I get help?

We would love to help!

Pro customers should email any and all questions to [email protected], and we’ll be happy to help.

If you haven’t upgraded yet and are still using the free version, you can try the WordPress Support Forum – other users might be able to help you there, and we regularly monitor this forum as well.

When I Input My API Key and Email, My Plugin Still Says it Isn’t Registered!

Sometimes, when a user tries to register their plugin, they aren’t able to. This can happen for a few different reasons:

  • Your API Key is entered incorrectly: sometimes, a user will remove the prefix from their key. For example, if your key is loc_pro_aae5efbd02 then you need to use the whole key; don’t remove the part that says loc_pro_
  • Your Email Address is entered incorrectly: our registration fields are case-sensitive! Often, a user will enter an e-mail address one way when paying and another way when registering. You need to be sure the e-mail address is an exact match, including uppercase and lowercase characters, otherwise registration will fail.
  • You’ve entered the incorrect e-mail address: sometimes, a user will use a different e-mail address during payment than they use on the site (such as using their own e-mail address when buying a plugin for a client.) For registration to be successful, you have to use the same Email address that you used during purchase.

What does “Your batch has been queued.” mean? When will my import job be processed?

After you perform an import using the Import Wizard, you will likely see the message: “Your batch has been queued.” This means that your records have been parsed from your input file (or Active Directory / LDAP connection), and will be imported in the background shortly. Importing your records in the background in this manner keeps your import jobs from being interrupted or timing out.

You can check on the status of your job in the Import History tab. If you feel that your batch is stuck, this most likely means that your website has disabled WP Cron. You can verify this by editing your wp-config.php file and looking for the following line:

define('DISABLE_WP_CRON', true);

To get your import job running, visit the URL https://yoursite.com/wp-cron.php in your browser (replace yoursite.com with your own website’s address). This page will most likely display a blank white screen, but that doesn’t mean its hasn’t worked. Refresh this URL 3-4 times in your browser, and then verify that your import has started by visiting the History tab. If it hasn’t, try refreshing the wp-cron.php URL again in your browser.

You can address this long-term by scheduling a cron job on your system to trigger WordPress’ own WP Cron system. This will ensure that all jobs scheduled with the WP Cron system fire when they should, which will benefit all of your plugins.

Code for this example:

[faqs category='my-category' style="accordion-collapsed" theme="banner-orange"]

Modern Theme – Red

Who is Illuminati Karate?

Illuminati Karate, Inc., is the parent company of GoldPlugins.com. You may see the name Illuminati Karate on PayPal.com or in various bits of documentation. Don’t worry! It’s just us.

How Can I Setup Accordion-Style FAQs?

To output a your FAQs in an Accordion Style, add a shortcode like this one to any page:

[faqs category='my-category' style="accordion" theme="future-purple"]

If you prefer the accordion to start with all of the items collapsed, use this shortcode instead:

[faqs category='my-category' style="accordion-collapsed" theme="future-purple"]

Click here to see an example of the Easy FAQs accordion style.

Hey! How do I allow my visitors to submit FAQs?

To add a form to your website that allows your customers to submit new questions, just add this shortcode to any page or post:

[submit_faq]

If you’d like to add the form to a sidebar or other widgetized area, simply look for the Easy FAQs – Submit A Question widget.

Great question! With the Pro version of the plugin, you can do this with our front end form that is output with a shortcode! FAQs will show up as pending on the Dashboard, for admin moderation. Click here to purchase the Pro version.

Urk! This FAQs Plugin is too easy to use! Will you make it more complicated?

Never! Easy is in our name! If by complicated you mean new and easy to use features, there are definitely some on the horizon!

I have a question! How can I get help?

We would love to help!

Pro customers should email any and all questions to [email protected], and we’ll be happy to help.

If you haven’t upgraded yet and are still using the free version, you can try the WordPress Support Forum – other users might be able to help you there, and we regularly monitor this forum as well.

When I Input My API Key and Email, My Plugin Still Says it Isn’t Registered!

Sometimes, when a user tries to register their plugin, they aren’t able to. This can happen for a few different reasons:

  • Your API Key is entered incorrectly: sometimes, a user will remove the prefix from their key. For example, if your key is loc_pro_aae5efbd02 then you need to use the whole key; don’t remove the part that says loc_pro_
  • Your Email Address is entered incorrectly: our registration fields are case-sensitive! Often, a user will enter an e-mail address one way when paying and another way when registering. You need to be sure the e-mail address is an exact match, including uppercase and lowercase characters, otherwise registration will fail.
  • You’ve entered the incorrect e-mail address: sometimes, a user will use a different e-mail address during payment than they use on the site (such as using their own e-mail address when buying a plugin for a client.) For registration to be successful, you have to use the same Email address that you used during purchase.

What does “Your batch has been queued.” mean? When will my import job be processed?

After you perform an import using the Import Wizard, you will likely see the message: “Your batch has been queued.” This means that your records have been parsed from your input file (or Active Directory / LDAP connection), and will be imported in the background shortly. Importing your records in the background in this manner keeps your import jobs from being interrupted or timing out.

You can check on the status of your job in the Import History tab. If you feel that your batch is stuck, this most likely means that your website has disabled WP Cron. You can verify this by editing your wp-config.php file and looking for the following line:

define('DISABLE_WP_CRON', true);

To get your import job running, visit the URL https://yoursite.com/wp-cron.php in your browser (replace yoursite.com with your own website’s address). This page will most likely display a blank white screen, but that doesn’t mean its hasn’t worked. Refresh this URL 3-4 times in your browser, and then verify that your import has started by visiting the History tab. If it hasn’t, try refreshing the wp-cron.php URL again in your browser.

You can address this long-term by scheduling a cron job on your system to trigger WordPress’ own WP Cron system. This will ensure that all jobs scheduled with the WP Cron system fire when they should, which will benefit all of your plugins.

Code for this example:

[faqs category='my-category' style="accordion-collapsed" theme="modern-red"]

All of these themes (and many more) are included in Easy FAQs Pro, and all work great with the accordion feature. You can also choose not to use a theme, using your own CSS instead, and still use the accordion feature.