The design broke when I updated WordPress to the latest version
]]>I haven’t found a solution for this. Maybe I missed something…
I would like to have my FAQ’s sort alphabetically on the listed page and not in the order I created them. There must be an established way; but I have missed how somewhere. Or at the very least, be able to manually set the order that they will appear.
Great Plugin. I use it on nearly everyone of my websites.
]]>Hi
Is there a way to reorganize the questions?
i.e: I want to insert a new question at the beginning or between two questions.
Thanks
]]>g’day mate. I just download your plugin and have tried to use the block and list style but they dont work at all. it just comes up with the “pretty style”
this is what i used as the shortcodes:
[faq style=”block”]
[faq style=”list”]
any fix?
cheers,
nate
Hi,
I had a /faq page in my site. After installing flexible-faq and setting some faq, the new faq contents started showing in /faq url. But after I uninstalled the flexible faq plugin home page contents started showing in /faq url.
Did anyone else face the similar issue or know the fix of this issue?
Thanks
]]>I’ve never written a plugin so it is possible that some of the following may be impossible or difficult. All of the following are minor, in my opinion.
Thanks!
My guess is that I could figure out the answer to this if I learned the innards of custom taxonomies, but I think this is a small detail that you will want to address, so I am posting here first.
The issue: on some pages, the name of the FAQ Category custom-taxonomy will appear, but on other pages it will not appear.
Website: https://www.hunterthinks.com
Example link that shows name
Example that does not show name
I use different functions to retrieve the category name, and it seems to me that because I am doing that, I am messing up your code. The following is from my header.php
<h2 id="section_name">
<?php
if ( is_single() )
{ global $post;
$categories = get_the_category($post->ID);
echo '<a href="'.get_category_link($categories[0]->term_id ).'">'.$categories[0]->cat_name.'</a>';
}
elseif ( is_archive() )
{ single_cat_title( '', true ); }
else
{ bloginfo('description'); }
?></h2>
My knowledge of WordPress functions is intermediate, at best. My guess is that you wrote code to connect the FAQ custom taxonomy to the single_cat_title() function, but did not think someone would do what I did and go directly at get_the_category() for custom post types. Or, I am completely wrong. ??
On my to-do list, this is pretty low, and because this is my first custom post type and my first custom taxonomy, the learning curve is steep, so I am not in a hurry.
Thanks for any help you can offer.
]]>How can I modify this great plugin to add an “id” attribute to the output html? I wish to create a separate list of questions in a sidebar and link each list item to the same question/answer in the content area. Thank you.
]]>i would recommend to change shortcode.php:
49c49
< echo '<li id="'.$faqid.'"><strong>'. get_the_title() . '</strong><br />' . wpautop(get_the_content()) .'</li>';
---
> echo '<li id="'.$faqid.'">'. wpautop(get_the_content()) .'</li>';
]]>
I’ve just installed it (after trying many other FAQ plugins).
Apart from breaking my current faq (static) page that I want to replace, the styles aren’t working either.
e.g. pretty style doesn’t use the accordion that it should. It just shows like a normal news post.
Even when I switch to the 2014 standard theme it doesn’t work.
Can you help?
]]>Hello,
I am not sure how to achieve this. I’ve tried everything but i guess i’m going the wrong way!
I have created a page with icons that represent main categories of the knowledge base, ex: Web Hosting, Domain Names, Security products and so on.
Now I want to link each icon to its respective category.
Do I have to create a dedicated page for each category then link it to the correct icon? If so can you please give a shortcode example?
Thanks!
]]>I would like to change the pretty style drop down to a different color. Could anyone help me with this?
]]>Hi,
I have the same problem that has been already mentioned here: I can’t put two FAQs on one page.
First I tried with categories:
my text
[faq category=1]
my text
[faq category=2]
And only the first faq, category 1, is working with no problems. The second shows up on the page but id does not expand the answers, just nothing happens.
Then I tried with IDs
e.g.
my text
[faq ids=“123,124”]
my text
[faq ids=”125,126″]
And the same happens, the second FAQ (ids 125,126) does not work.
There must be something wrong. I ask for help, it is really important thing for me. Thanks in advance. Dominica
]]>How to remove “Category” of being displayed at the bottom of FAQ?
Thank you
Hi
Is it just me or is it not possible to get the plugin to work in a widget?
I would like to put related questions from a specific category in a widget.
Hope to hear from you soon.
Sincerely
Martin
Hi,
I have set up trial questions for three categories. These categories all have names.
I cannot see how to just get ONE category to show at a time. I always get all questions from all 3 categories.
Your brief description mentions ID=1 and so on. I cannot see how to associate a category with it’s ID number
This is the Q setup page
https://contemporaryenergy.co.uk/wordpress/OnlineShop/wp-admin/edit.php?s&post_status=all&post_type=faq&action=-1&m=0&paged=1&action2=-1
This is the category setup page
https://contemporaryenergy.co.uk/wordpress/OnlineShop/wp-admin/edit-tags.php?taxonomy=faq-category&post_type=faq
This is one page where I just want the relevant FAQs
https://contemporaryenergy.co.uk/wordpress/OnlineShop/wp-admin/post.php?post=660&action=edit
It doesn’t matter if I use “1”, “2” or “3”, I still get all the FAQs.
Any help would be appreciated. Patrick
]]>IS it possible to have more than one category on a page?
For instance:
Category Title 1 Here
[faq category=1]
Category Title 2 Here
[faq category=2]
Category Title 3 Here
[faq category=3]