Forums

FAQ-Tastic Lite Not Working in 2.7?? (54 posts)

  1. tracyberna
    Member
    Posted 3 years ago #

    Copernicus! Good GRIEF that's awesome of you to figure that out and post that! And such a simple solution! I did what you said and now the new version is working like a charm!

    I love open source! Power to the users! All of us cooperating to GET 'ER DONE!

    Gleefully,
    Tracy

  2. creativeworldstudio
    Member
    Posted 3 years ago #

    @Copernicus

    Your tips have gotten FAQ-Tastic working for me on wp2.7 - Thank you, thank you, thank you!!!! :)

  3. Copernicus
    Member
    Posted 3 years ago #

    Hello, everyone!
    Thanks for the kind words; I'm glad my solution worked for you -- and that I have the on-going opportunity to "pay forward" the assistance of many WordPress users that have helped (and continue to help) me.

    Wishing you all the best!

  4. tracyberna
    Member
    Posted 3 years ago #

    Hey Copernicus, wanna look into something else for me?

    My client wants to display his FAQ with "jump links" - a list of questions up top that you click on to jump you down to the answer below. FAQ-Tastic supports that, if you just put a tag of '[faq summary name]' into your WP page as opposed to '[faq list name]'. I did that, and while it outputs the list of linked questions just fine, it doesn't output the answers themselves. There's just a list of questions. Clicking on the links goes nowhere, because they're linked to anchors in the page that don't exist.

    Could it be that there's just another misdirected link somewhere in the code? I'm looking around myself, but I don't really know what I'm looking for. Mostly just an instance of "edit.php" that I can replace with "tools.php," lol.

  5. datysdal
    Member
    Posted 3 years ago #

    I have a slightly different problem.

    When I go to create a question group, I click Add Group, it says it's been saved, but it never shows up? Here is a link to a screenshot

    Some details:
    I'm on WordPress 2.7, with the latest version of Faqtastic 1.0.7. I made the changes suggested by Copernicus.

    Any ideas?

  6. Copernicus
    Member
    Posted 3 years ago #

    Hey tracyberna- I think I understand your problem and, if I'm right, the fix is quite easy.

    Basically, it goes like this: to get both a "jump links" list and the collection of FAQ answers you need to use both the tags of
    [faq summary name]
    and
    [faq list name]
    within the page on which you want to display your FAQs

    (where "name" within each tag represents the name of your FAQ group name)

    The "summary" is the linked list of FAQ questions.
    The "list" is the collection of FAQ Questions & Answers (fortunately, with the anchor tags already embedded so that the links within the above "summary" will jump the user to the Q&A combination that he/she has clicked on).

    Hope this helps!

  7. Copernicus
    Member
    Posted 3 years ago #

    Hello datysdal- I wish I had a solid answer for you; but (for me) it's difficult to tell exactly what might be plaguing your set-up.

    The same type of issue has happened to me in the past and I've found that the group will appear if I navigate to another part of the WP admin area and then return to the FAQ system (after having received the successful "Your group has been created" message, of course).

    I know that this isn't much help, but it may work for you.

    If not, it could be that one of the edits made to the plug-in included an erroneous character (or some other typo) that is causing an error when attempting to process the creation of the new group.

    If you're still experiencing the problem, take a look at the URL displayed in the same window that has the "Your group has been completed message." and see if anything looks strange with it.

    You can, of course, paste a copy of that URL as a response in this thread & I'll take a look next time I'm around (you might wish to edit out your specific domain, using something like http://www.domainname.com instead, if you want to maintain a level of privacy).

    Good luck!

  8. tracyberna
    Member
    Posted 3 years ago #

    @Copernicus - that's what I was missing. ;) Thank you so much!

  9. reganfrank
    Member
    Posted 3 years ago #

    Copernicus - you are a champion. Seriously, I puzzeled for days. i even thought of learning some php to try and fix it. you are a legend.

    I do have a problem tho.
    I have:
    Activated the 1.07 plugin (having made the changes that Copernicus has suggested) on WP 2.7
    Made a Question Group and,
    Added 3 Questions to the group.
    Added the short code [faq summary ImnewFAQ] to the "FAQ page"

    My problem is:
    The faq doesnt show up. All that shows up is the actual text [faq summary ImnewFAQ].

    ALSO:

    Each of the 3 questions has made a new "child" page of the "FAQ page" (parent page)
    and when I click on this link I am taken to a page only with [faq answer].

    Im not sure what I am doing wrong, but would appreciate any help.

    Thanks

  10. Copernicus
    Member
    Posted 3 years ago #

    Hello reganfrank-

    I've run into both issues in the past.

    The first problem (in which the text [faq summmary...] shows up) can be solved by switching over to the HTML view of the editor once you want to input the code for your FAQ Summary. From the HTML editor view, type in "[faq summary ImnewFAQ]" (without the quotes) and then you can safely return to the Visual editor view and continue your page work.

    The second problem is most likely a scenario of the wording within the FAQ-tastic plugin being a bit confusing. You may have specified a page to which your FAQ group should be attached. If so, like the instructions with the plugin read, "If you specify a page then sub-pages will be created for every question."
    OR- it could be that you've used the "Publish a Simple FAQ" and the system is treating your FAQ with the same sub-page-for-each-question presentation that it does when you attach the FAQ group to a page.

    To get the FAQs to display in the manner that (I believe) is most commonly desired, simply

    1. Create a Question Group with "No Page" selected as the "Attached Page"
    2. Add questions & answers as you desire
    3. Separately, create (or edit) the page on which you wish the FAQ to display and enter the [faq summary...] code as referenced above
    4. All should be well.

    Keeping the page creation & FAQ group creation separate seems to work best for most of us. The FAQ-tastic plugin offers some higher-end functionality that works well within the world of FAQs, but for most of us it seems to prove a bit confusing and/or non-intuitive.

    Hope this helps!

  11. reganfrank
    Member
    Posted 3 years ago #

    Thanks Copernicus, will try this and get back to you.

  12. reganfrank
    Member
    Posted 3 years ago #

    Ok, did as you suggested and Fixed the child/parent page problem.

    BUT the faq doesnt show up. All that shows up is the actual text [faq summary ImnewFAQ] 'text' still

    No faq yet. Any other suggestions

  13. bibflasso
    Member
    Posted 3 years ago #

    @Copernicus - Great fix, it was simple and worked for my 2.7 install.

    Anybody know how to change the order of questions in a simple FAQ? It says "Drag and Drop", but that does not appear to be an option or I can't figure it out.

  14. Copernicus
    Member
    Posted 3 years ago #

    Hello reganfrank & bibflasso!

    regarfrank: did you switch into the HTML view of the WP editor to enter the tag/text "[faq summary ImnewFAQ]"?
    If so, try changing the name of your FAQ group to NOT use capital letters (opting for 'imnewfaq' instead of 'ImnewFAQ')

    bibflasso: Yes, you should be able to "drag & drop" the questions to reorder them. To do so, you simply visit the list of questions within a question group (WPAdmin>Tools>FAQ-Tastic>Questions for 'YourGroupName') then click on a question title and drag it up or down within the list of questions. If you're able to view the question list but this functionality is not working, try visiting this part of the administration area in a different browser than the one you are using. It could have something to do with:

    • the settings of your browser
    • blocked or unavailable javascript (which is required for the drag & drop fun)
    • or your installation of FAQ-Tastic not properly calling the required javascript

    Good luck!

  15. Johanhorak
    Member
    Posted 3 years ago #

    Hi

    Thanks to open source and great people helping.

    I have a different issue.

    I have done what needs to be done (i think), I have also disabled all plugins to see if they cause a problem. When I click on a question posted for editing and publishing I get the main page of my blog showing (screen shot) in the admin area of FAQ-Tastic

    From this url http://simonstownrealty.info/wp-admin/tools.php?page=faq-tastic.php

    Thanks for helping.

    Johan

  16. bibflasso
    Member
    Posted 3 years ago #

    Copernicus - regarding questions reordering in FAQ-tastic

    Thanks for the reply. I did know how it was supposed to work, but was unable to get it to function. I am able to rearrange some widgets via Drag & Drop but not this one in IE. I did try, as you suggested, using FireFox and that is working.

    Any suggestions on what's up with IE? As it will affect my other users. I have checked Java Update and some of your other suggestions, but cannot figure it out.

    Thanks for sharing your intelligence. Keep up the Good Work!

  17. artistwantab
    Member
    Posted 3 years ago #

    Well, my plug-in seems to work great with on exception.

    I cant see existing FAQ's to either delete them or edit them.

    I keep getting thrown back to the Faq-tastic main page.

    Any ideas?

    Thanks

  18. Copernicus
    Member
    Posted 3 years ago #

    Hello bibflasso & artistwantab--

    Bibflasso: I wish I could tell you what's up with IE. I've found that certain things run smoothly in one browser or the other (it's not always just an IE issue). As a general troubleshooting response, I ask users to try a different browser first. Regarding this plugin, though, it could possibly be an issue with the call to one of the AJAX scripts within the admin area or in the way that IE is handling those scripts. I wish I could help more; but I'd have to be looking at your particular installation since I haven't experienced that issue myself.

    artistwantab: it sounds like you haven't yet made the updates to the plugin as described in this post. The problem you are describing is what we were all experiencing before making the changes I've listed earlier in this thread. Normally, I'd be happy to just post an updated version of the file for everyone to download, but the plugin author has a registration process that protects the plugin from open downloading & I want to respect his wishes. Hopefully, the instructions I've provided are clear enough until the author posts a version for WP 2.7.

    That being said: if the author of FAQ-Tastic wants my help making the a 2.7-compatible version; I'm happy to offer it. I don't have the time to get into plugin development; but I'd be happy to help get a working version posted so that everyone can continue creating the beloved FAQ lists! :)

  19. artistwantab
    Member
    Posted 3 years ago #

    Thanks that solved the problem!

    Does anybody know how I can display only the questions but when the question is clicked the answer appears?

  20. davidryuen
    Member
    Posted 3 years ago #

  21. ehazelwood
    Member
    Posted 3 years ago #

    Good news!

    You can now get FAQ-Tastic Lite for WP 2.7 from here:

    http://faq-tastic.com/download-lite-f4k3un1qu31d5tr1ngl0l/

    Regards

  22. MouseClicks
    Member
    Posted 3 years ago #

    Can any users of the AJAXIFY version tell me if:

    1) You have use of the editor for questions and/or answers?

    2) If the backend will "read" code such as <!--nextpage--> and show the page breaks? I tried the free version no AJAX and these do not work in the answer pages.

    3) In the AJAX version, the backend also would not "read" internal links created by RB-Internal Links. The code:

    <!--intlink id="226" type="post" text="link text here"-->

    shows up in the admin/backend, but on the front end both "link text here" and the associated link are gone leaving what appears to be unfinished sentences, blank spaces and missing links.

    I just finished removing all the original FAQ-Tastic pages I created because of these issues and THEN found this thread. I would prefer at this point to know if the same thing is going to happen before I try putting it back together. Thanks.

    MC

  23. orchidkarma
    Member
    Posted 3 years ago #

    Does anyone know of a way to limit the number of words displayed in the [faq summary name] list? I sometimes get really long questions and I want to get a good overview at the top. Thanks!!

  24. orchidkarma
    Member
    Posted 3 years ago #

    I got a reply from the plugin-maker on the question I posed right above this (same day reply - good service I thought). He says there is no way short of me editing the questions. I do not want to do that, I just wanted the [faq summary name] list work as, well, a summary with perhaps the first 10 words in the question then ... or something like it. Anyone have a hack that will do that??

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags