Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] The comment function does not workNo problem. I actually hadn’t anticipated people wanting to use comments.
Forum: Fixing WordPress
In reply to: [SFN Easy FAQ Manager] Only displays 10 questionsThat’s strange. not sure how that happened, but I’ll keep an eye open for it if anyone else mentions it.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [REQUEST] Pagiation within FAQ Manager@phprocket yes. If you make the pages public (in the settings you can do that and assign the slug) then each FAQ will be it’s own single post, along with each category / tag using the same archive templates.
Forum: Fixing WordPress
In reply to: [SFN Easy FAQ Manager] Only displays 10 questionstry disabling any other plugin that is affecting the page contents, i.e. sharing buttons, etc.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [REQUEST] Pagiation within FAQ ManagerAs it stands now, I can’t include pagination within a shortcode without a massive overhaul, including AJAX in-page refresh, etc. If you want pagination, then you should use your theme’s template functions instead of the shortcode. If that changes, I’ll be glad to include it. But I wouldn’t hold your breath 🙂
Forum: Fixing WordPress
In reply to: [SFN Easy FAQ Manager] Only displays 10 questionsI’ve tested the logic on multiple sites and themes and the limit logic is working OK. It won’t pay attention to the reading settings (since it’s a separate query outside of the main loop). I even tested it on the Education child theme that you’re using. There must be a conflict somewhere else.
Example here: http://dev.andrewnorcross.com/plugintest/sample-page/
I’m about to put out an update for this to address another issue, but make sure you have the jQuery option set in the settings page.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Courier Font SubstitutionHmm…for some reason, it’s adding a
<code>wrapper around the answer. Not sure why the theme (or plugin) is doing that. Let me do some testing on my end. I’ve got an update coming out soon to modify that area as it is, so perhaps it may be fixed.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Lists (ul ol) – HTML in FAQ AnswersDepending on the version you have (and thus modified) there are quite a few more changes.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Lists (ul ol) – HTML in FAQ AnswersAre you using the most recent version? I recently updated it so that none of the HTML gets stripped from the output. Also, do you have a link where the error is happening?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Courier Font SubstitionI’m assuming you’ve fixed this, because I’m seeing the normal font on the site?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Why notand an FYI, i’ve made the change from span to div in my dev version, so it’ll be there on the next release. feel free to mod the code now if you see fit.
as for the cursor / pointer issue, the pointer only comes out when you’re using the optional jQuery
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Modify lookIf you’re going to use your own CSS / functions, then I don’t recommend changing any of the code within the plugin itself. YES, any changes made to the actual plugin code will be overwritten on update.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Why notwithout seeing your site in specific, I’m not sure. most likely here is an override in your own theme.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Why notI’m sure there was a reason why, but I can’t remember. I’ll take a look and if it can be changed, I’ll swap it in the next release.