Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksok. your theme is causing the problem, most likely by overwriting any settings the plugin would create. As a test, I switched it quickly over to the default TwentyEleven theme, resaved permalinks, and the topics showed up without a problem. You’ll need to contact the theme developer to see why his template files are creating a problem.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksgot it. taking a look now.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksOK, I see it now. Which is odd, only because I am not able to re-create it on my own sites. If you would like to email me an admin-level login (andrew AT andrewnorcross DOT com) I can take a look and see if there’s a conflict somewhere else.
1.) adding plus / minus: the CSS can be modified to allow this, but I don’t plan on adding it into the plugin at this time, since my goal is to allow themes to have their own design as much as possible and not interfere. Here is some CSS that you could use (modify as you want)
#faq_block .single_faq .expand_title:before, #faq_block .single_faq .expand_title:after { content: " + "; font-weight: normal; }2.) permalinks: for the plugin to function correctly, each item needs a slug to write. WP creates an archive page on it’s own based on that. So each individual FAQ is called ‘question’ and the archive page is called ‘questions’. I don’t know what you’re using to create breadcrumbs (plugin, theme, etc) but that may be able to be filtered. in addition, you can add an htaccess rule to redirect from domain.com/questions to domain.com/faq or whatever you want.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksWhen I go here: http://nederlandnearshore.nl/faq/ I get a list of FAQs that expand / collapse. When clicking on a link inside an FAQ (example: http://nederlandnearshore.nl/voordelen-van-nearshoring/) I get the content. So I’m not sure where you are seeing the 404
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] collapse and expand not working?@mabon you are not calling wp_head and wp_footer in your theme, so no jquery loads.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinkscan you provide a URL to your site?
also, have you re-saved your permalinks?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] fatal error wp_trimyou are running an outdated version of WordPress. wp_trim_words was included in v 3.3
Instructions: The FAQ part of the repository page lists the shortcode options, one of which is filtering by topic or faq-tag (the two custom taxonomies included in the plugin). I’ve added a link from the main description page indicating as such.
Headings: you can manually set up links in the method you have outlined above. I don’t plan on adding this into the plugin at this time.
Screenshots: they would look different depending on the styling / design of the site they are on. A basic look can be added but I’ve purposely set it up so they blend with the existing site design.
Printing: that can be included
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] collapse and expand not working?FYI: just realized I committed the wrong file. v 1.23 has the fix
as for the other part, you shouldn’t combine pagination AND the limit of -1. Pagination infers that you will have more than one ‘block’ of posts. I did test the -1, however, and it did show all FAQ on my development end.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Admin icon missingFYI: just realized I committed the wrong file. v 1.23 has the fix
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Only displaying 5 on a page@wp Monkey I’m seeing that you have them all showing now, so I’m going to mark this as resolved.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] qTranslate compatibilityMy goal is to include better internationalization on an upcoming release. I’m just not there yet.
I’ve added a filter in the 1.22 release, but there may be more needed to completely get what you’re looking for (I’m working with another developer to test it completely)
I apologize that the language barrier is making it a bit difficult for me to troubleshoot it on your site. Have you flushed and re-saved your permalinks?