Andrew Norcross
Forum Replies Created
-
OK. found the culprit. The TDO Tag Fixes plugin was / is causing the problem. I checked the code inside that plugin (which hasn’t been updated since 7/4/2008…over 4 years.) It includes some rewrite rules that are incompatible. Delete that and you’ll be good.
Something is interfering with your site URLs. The ‘real’ URL of the one you posted (http://lifeisnoyoke.com/page-with-an-faq-test/) comes up fine. Also, loading the ‘ugly’ URL of the specific FAQ works: http://lifeisnoyoke.com/?question=whats-for-breakfast-this-morning
if you wanna email me a login, I can take a look. andrew at andrewnorcross.com
that would be a theme / CSS setup that you’d need to work through with whomever designed your site. If you post a link to your existing site along with a brief description of where / how the icon should be, I may be able to help.
while I can’t be certain, make sure you do these things:
1.) set whatever URL structure you want (don’t leave them blank) in the FAQ Manager settings page
2.) Save your permalinks after this is done
3.) delete the ‘FAQ’ page you’ve created. There is most likely a conflict between that and the URL
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] qTranslate compatibilityNot yet. I don’t speak any other languages and I have no direct way to test it. If anyone is willing to help with that, I’m open.
It was originally built that way, but many people requested that only one be expanded at a time, because it was confusing to viewers. I may change it in the future to have an option, but for now it’s going to remain in it’s current state.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Collapse and Expand Not WorkingTwo things:
1.) you are running an outdated version of WordPress.
2.) your theme is missing the wp_footer call. This is required for the scripts to load properly.hmm….I wasn’t aware that the limit had to be put last. I’ll do some more testing to find out if that’s a bug or just a limitation with how the query is run, and document accordingly.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] question/questions slugversion 1.31 has an option to change this now. you’ll see a new field in the settings to change the slug from ‘question’ to whatever you’d like
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] question/questions slugas it stands now, the slug change is only for the archive page. however, I can add the same ability for the the single FAQ posts. I’ll push out an update.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] No Categories in "Posted in"if your theme is hard-coded to display a ‘posted in’ code (which looks for a standard post category) then the plugin cannot overwrite that.
you can use both the ‘limit’ and ‘faq_topic’ variables in the same shortcode to get all the FAQs from a particular category.
not a problem at all. and it’s somewhat complicated, but a BlogPost is a type of Article. the documentation on it is somewhat cryptic, but here’s the explanation directly from them: http://schema.org/BlogPosting
You do not have to use this if it is not relevant to your site. The settings page for this plugin allows you to turn this feature on or off.
glad I could help!