Sharon L.
Forum Replies Created
-
Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] FAQ Categories IssuesYou also do not have to use the [qafp] shorcode on the FAQ page. You can use several [qafp cat=] codes on the FAQ page …
To my understanding this is true for custom FAQ pages that I may create, but not for the page that I specify as the FAQ homepage in the plugin settings, unless I don’t plan to use the auto-generated category pages (because as my tests showed, when using
[qafp cat="]in the FAQ homepage the category pages contain all the FAQs).
I will definitely try the custom pages solution.Would you ever consider modifying the plugin to support the creation of multiple FAQ groups (with different settings) — allowing, e.g., for the individual FAQ pages to be created in different locations in the site tree?
Thanks again for all your help,
SharonForum: Plugins
In reply to: [Q and A Focus Plus FAQ] FAQ Categories IssuesThe categories indeed have the same root parent; eliminating the parent category didn’t resolve the problem, but I ultimately identified the source of the problem: In my FAQs homepage I had used qafp shortcodes with the $cat attribute set to a different category in each call; when I modified the homepage to call only
[qafp limit="-1"], most of the issues I had previously reported were resolved: The category pages now display only the FAQs of the relevant category, and the FAQs search box, number of entries in each category, and category links are displayed in the homepage when the relevant Settings option is selected. (Note that the “Show permalinks” and “Horizontal rule below answers” Global Options Settings options still have no effect.) I reread the plugin’s documentation, and I now understand that the plugin requires that the FAQs homepage use the qafp shortcode without the $cat or $tag attributes.I then went back and defined a parent category for my current FAQ categories, and things still worked — so the use of a parent category wasn’t related to the problems. However, this didn’t quite yield the results that I wanted, because the parent-category FAQs were displayed at the end of the FAQs page, repeating all the FAQs that were already listed for the child categories (although the number of entries for this category was 0 …). My initial implementation, which used only category shortcodes, would have bypassed this issue, because I didn’t add a shortcode call for the root parent category, but apparently this implementation isn’t supported in the FAQs homepage.
The reason for my original implementation is that I had hoped to use the plugin to create two separate set of “FAQs”: A page that contains a list of FAQs for one of our products, and separate technical document pages (for the same product) with related category pages that link to the technical document pages; I have different requirements for each group and I don’t want to mix them. Also, in the future we may want to create separate FAQs for other product lines on our site, and I would prefer to have separate FAQ pages for each product and not group them all on one page.
I guess a possible solution (with the current plugin constraints) would be to make the FAQs homepage inaccessible to site visitors, and create custom FAQs and category pages that use the qafp shortcodes with the $cat attribute.Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] FAQ Categories IssuesIf I can’t expedite the WP version upgrade in our company, maybe I’ll try the old plugin version. Alternatively, seeing as the main issue for me is currently the incorrect category pages being visible to all users, perhaps I’ll just redirect these pages to my own custom pages.
I’ll update you if and when we upgrade the WP version; thanks again for your prompt responses.
Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] FAQ Categories IssuesI will create a custom CSS file as you suggested.
We are indeed planning to upgrade the WP version on our company site, but unfortunately we’re not able to do this quite yet.
Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] FAQ Categories IssuesThank you for the prompt reply; I’m looking forward to checking out the new version.
1. Adding .qafp-faq-meta{display:none;} in the css/q-a-foucs-plus.min.css file, as you suggested indeed removed the category links from the FAQ pages; thanks.
2. My category pages still display all FAQs, by category, and the page title is also the same as that of the FAQs homepage.
Could this be related to the fact that I’m using a custom FAQs page (which I defined as the “FAQ homepage” in the plugin settings)? I didn’t test using the default FAQs homepage. Also, my custom homepage is not directly under the root site directory (if this matters?).
Or could it be related to the WP version that I’m currently using — which is v3.3.2?
(Note: The categories division itself, using the qaftp shortcode with the $cat attribute, works well; the problem is that the specific category pages are identical to the FAQs homepage and display all categories.)3. If I can’t edit the auto-generated category pages, can I limit the access permissions to these pages?
4. I found that the 404 error for non-admin users was the result of the FAQs homepage being defined as a draft page; when I publish this page publicly the related category pages are indeed visible to all site visitors. However, I would actually like to limit access to these pages (see Q.3), especially seeing as currently these pages in my site contain all the FAQ categories (see Q.2; I verified that this is also true when the FAQs homepage is published and not saved as a draft).
5. As you are about to release a new version, please note that the following plugin Settings options seemed to have no effect in my tests: “Show category links”, “Show number of entries”, “Search box position”, “Horizontal rule below answers”.
Regarding the search box, when I first defined the FAQs page I did see the search box, but now it doesn’t appear regardless of the value I select for the related settings option; I think perhaps when I saw it I wasn’t using a custom FAQs homepage yet.Thanks again,
SharonForum: Plugins
In reply to: [ShortCodes UI] Text Formatting Issues> Using a Simple One Tag ShortCode, in which the implementation is done
> in the ShortCode Template window, doesn’t seem to cause similar
> formatting problems
Actually, it seems that the problem also occurs, at times, when using a Simple One Tag shortcode implementation.